views:

212

answers:

1

I've been searching around on the Goog, but because technology moves so quickly, all my results are seemingly obsolete (brushing the dust off).

I'm looking for the Razor Roadmap for MVC. I know it went preview, but I'm wondering about the full blown release. I really want to start using Razor, but I'm not sure what the implications would be if I started building my app using the Preview instead of waiting.

Can anybody shed any current light on this

September 15th, 2010

+1  A: 

Razor

The razor engine itself probably won't change much. It's just a way of parsing code and it's current method, if it were to change, wouldn't affect much of how the html is parsed

Mvc 3

There currently is no release date scheduled. The earliest might be the beginning of next month or so. Historically there are a couple months between releases.

I've moved all my projects to MVC 3. However I'm aware that things may change dramatically as this is only a preview and not a beta. When the beta comes out you can be pretty sure that there will be very few changes.

So just to recap, only use preview if you don't mind everything possibly breaking when the beta comes out.

I'm always on the look out for any information related to mvc releases and what-not and stay in semi-regular with the team. The last time I talked to Phil Haack was on the 10th of Sept and he said there was still no actual release date scheduled

BuildStarted