4
Answers

I want to ask question about .net framework.

Now currently i'm c# Developer (desktop Application) I would move to web developer Asp.net MVC,so it is necessary first I learned Asp.net webform then I will move Asp.net Mvc? Or I would directly move Asp.net MVC without learning Asp.net webform? Suggest me what could I do? Please Share with me Your Respected Knowledge.

Answers (4)

0
Photo of Sanwar Ranwa
3 71.8k 12.4m 6y
Hello Mohammad
 
You can start Learning Asp.net Mvc or .Net core.
 
Check this complate tutorial of Mvc  
 
http://csharp-video-tutorials.blogspot.com/p/aspnet-mvc-tutorial-for-beginners.html
 
https://www.youtube.com/watch?v=-pzwRwYlXMw 
 
 
Accepted
0
Photo of Mohammad Muzammil
NA 31 4.3k 6y
I m very honoured you are sharing valuable knowledge with me... thank you very much...!! ??
0
Photo of Piyush Pansuriya
195 10.1k 765.1k 6y
Hello,
No need to learn webform. You can directly go with asp.net MVC. 
There is no relation between webform and MVC. So, go with mvc directly.
0
Photo of Sai Kumar Koona
239 8.1k 1.7m 6y
Hi Mohammad,
 
ASP.NET web forms are no more using anywhere. But having some basic knowledge helps you as recently in ASP.NET MVC 6 they added Razor Pages(.cshtml and .cshtml.cs) which using the most similar pattern which was in ASP.NET (.aspx and .aspx.cs). 
 
I suggest, even look for .NET Core, ASP.NET Core, and Angular to make yourself align to the current market.
 
Let me know if you have any more questions.