Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What would you pick for your ASP.NET webapp; nHibernate, Linq, or SubSonic

Tags:

orm

Something else perhaps? I am already using nHibernate, but I get occasional issues where a lazy initialized proxy object won't actually initialize. I'm thinking of trying something else. The site has user accounts, user posts and photos, and filtering of those to certain location names and title/description matches. Not to mention voting, rating, and marking as a favorite. All of these cause various amounts of db load.

like image 644
dlamblin Avatar asked Nov 29 '22 07:11

dlamblin


1 Answers

SubSonic is currently used in all our webform applications with great success. In a matter of minutes your entire database can be generated from scratch ready to use in your application. Rob Conery, SubSonic creator, has some great webcasts up detailing the process to get SubSonic bits setup in a web application as well as some cool demos to get you started. Check out the SubSonic Project.

like image 68
aherrick Avatar answered Mar 09 '23 00:03

aherrick