.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Now my question is which one should i use now? ASP.NET MVC or ASP.NET CORE?
For example, I want to develop a website, it will have api as well for mobile app and a complete big /heavy website. so should i use core or asp.net mvc?
For example, I want to develop a website, it will have api as well for mobile app and a complete big /heavy website. so should i use core or asp.net mvc?
Both ASP.NET MVC and ASP.NET Core MVC can help achieve it. If you have cross-platform needs, you should choose ASP.NET Core MVC.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
16 Points
48 Posts
Where to start
Dec 22, 2019 08:53 AM|EngSH|LINK
I worked in Asp.net MVC long ago. Currently i am working in in PHP.
I want to develop asp.net MVC web application. i want to develop website in asp.net mvc.
I checked there are many things now days. i am confused
which one is best for me? what is simple learning tutorial site?
There is MVC, there is also core? can some one help me explain?
All-Star
53001 Points
23593 Posts
Re: Where to start
Dec 22, 2019 01:05 PM|mgebhard|LINK
ASP.NET Core is the latest platform/framework. There are many learning resource. Start by clicking the docs links above.
https://docs.microsoft.com/en-us/dotnet/
Also, learnrazorpages is a wonderful resource. Bookmark it.
https://www.learnrazorpages.com/
All-Star
40565 Points
6233 Posts
Microsoft
Re: Where to start
Dec 23, 2019 02:37 AM|Fei Han - MSFT|LINK
Hi EngSH,
Welcome to ASP.NET forums.
The following site lists topics about ASP.NET MVC, you can get started and get detailed tutorial with samples.
https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/
You can compare differences between .NET Core and .NET Framework from here.
https://docs.microsoft.com/en-us/dotnet/standard/choosing-core-framework-server?toc=%2Faspnet%2Fcore%2Ftoc.json&bc=%2Faspnet%2Fcore%2Fbreadcrumb%2Ftoc.json&view=aspnetcore-3.1
With Regards,
Fei Han
Member
16 Points
48 Posts
Re: Where to start
Dec 23, 2019 09:37 AM|EngSH|LINK
@Fei:
Now my question is which one should i use now? ASP.NET MVC or ASP.NET CORE?
For example, I want to develop a website, it will have api as well for mobile app and a complete big /heavy website. so should i use core or asp.net mvc?
All-Star
40565 Points
6233 Posts
Microsoft
Re: Where to start
Dec 23, 2019 10:01 AM|Fei Han - MSFT|LINK
Hi EngSH,
Both ASP.NET MVC and ASP.NET Core MVC can help achieve it. If you have cross-platform needs, you should choose ASP.NET Core MVC.
With Regards,
Fei Han