Dynamic ASP.NET MVC 3 models using Monos Compiler as a Service
Posted by: JonGalloway.ToString(),
on 27 May 2011 |
View original | Bookmarked: 0 time(s)
I had an idea for an interactive MVC sample which will let you see the scaffolded editor and display for a model. I thought about a few ways to do this, the first being Monos compiler as a service. So far its a partial success the model scaffolding works, but the attributes dont (very possibly my mistake). Getting the latest Mono Compiler Miguel recommended that I grab the latest Mono build off Github, since there have been some improvements and bug fixes in the compiler. He wasnt kidding, theres...