LINQ to SQL with real life ASP.NET Data Domain

We have talked a lot about LINQ and its power. One of the main reasons behind the LINQ design goal was to enable the unified query like syntax for any kind of structured data.

 

There is hardly any ASP.NET application which does not deal with data. We can create layered ASP.NET Application using the LINQ power. Scott talked about this and has given a very nice walkthrough.

 

Please visit

 

Using LINQ with ASP.NET (Part 1)

Using DLINQ with ASP.NET (Part 2 of my LINQ series)

Namoskar!!!