- 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.
推薦閱讀
- 物聯(lián)網(wǎng)(IoT)基礎(chǔ):網(wǎng)絡(luò)技術(shù)+協(xié)議+用例
- Building Django 2.0 Web Applications
- 面向云平臺的物聯(lián)網(wǎng)多源異構(gòu)信息融合方法
- Practical Web Design
- 計(jì)算機(jī)網(wǎng)絡(luò)原理與應(yīng)用技術(shù)
- 物聯(lián)網(wǎng)之霧:基于霧計(jì)算的智能硬件快速反應(yīng)與安全控制
- 4G小基站系統(tǒng)原理、組網(wǎng)及應(yīng)用
- 物聯(lián)網(wǎng)與智能家居
- Hands-On Microservices with Node.js
- 異構(gòu)蜂窩網(wǎng)絡(luò)關(guān)鍵理論與技術(shù)
- INSTANT LinkedIn Customization How-to
- Selenium WebDriver 3 Practical Guide
- NB-IoT原理和優(yōu)化
- 想象的互動:網(wǎng)絡(luò)人際傳播中的印象形成
- 企業(yè)網(wǎng)絡(luò)組建與維護(hù)項(xiàng)目式教程