SubSonic of the Day - They Query Tool (weblogs.asp.net)
published 2 years, 4 months ago, submitted by
zowens(905) 2 years, 4 months ago
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.
|
category: Open Source
|
Views: 13
tags:
SubSonic Query LINQ OpenSource SQL another
Everyones tags:
Your Tags: