Archive for the ‘Mono’ Category

Quick fun with Mono’s CSharp compiler as a service

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 …

Getting Mono compiler output in a web application using StreamReportPrinter

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…

Dynamic ASP.NET MVC 3 models using Mono’s Compiler as a Service

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…