Asp.net or Asp.net mvc after c#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Asp.net or Asp.net mvc after c#?

dear friends i am confused! which one to learn next? asp.net or asp.net mvc? i do like programming on web and websites like web applications... please advise me thanks

25th Dec 2017, 5:13 PM
Mohammad Reza Eskandari
Mohammad Reza Eskandari - avatar
2 Answers
+ 3
If by ASP.NET, you are referring to the older ASP.NET Web Forms, I wouldn't spend too long on Web Forms and just move onto the MVC version. The Web Forms version might seem to be easier at first. But it has so many limitations as your application grows. The demand for Web Forms seems to be limited to supporting legacy applications whereas new development will be on either ASP.NET MVC or ASP.NET WebAPI. The WebAPI path is most excellent if you plan on building a SPA application using a Javascript framework like AngularJS or ReactJS. If you do go the ASP.NET MVC path, I recommend you opt to use Razor View Engine. This syntax does a great job keeping you committed to avoiding the temptation of mixing inline C# code into your views. After you are familiar with ASP.NET MVC with Razor, you should switch over to something more bleeding edge with .NET Core ASP.NET MVVM with Razor Pages. https://stackify.com/asp-net-razor-pages-vs-mvc/
26th Dec 2017, 2:58 AM
David Carroll
David Carroll - avatar
+ 6
i think asp.net first..(i'm also do same) read this>>>>http://www.drdobbs.com/windows/aspnet-vs-aspnet-mvc/231002811
25th Dec 2017, 9:58 PM
Scooby
Scooby - avatar