A while back I asked '
Why are you still hand coding your data access layer?' I briefly covered a few of the choices available for automating data access, but Rob Conery does a much better job in this blog post:
ASP.NET MVC: Choosing Your Data Access Method. He weighs up Linq-to-SQL, Subsonic (his own creation) and NHibernate. I've gone with NHibernate via the Castle project's Active Record for
Jobvertizer, but there's a good chance that I'll be using Linq-to-SQL for my next commercial project. It'll be interesting to note the differences.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.