ComponentOne ASP.NET MVC Controls
Configuring your MVC Application
ASP.NET Core MVC Controls > Getting Started > Configuring your MVC Application

This section demonstrates how to create and configure your MVC application using ComponentOne template and Visual Studio template in Visual Studio. Make sure you check the System Requirements before proceeding.

Merits of ComponentOne Template over standard Visual Studio Template.

ComponentOne template has following merits:

  1. Registers the resources required to use MVC Edition controls.
  2. Adds ASP.NET Core MVC Edition packages to the project automatically.
  3. Adds the required MVC Edition namespace to the _ViewImports.cshtml file automatically.
See Also