- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 84字
- 2021-06-10 19:37:22
Default files in an ASP.NET Core project
You have probably noticed by now that your empty project is not entirely empty, and does, in fact, include a couple of files:
- Program.cs: This is the entry point of the application. It loads configuration, initiates the logging framework, and more.
- Startup.cs: This is run when the web project starts. It configures the application services and requests pipeline components.
- The wwwroot folder: This folder is where all of the static assets of the application will be stored.
推薦閱讀
- Web安全防護指南:基礎篇
- MERN Quick Start Guide
- 物聯網+BIM:構建數字孿生的未來
- Go Web Scraping Quick Start Guide
- 面向物聯網的嵌入式系統開發:基于CC2530和STM32微處理器
- 正在爆發的互聯網革命
- 計算機網絡原理與應用技術
- 物聯網技術與應用
- 新手易學:新手學淘寶開店
- 6G無線網絡空口關鍵技術
- 5G技術核心與增強:從R15到R17
- 互聯網安全的40個智慧洞見(2016)
- Building RESTful Web Services with .NET Core
- Enterprise ApplicationDevelopment with Ext JSand Spring
- RestKit for iOS