Hi,
While I was looking at the MVC Razor view engine , I recreated our volunteer portal front end using it. If anyone is interested I can package it all up and it could be used as a starting point.
Jon
Hi Jon,
I would love your thoughts/first impressions on working with the Razor view engine. Do you find it intuitive?
-Sam
Hi Sam,
I like it a lot actually. Much better than the standard view engine. The markup/code is much cleaner for the views and easier to type. At the moment I am developing our mobile site using jquerymobile and MVC. And the view engine is Razor.
I can always package up the volunteer portal that is using it. The code is fully functional but there aren't any tests or dependency injection it was really just to get feet wet with the razor view engine.
I'm not familiar with Razor. I just looked it up and it reminds me of the 'old days' ;) of ASP web programming - good times!