Does 'Web Pages' use the same syntax as 'MVC'?

Posted by Laberto on Programmers See other posts from Programmers or by Laberto
Published on 2012-10-12T15:20:20Z Indexed on 2012/10/12 15:48 UTC
Read the original article Hit count: 518

I see that there is a new model in ASP.NET development which called 'ASP.NET Web Pages'. I would like to know if this model resembles the ASP.NET MVC Model.

The point is that I found it difficult to learn ASP.NET MVC and someone told me: OK, if you learn ASP.NET Web Pages at first then learning ASP.NET MVC will be easier because of the Razor syntax in both models.

Could you please tell me the truth if you have tried both?

© Programmers or respective owner

Related posts about web-development

Related posts about .NET