- Hands-On Full:Stack Web Development with ASP.NET Core
- Tamir Dresher Amir Zuker Shay Friedman
- 199字
- 2021-06-10 19:37:22
Predefined project templates
ASP.NET Core comes with a few predefined project templates that you can use to create your application. These templates already include the needed packages, a recommended folder structure, initial configuration, and some sample files.
The available project templates are as follows:
- Empty: An empty ASP.NET Core project template, containing only the most critical initialization code files.
- Web API: A project template containing a sample web API class and configuration.
- Web Application: A project template containing a sample Razor Pages-based application.
- Web Application (MVC): A project template containing a sample MVC-based application.
- Angular: A project template containing sample ASP.NET Core backend code, ready for frontend implementation using Angular and TypeScript. This template includes the needed dependencies from NuGet and NPM, and a preconfigured webpack.
- React.js: This is the same as the Angular template, just with React dependencies and sample code.
- React.js and Redux: This is the same as the React.js template, only this time, it uses the Redux framework on top of React.js.
In addition to the built-in project templates, you can find more project templates that have been created and maintained by the community on the Visual Studio marketplace at https://marketplace.visualstudio.com, on NuGet, or on GitHub.
推薦閱讀
- FreeSWITCH 1.2
- 物聯(lián)網(wǎng)識(shí)別技術(shù)
- 光網(wǎng)絡(luò)評(píng)估及案例分析
- 物聯(lián)網(wǎng)網(wǎng)絡(luò)安全及應(yīng)用
- Proxmox High Availability
- HCNA網(wǎng)絡(luò)技術(shù)
- Drush User’s Guide
- Spring Cloud微服務(wù)架構(gòu)進(jìn)階
- 世界互聯(lián)網(wǎng)發(fā)展報(bào)告·2019
- 網(wǎng)管工具使用與技巧大全
- 移動(dòng)物聯(lián)網(wǎng):商業(yè)模式+案例分析+應(yīng)用實(shí)戰(zhàn)
- 一本書讀懂TCP/IP
- NB-IoT原理和優(yōu)化
- 想象的互動(dòng):網(wǎng)絡(luò)人際傳播中的印象形成
- Microservices Development Cookbook