https://github.com/linfx/aspnetcoremini
200行代码,7个对象——让你了解ASP.NET Core框架的本质
https://github.com/linfx/aspnetcoremini
Last synced: over 1 year ago
JSON representation
200行代码,7个对象——让你了解ASP.NET Core框架的本质
- Host: GitHub
- URL: https://github.com/linfx/aspnetcoremini
- Owner: linfx
- Created: 2019-02-15T01:42:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:26:20.000Z (over 3 years ago)
- Last Synced: 2025-04-03T07:22:08.485Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASpNetCoreMini
[原文: 200行代码,7个对象——让你了解ASP.NET Core框架的本质](https://www.cnblogs.com/artech/p/inside-asp-net-core-framework.html)
* 第一个对象:HttpContext
* 第二个对象:RequetDelegate
* 第三个对象:Middleware
* 第四个对象:ApplicationBuilder
* 第五个对象:Server
* 第六个对象:WebHost
* 第七个对象:WebHostBuilder
* HttpListenerServer
* HttpContext和Server之间的适配