Search code examples
c#.netmono

MVC Web Framework and Mono


I work in a shop that has a number of very good C# developers who have been using ASP.NET WebForms and would like to move to a MVC framework. To make things more complicated, we would also like to be able to run this under mono.

So my question is, are there any good MVC frameworks for mono, that have been tried and tested in the real world or are we better with Windows Server and IIS?


Solution

  • I've used Castle Monorail in Mono 2.0, and haven't had any problems.