|
|
Stories recently tagged with 'Query'
|
|
published 1 year ago, submitted by
zowens
1 year ago
weblogs.asp.net — By now, you have probably heard of LINQ. LINQ, as you probably know, stands for Language Integrated Query. The LINQ queries you build inside of C# or VB are baked into the .NET 3.5 framework. SubSonic takes a more traditional approach (right now) and uses the Query as an object. Instead of doing weird things like var myQ = from.... and Dim myQ = Select..... you create an object and manipulate a query rather than have a language do the querying for you. read more...
add a comment
|
category: Open Source | Views: 3
|
|
tags:
Query, SQL, LINQ, OpenSource, SubSonic | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year ago, submitted by
Mike.Griffin
1 year ago
entityspaces.net — The EntitySpaces Dynamic Query API will soon be sporting Join’s and Arithmetic Expressions. The syntax is so elegant even LINQ enthusiasts will take pause. Let’s take a look at how you would do a join using the enhanced EntitySpaces DynamicQuery. Note that we are using all of your existing objects to build the query. read more...
|
|
tags:
EntitySpaces, Database, Query, LINQ, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
gavinjoyce
1 year, 3 months ago
blog.wekeroad.com — "Currently our Query tool is very useful, but it's sort of disconnected from the rest of the SubSonic Data tools. We're going to change all that with this next rev, and our goal is that you can intuitively work with the new Query tool as an extension of your object model if you like, or as a standalone querier." read more...
add a comment
|
category: Open Source | Views: 1
|
|
tags:
RobConery, Query, SubSonic, Database, OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
siphilp
1 year, 4 months ago
haacked.com — In general, Subsonic is most productive when combining its code generation with its dynamic query engine and Active Record. But sometimes, your stuck with Stored Procedures and want to make the best of it. Subsonic, via the sonic.exe command line tool, can generate strongly typed stored procedure wrappers saving you from writing a lot of boilerplate code. read more...
add a comment
|
category: ADO.NET | Views: 11
|
|
tags:
Query, SubSonic, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
gmiller
1 year, 9 months ago
principiaprogramatica.com — Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I’m going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are more than two ways to do this in SQL Server, but I’m only covering two methods both using SQL Server here. read more...
add a comment
|
category: ADO.NET | Views: 25
|
|
tags:
SQL, Join, Query, Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|