Would you like ASP.NET MVC view engine in which a view is created entirely in C#?
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/04/01
20:03 UTC
Read the original article
Hit count: 323
asp.net-mvc
|viewengine
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