Feedback on Mono rails

136 Views Asked by At

Has anybody tried Mono rails from Caste project . Unfortunately the client wants to develop in .nET v2.0 and not 3.5 , and I was looking for some MVC framework in .NET 2.0 .

2

There are 2 best solutions below

1
On
3
On

Lots of people have successfully used MonoRail for several years. It's a great framework, and if you later want to migrate to ASP.NET MVC it's no big deal.

Unfortunately you'll have to use RC3 (which is over 2 years old now) to get .NET 2.0 support, as the latest trunk versions only support .NET 3.5.

If you really want to go with ASP.NET MVC you might want to try this hack to make it work on .NET 2.0.