I absolutely love to see a series of posts from the community showing several examples of technologies / solutions in action. This past week I enjoyed the following 3 articles showing comparisons on how to accomplish the same thing in ASP.NET 2.0 using DLinq, LLBLGen Pro, and Castle Project's ActiveRecord:
In all cases you are enjoying wonderful rapid application development. If you are an ASP.NET 2.0 developer and interested in O/R Mapping Tools, I highly recommend you read the articles above.
If you are new to DLinq ( which may now be Linq for SQL based on rumblings from TechEd ), I have a number of DLinq Tutorials that may help answer more in-depth questions:
Ayende's excellent coverage of Castle Project's ActiveRecord peaked my interest in writing my own tutorial on ActiveRecord in addition to the articles I have already written on the Active Record Design Pattern in general:
Great stuff from the developer community.
Source: David Hayden ( Sarasota Web Development )
Filed: O/R Mapping Tools, LINQ for SQL Tutorials, Design Patterns