Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Some of them: </p> <ul> <li><a href="http://code.google.com/p/sharp-architecture/" rel="nofollow noreferrer">S#arp architecture</a></li> <li><a href="http://www.codeplex.com/MVCContrib" rel="nofollow noreferrer">MVCContrib</a></li> <li><a href="http://awesome.codeplex.com" rel="nofollow noreferrer">MVC Project Awesome</a></li> </ul> <p>Be sure to check out <a href="http://www.tampadev.org/News/Details/ASPNETMVCSampleApplicationsOpenSourceExamplesTutorials" rel="nofollow noreferrer">example projects</a>.</p> <p><a href="http://www.telerik.com/products/aspnet-mvc.aspx" rel="nofollow noreferrer">Telerik</a> has made some UI stuff too (haven't checked out yet).</p> <p>You might be interested to check out other view engines like:</p> <ul> <li><a href="http://sparkviewengine.com/" rel="nofollow noreferrer">Spark</a> (this one kicks a$$)</li> <li><a href="http://code.google.com/p/nhaml/" rel="nofollow noreferrer">NHaml</a></li> </ul> <p>Haack recently <a href="http://haacked.com/" rel="nofollow noreferrer">posted</a> about .less - might be worth checking out for managing css</p> <p><a href="http://blogs.msdn.com/davidebb/archive/tags/T4MVC/default.aspx" rel="nofollow noreferrer">T4MVC by David Ebbo</a> library is a nice solution how to make your asp.net mvc app more strongly typed.</p> <p>For UI testing - <a href="http://watin.sourceforge.net/" rel="nofollow noreferrer">Watin</a> framework.<br> <a href="http://www.viddler.com/explore/c4mvc/videos/4/" rel="nofollow noreferrer">Here's</a> Jimmy talking about implementation and solution of common problems when doing UI testing. Seems to me that he prefers <a href="http://www.gallio.org/" rel="nofollow noreferrer">Gallio</a> + <a href="http://nbehave.org/" rel="nofollow noreferrer">NBehave</a> + <a href="http://www.mbunit.com/" rel="nofollow noreferrer">MbUnit</a> combo but i personally like <a href="http://code.google.com/p/behaven/" rel="nofollow noreferrer">BehaveN</a> (it doesn't need test runner, is not tied with particular unit test framework).</p> <p><a href="http://www.codeplex.com/htmlagilitypack" rel="nofollow noreferrer">HtmlAgilityPack</a> is a nice tool if working with raw html is necessary. </p> <p><a href="http://mvcturbine.codeplex.com/" rel="nofollow noreferrer">MvcTurbine</a> might simplify technical part of your asp.net-mvc project.</p> <p>Found useful <a href="http://mvcextensions.codeplex.com/" rel="nofollow noreferrer">MvcExtensions</a> extension made by Kazi Manzur Rashid.</p> <p>For managing javascript and css - <a href="http://chirpy.codeplex.com/" rel="nofollow noreferrer">Chirpy</a>.</p> <p>Object to object mapper for MVVM support - <a href="http://automapper.codeplex.com/" rel="nofollow noreferrer">AutoMapper</a>.</p> <p><a href="http://code.google.com/p/elmah/" rel="nofollow noreferrer">elmah</a> is great for error logging.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload