I simply need to iterate through data in a loop and pass some strings through a ViewBag type collection. MVC 3 does the job but in many cases I find it too complex for my needs. Is there anything closer to the Rails View for Asp.net? (I know about Spark).
Share
Well, there’s WebMatrix which is a lightweight version of ASP.NET MVC. It actually represents only the V(iew) part of MVC.