Would you like ASP.NET MVC view engine in which a view is created entirely in Code?

Posted by amartynov on Stack Overflow See other posts from Stack Overflow or by amartynov
Published on 2010-04-01T19:59:16Z Indexed on 2010/05/01 1:47 UTC
Read the original article Hit count: 272

Filed under:
|

Recently I created a spike of a view engine, in which views are plain classes, and the content is created by using funny using-scope blocks.

The code together with a simple sample site is available at http://code.google.com/p/sharp-view-engine/

Here I'd like to hear your opinions regarding such an idea. Is it completely weird or maybe someone likes it?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about viewengine