Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Guys I need a live suggestion to get started with .NET Core 2.0

How different it is when you know how to work on ASP.NET Classic, ASP.NET MVC, and WEBAPI Applications ?

What I have tried:

Tried Googling, Got some answers but looking for answers from here as well in order to consolidate all and get started in a good way
Posted
Updated 14-Jan-19 0:32am

I'd start with MSDN documentation. See:
Introduction to ASP.NET Core | Microsoft Docs[^]
Overview of ASP.NET Core Security | Microsoft Docs[^]
Get started with ASP.NET Core MVC | Microsoft Docs[^]
Get started with ASP.NET Core | Microsoft Docs[^]

A main difference between ASP.NET and ASP.NET Core is explained here: Choose between ASP.NET 4.x and ASP.NET Core | Microsoft Docs[^] and points to one conclusion: ASP.NET Core is a cross platform framework when ASP.NET is a framework for windows apps.
So, if you would like to create a software for several platforms (not only Windows), i'd suggest to start learning ASP.NET Core.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900