I am intermidiate in ASP Webform I want to learn .NET Core.
So firstly i have to learn ASP MVC then .NET Core ??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Dec 18, 2016, 6:28 AM
Now, there are many ways that you can learn ASP.NET Core through, but my recommendation is to go to Microsoft documentations; http://docs.microsoft.com/en-us/. You will find all of the required tools, concepts and samples that will help you in getting started easily. Web Forms is no longer supported in ASP.NET Core, instead it uses MVC as the default template. Scott Hanselman explains ASP.NET Core really very simply and in an amazing way, you can watch that video course on MVA: https://mva.microsoft.com/en-US/training-courses/introduction-to-asp-net-core-1-0-16841. I enjoyed that course myself, you can learn more on top of this as you move onward the pattern.
I hope it is helpful for you.