asp.net frameworks and libraries every developer should know...and use - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T03:17:38Zhttp://stackoverflow.com/feeds/question/167151http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/167151/asp-net-frameworks-and-libraries-every-developer-should-know-and-use0asp.net frameworks and libraries every developer should know...and usethe berserker2008-10-03T14:31:10Z2008-10-03T14:41:54Z
<p>I'm still kinda new in ASP.NET and recently I found out about SubSonic, which I started to use. Now it seems funny and such a waste of time (and nerves) when I look back into times when I was developing without SubSonic and jQuery. And there probably are a lot of libraries and frameworks that speeds up development. Which ones do you use?</p>
http://stackoverflow.com/questions/167151/asp-net-frameworks-and-libraries-every-developer-should-know-and-use/167161#1671610Answer by boris callens for asp.net frameworks and libraries every developer should know...and useboris callens2008-10-03T14:33:01Z2008-10-03T14:33:01Z<p>I only started liking to make websites once I started using the <a href="http://weblogs.asp.net/scottgu/archive/2007/10/14/asp-net-mvc-framework.aspx" rel="nofollow">MVC Framework</a>
If you're not already doing this, be sure to check <a href="http://blog.wekeroad.com/blog/" rel="nofollow">Rob Conery</a>'s log. He's the father of SubSonic and recently started working for MS in the MVC team.</p>
http://stackoverflow.com/questions/167151/asp-net-frameworks-and-libraries-every-developer-should-know-and-use/167172#1671721Answer by Justice for asp.net frameworks and libraries every developer should know...and useJustice2008-10-03T14:35:24Z2008-10-03T14:35:24Z<p>What I like to use, at the moment:</p>
<ul>
<li>NHibernate</li>
<li>Autofac</li>
<li>ASP.NET MVC</li>
<li>jQuery</li>
</ul>