FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
Database Blog: LINQ and ASP.NET
DATABASE
EXCEPTION::QUERY

A Blog About Database Products and Technology.

by Kevin Carlson
SELECT * FROM [Musings]

Database matters.

by Niklas Hemdal
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




 
INFO-LINK