- 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.
推薦閱讀
- 解析QUIC/HTTP3:未來互聯(lián)網(wǎng)的基石
- 物聯(lián)網(wǎng)檢驗檢測技術(shù)
- 面向云平臺的物聯(lián)網(wǎng)多源異構(gòu)信息融合方法
- 企業(yè)私有云建設(shè)指南
- 正在爆發(fā)的互聯(lián)網(wǎng)革命
- 計算機(jī)網(wǎng)絡(luò)與通信(第2版)
- 城市治理一網(wǎng)統(tǒng)管
- CCNP TSHOOT(642-832)認(rèn)證考試指南
- Working with Legacy Systems
- TD-LTE無線網(wǎng)絡(luò)規(guī)劃與設(shè)計
- 沖擊:5G如何改變世界
- 物聯(lián)網(wǎng)基礎(chǔ)及應(yīng)用
- 圖神經(jīng)網(wǎng)絡(luò)前沿
- 巧學(xué)活用CISCO網(wǎng)絡(luò)典型配置
- Telerik WPF Controls Tutorial