1

I am stuck to using .NET 3.5, therefore using MVC3 is out of the question. After trying MVC2, I have to say that i prefer Monorail 2.0 over it, and especially the nVelocity view engine it uses. But at the same time, I've read about possible conflicts between nVelocity and the jQuery/KnockoutJs keyword '$', and I'm curious if ServiceStack's Razor view engine works on 3.5. I haven't found anything in their docs that specifies this. Thanks.

tereško
  • 58,060
  • 25
  • 98
  • 150
Cosmo D
  • 845
  • 4
  • 11
  • 21

1 Answers1

1

You should have a look at the ServiceStack implemention. They have a Razor engine and Markdown view engine which we are using. It works perfectly on Windows & Lunix (under Mono) and currently they have over 100 contributors to the project also. We've started using it recently for both services and UI's and have ditched WCF and MVC in favour of the service stack implementions. Sorry I should say it runs on 3.5

Bigtoe
  • 3,372
  • 1
  • 31
  • 47