asp.net frameworks and libraries every developer should know...and use - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T03:17:38Z http://stackoverflow.com/feeds/question/167151 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/167151/asp-net-frameworks-and-libraries-every-developer-should-know-and-use 0 asp.net frameworks and libraries every developer should know...and use the berserker 2008-10-03T14:31:10Z 2008-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#167161 0 Answer by boris callens for asp.net frameworks and libraries every developer should know...and use boris callens 2008-10-03T14:33:01Z 2008-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#167172 1 Answer by Justice for asp.net frameworks and libraries every developer should know...and use Justice 2008-10-03T14:35:24Z 2008-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>