Long gap in blogging due to an ongoing release.
This time back with DLINQ.
Like the way LINQ to Objects work on Objects that implement IEnumerable, DLINQ works on Database objects.
If you want to know the basics of DLINQ, here are some of the links:
Basics:
http://blah.winsmarts.com/2006/06/02/demystifying-dlinq-part1--an-introduction-to-dlinq.aspx
DLINQ and Stored procedures:
http://weblogs.asp.net/scottgu/archive/2006/06/18/DLINQ-with-Stored-Procedures.aspx
Using DLINQ with ASP.NET:
http://weblogs.asp.net/scottgu/archive/2006/05/14/Using-LINQ-with-ASP.NET-_2800_Part-1_2900_.aspx
http://weblogs.asp.net/scottgu/archive/2006/06/04/Using-DLINQ-with-ASP.NET-_2800_Part-2-of-my-LINQ-series_2900_.aspx
Now, How to combine these ideas to create an application framework that makes the development easier and structured?
More about that later..