Posted on February 14, 2012, 1:54 am, by David Ebbo, under
Mono.
Mono comes with a really cool CSharp compiler as a service. The only problem is that no one seems to know about it! I think the main reason for this is that anything related to Mono causes a fair bit of confusion to all the people who are not familiar …
I’ve been continuing my experiment with Mono’s compiler as a service in an ASP.NET MVC application and making pretty good progress. One of the difficulties I ran into along the way was in troubleshooting compiler errors when I’d deployed the applicatio…
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 Mono’s compiler as a service. So far it’s a partial success – the model scaff…