Which ASP.Net should I learn?
I have experience in developing system using php and now I want to learn ASP.Net. So, I check it official website but which one should I learn? WebForm, MVC or WebPages? I have started a bit with WebForm and in the documentation it says that WebPages is the most recommended for beginner with knowledge in PHP. The following are the word from that documentation. "ASP.NET Web Pages targets developers who want a simple web development story, along the lines of PHP. In the Web Pages model, you create HTML pages and then add server-based code to the page in order to dynamically control how that markup is rendered. Web Pages is specifically designed to be a lightweight framework, and it's the easiest entry point into ASP.NET for people who know HTML but might not have broad programming experience â for example, students or hobbyists. It's also a good way for web developers who know PHP or similar frameworks to start using ASP.NET"