My first .net web app - should I go straight to MVC framework (c.f. ASP.net)

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-15T11:37:22Z Indexed on 2010/05/15 11:44 UTC
Read the original article Hit count: 370

Filed under:
|
|
|
|

Hi,

I'm done some WinForms work in C# but now moving to have to develop a web application front end in .NET (C#). I have experience developing web apps in Ruby on Rails (& a little with Java with JSP pages & struts mvc).

Should I jump straight to MVC framework? (as opposed to going ASP.net) That is from the point of view of future direction for Microsoft & as well ease in ramping up from myself.

Or if you like, given my experience to date, what would the pros/cons for me re MVC versus ASP.net?

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET