Hello,
I've been doing a lot of implementation in Linq recently, and it suddenly occurred to me that as great as it is, I haven't really explored any other options.
Any thoughts?
Hello,
I've been doing a lot of implementation in Linq recently, and it suddenly occurred to me that as great as it is, I haven't really explored any other options.
Any thoughts?
Well, SQL is a perfectly fine alternative.
However, I think you may be looking for something like the ADO.NET Entity Framework.
Subsonic, NHibernate (don't forget to look at Fluent NHibernate), Typed DataSets (yuck), MS Entity Framework and iBatis all come to mind.
In addition to the other answers: