Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I want to work on mvc .net project but I do not know should i use .netframe work or .net core. My new project will be customer management system and it will use Sql Server at back end.

Please give me some hints which plate form to choose?

What I have tried:

It is going to be a new project and I just want to know which one is better .netframe work or .net core
Posted

1 solution

There are many of reasons to go .Net Core. Some of the key benefits are:
* Highly optimised without the legacy support that .Net Framework suffers from
* Highly performant
* multi OS support
* minimal API support
* Blazor support
* .Net Framework is reaching end of life; .Net Core has major focus going forward.
* and much more

.Net Conf is currently underway releasing the latest version of .Net 8.0 and all the frameworks: .NET Conf 2023[^]. Check it out and see how...
 
Share this answer
 

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