bmpol

Stories kicked by bmpol

SubSonic of the Day - They Query Tool(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 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. read more...

add a comment |category: |Views: 23

tags: another