0
votes
What View Engine are you using with ASP.NET MVC?
I've used NVelocity with MonoRail for some time but have recently switched to Spark for both Asp.Net MVC and MonoRail. The syntax seems very nat …
0
votes
Will .NET MVC give me the HTML/CSS/JS separation I need?
Asp.Net MVC will help you keep html/css/js separate in that it will present fewer features that would prevent you from keeping them separate.
For example Html helpers typically return just …
