Yes! I used datasets in
ASP.NET 2.0 but when LINQ to SQL came out, I moved to that. Since then
I have started using the Entity Framework, which does have some
limitations, but overall it is a good product.
Here's a link to the EF website:
http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx
There's also NHibernate which is an open source mature product:
https://www.hibernate.org/343.html
And another good option is LLBLgen:
http://www.llblgen.com/
Sincerely,
Malcolm Sheridan
Microsoft Certified Solution Developer
Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as
Answer" if a marked post does not actually answer your question.
