What are the differences between asp.net, asp.net mvc and asp.net core
NickName:Bob5421 Ask DateTime:2016-11-10T19:11:59

What are the differences between asp.net, asp.net mvc and asp.net core

I know what is the difference between ASP.Net (webforms) and ASP.Net MVC but it seems that a new technology called asp.net core is coming out. Do you know if it is a new concept or if this mean the kernel of asp.net, common to asp.net and asp.net mvc ?

Thanks

Copyright Notice:Content Author:「Bob5421」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40526177/what-are-the-differences-between-asp-net-asp-net-mvc-and-asp-net-core

More about “What are the differences between asp.net, asp.net mvc and asp.net core” related questions

What are the differences between asp.net, asp.net mvc and asp.net core

I know what is the difference between ASP.Net (webforms) and ASP.Net MVC but it seems that a new technology called asp.net core is coming out. Do you know if it is a new concept or if this mean the

Show Detail

What are the main differences between ASP.NET MVC and FubuMVC?

A developer I know just showed me FubuMVC and there was some question whether or not we should attempt to use it on a real live project or not. The current design choice so far has been ASP.NET MVC.

Show Detail

Cookie Sharing Between ASP.Net Core 2.2 and ASP.Net 4.6, with ASP.Net Identity

I have followed this article to implement cookie sharing between an ASP.Net Core 2.2 MVC app with ASP.Net Core Identity, and an ASP.Net Framework 4.6 MVC app with ASP.Net Identity: https://learn.

Show Detail

Difference in webapi in asp.net and asp.net core

In Visual Studio I have a choice of creating an ASP.NET Core (2) and ASP.NET application. I understand the differences between the core and non-core frameworks, but it seems there is a difference i...

Show Detail

What do you refer to non ASP.NET MVC ASP.NET as?

When ASP.NET came out people started referring to ASP 3 (and below) as classic ASP. Does anyone do this when refering to ASP.NET (non MVC) in relation to ASP.NET MVC? It seems awkward when answering

Show Detail

Differences and relation between host and server in ASP.net Core

In the Program.cs of an ASP.net Core project, we could use IWebHostBuilder to create(or build) an IWebHost which, I think, is a host. When creating an IWebHost, we could specify the web server whic...

Show Detail

Is ASP.NET MVC and ASP.NET Core MVC the same at present?

I want to start learning ASP.NET MVC - but just after reading first article I have a question: is ASP.NET MVC and ASP.NET Core MVC totally different and using different code functionalities, OR the...

Show Detail

Difference between Asp.Net Core MVC & Asp.Net Framework MVC

I'm going to create a new web application for my company and I would like doing it with Asp MVC technology. So, can you please tell me the difference between an Asp.Net Core MVC and an Asp.Net Fra...

Show Detail

Web Application vs Web Api project types in Asp.net Core

I know that Asp.Net MVC and Asp.Net Web API were merged into one code in Asp.net Core and they inherit from Controller base class and can all return implementations of IActionResult. it be a View ...

Show Detail

View directory compilation time difference between asp.net mvc and asp.net core mvc

im extremely curious about exceptional situation between asp.net mvc (4.7.2) and asp.net core mvc (2.2). What im doing is: Create empty asp.net mvc project , add new "TestController" clo...

Show Detail