June 05, 2006
LINQ and ASP.NET
ScottGu comes across with an amazingly complete blog entry on using LINQ and ASP.NET. LINQ is Language Inline Query, a way of using constructs inside the language to query various data sources. It seems a little strange at first, seeing SQL like syntax in your C# or VB code, but it is very neat under the covers when you discover how the seeming magic actually can be decomposed into easily understandable language statements.
Posted by Douglas Reilly at 05:50 PM Permalink
|