what is the difference between asp.net, mvc and dot net core
Loading
what is the difference between asp.net, mvc and dot 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.
Sam HobbsPosted Nov 14, 2023, 3:30 PM
People should use the name .Net Core, not dot net core, unless there is a good reason the period character, the dot, cannot be used.
.Net Core is the entire library that C# and all other managed languages use. Programs that use .Net Core are called managed because they are safer and they provide conveniences for developers. There is also .Net Framework and other .Nets and the details of what they are are complicated.
ASP.Net is a set of libraries for use with the internet.
MVC is a way to write programs.
Amit MohantyPosted Nov 14, 2023, 7:27 AM
When you search online, you'll find numerous links related to your query. Could you attempt to perform a Google search to explore information on the topic?