I am absolutely new to MVC 3 and trying learn some details.
I was wondering whether anyone has any real-world experiences to share about the new ASP.NET MVC 3 Razor View Engine.
Specifically, what is the learning curve when coming from the traditional ASPX View Engine?
Also, what about the .cshtm extensions. Does this affect deployment in any way? Or does the Routing system shield you from this?
Finally, the new Master page replacement, called _layout page. How different is that from Master pages?