- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 62字
- 2021-06-10 19:37:22
Code execution order
The Startup class is executed only once during an application's lifespan, right after the web server has loaded the ASP.NET Core application.
The following screenshot shows the order of execution of the different methods in the classes involved in ASP.NET Core initialization:

The Startup class is not the place to put any code other than initialization and configuration code.
推薦閱讀
- 社交網(wǎng)絡(luò)對齊
- 網(wǎng)絡(luò)協(xié)議工程
- Spring Boot 2.0 Projects
- INSTANT PhpStorm Starter
- 物聯(lián)網(wǎng)檢驗檢測技術(shù)
- Learning Karaf Cellar
- 企業(yè)私有云建設(shè)指南
- Mastering Dart
- 端到端QoS網(wǎng)絡(luò)設(shè)計
- Python API Development Fundamentals
- Microservices Development Cookbook
- Architecting Data:Intensive Applications
- ElasticSearch Server
- 互聯(lián)網(wǎng)戰(zhàn)略變革與未來
- 加密與解密實戰(zhàn)全攻略