Thus far used sql server stored procedures for all my web applications… Now thought of moving to an ORM… I would like to ask SO users about LINQ to SQL
Is Linq to sql worth a try as a beginner to an ORM?
or should i look for some others… Any suggestion…
EDIT:
I have a sql server 2005 database with all tables….
How to use this db with Linq to sql?
Coming from using ADO.NET table adapters, LINQ was a revelation. A breath of fresh air. The veil was lifted. A new day dawned. And so on and such forth.
Start with Scott Gu’s series here and check all his other blogs on the subject.
I envy you your impending joy.