So I have just watched the videos on ASP.NET MVC on the ASP.NET website and I'm excited.
I went from classic ASP to PHP to ASP.NET Web Forms. The learning curve to web forms was big (for me at least). With MVC it would appear you get the .NET amazingness with the control over HTML you had in ASP/PHP?
From what I understand there is no nasty viewstate, or ugly forms model. It appears to be the best of both worlds. There has to be some downsides though?
I assume the downsides are the face you have to build up your own controls because 'classic' ASP.NET forms controls no longer work properly without viewstate etc.
Anyone have much experience with it?
I went from classic ASP to PHP to ASP.NET Web Forms. The learning curve to web forms was big (for me at least). With MVC it would appear you get the .NET amazingness with the control over HTML you had in ASP/PHP?
From what I understand there is no nasty viewstate, or ugly forms model. It appears to be the best of both worlds. There has to be some downsides though?
I assume the downsides are the face you have to build up your own controls because 'classic' ASP.NET forms controls no longer work properly without viewstate etc.
Anyone have much experience with it?