views:

467

answers:

2

Is there any documentation on how to use Razor view engine using asp.net mvc3? or any other resources?

Trying to find it in google and msdn with no luck so far.

+5  A: 

I would think that there will be no official documentation on MSDN as yet due to the status of the Razor and MVC3. However check

  1. http://weblogs.asp.net/scottgu/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx
  2. http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx

There is also the release notes regarding the the MVC preview you can check out and that's about as official that it will be for the time being.

Haacked also has a post as well, and provides link to other resources including ,Brad Wilson, Scott Gu and others.

Edit: having re-read the question, point 2 above is the best resource for the moment.

New: http://www.asp.net/learn/whitepapers/mvc3-release-notes

Ahmad
A: 

Yah, nothing yet really. Do you have any questions in particular? Could probably just ask and see. :)

Erik Porter