- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 185字
- 2021-07-02 20:52:32
Choosing the application type
ASP.NET Core provides us different application templates to start developing applications. These templates give us an optimal project structure to keep everything organized. We have the following types:
- Empty: This is simplest form of a project template containing only Program.cs and the Startup.cs class. Due to the complete modular nature of ASP.NET Core, we can upgrade this empty project to any type of web application.
- Web API: This creates the Web API project with controllers, web.config, and so on. Our focus will be on this application template.
- Web Application: This creates an ASP.NET Core MVC type of project with Controllers, Views, client configurations, Startup.cs, and web.config.
- Web Application (Razor pages): This creates an ASP.NET Core web app using the Razor pages.
- Angular, React.js, and React.js with Redux: This creates JavaScript-framework-based ASP.NET Core web applications.

ASP.NET Core Project Templates
It's not mandatory to follow the template project structure provided by ASP.NET Core. When working on large projects, it's best practice to split them into separate projects for maintainability. The default project structure is good enough to understand the interaction between various components.
推薦閱讀
- Designing Machine Learning Systems with Python
- GAE編程指南
- GeoServer Cookbook
- 企業級Java EE架構設計精深實踐
- ThinkPHP 5實戰
- Mastering Entity Framework
- Visual FoxPro 程序設計
- Learning ASP.NET Core 2.0
- Python機器學習算法: 原理、實現與案例
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- Mastering Web Application Development with AngularJS
- ArcGIS for Desktop Cookbook
- 深入實踐Kotlin元編程
- Training Systems Using Python Statistical Modeling
- Joomla!Search Engine Optimization