ASP.NET Core

ASP.NET Core Project Templates

ASP.NET Core Project Templates

Core Project Templates

ASP.NET Core Application have different types of project templates for creating ASP.NET Core Web applications.

ASP.NET Core Empty: This Project template is used for creating ASP.NET Core Web Application, and this project template does not have any content in it by default.

ASP.NET Core Web App: This Project template is used for creating ASP.NET Core Application using ASP.NET Core Razor Pages content.

ASP.NET Core Web API: This Project template is used to create ASP.NET Core Application that uses Controllers to develop Restful services. This Project template can also be used for creating ASP.NET Core MVC Views and Controllers.

ASP.NET Core Web App (Model-View-Controller): This Project template is used for creating ASP.NET Core Applications using ASP.NET Core MVC Views and Controllers. This Project template can also be used for creating Restful HTTP Services.

Blazor Server App: This Project Template is used for creating a Blazor server app that runs server-side inside an ASP.NET Core app and handles user interactions over a SignalR connection. This template can also be used for web apps with rich, dynamic user interfaces (UIs).

Blazor WebAssembly App: This Project template is used for creating Blazor App that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can also be used for web apps with rich, dynamic user interfaces (UIs).

Razor Class Library: This Project template is used for creating a Razor class library that targets .NET Standard.

ASP.NET Core with Angular: This Project template is used for creating ASP.NET Core Applications with Angular.

ASP.NET Core with React.js: This Project template is used for creating ASP.NET Core Applications with React.js.

NUnit Test Project: This Project template contains NUnit tests that can run on .NET on Windows, Linux, and MacOS



Related Post

About Us

Community of IT Professionals

A Complete IT knowledgebase for any kind of Software Language, Development, Programming, Coding, Designing, Networking, Hardware and Digital Marketing.

Instagram