-.NET:ASP.NET Core Framework

ylbtech- framework -.NET:ASP.NET Core

ASP.NET Core is a free and open source Web framework, as well as the next generation of Microsoft and the development community of ASP.NET. It is a modular framework that can run either on a full .NET Framework on Windows, it can also run on cross-platform .NET Core.

1. Back to top
1、
Chinese name: ASP.NET Core
In essence: the modular frame

table of Contents

2、
2. Return to top
1、

Introduction

The framework is a complete rewrite, it previously separate ASP.NET MVC and ASP.NET Web API into a single programming model.
Although it is a new framework, based on a new Web stack with ASP.NET MVC but it has a high degree of compatibility with the concept. ASP.NET Core application supports version control side by side, which run different applications on the same machine can be different versions of ASP.NET Core target. This version of ASP.NET before is not possible .
 

Release History

version number issue date
1.0 2016-06-27
1.1 2016-11-18
2.0 2017-08-14
2.1 2018-05-30
 

name

Was originally seen as ASP.NET vNext, the framework will be ready to be called ASP.NET 5. However, to avoid suggesting that it is an update to an existing ASP.NET Framework, Microsoft ASP.NET Core later change the name in the 1.0 version.
 

feature

  1. without compiling developer experience (ie compilation is continuous, so that developers do not have to invoke the compiler command);
  2. distribution NuGet modular frame package;
  3. cloud-optimized run-time (optimized for Internet);
  4 supported by Open Web Interface for .NET (OWIN) and host-independent, stand-alone operation or in IIS;
  5 story building a unified Web UI and Web API (ie, both are the same);
  6. cloud-ready environment configuration system;
  7. lightweight and modular HTTP request pipeline;
  8. built on Windows, Mac and Linux, and cross-platform run ASP.NET Core application;
  9. open;
  10. in parallel for .NET Core application version control.
2、
3. Back to top
 
4. Top
 
5. Top
1、
2、
 
6. Back to top
 
warn Author: ylbtech
Source: http://ylbtech.cnblogs.com/
This article belongs to the author and blog Park total, welcome to reprint, but without the author's consent declared by this section must be retained, and given the original connection in the apparent position of the article page, otherwise We reserve the right to pursue legal responsibilities.

Guess you like

Origin www.cnblogs.com/storebook/p/11127205.html