Thank You for using AspCoreGen 2.0 MVC Professional+. AspCoreGen 2.0 MVC Professional+ generated 2 applications/projects for use with Visual Studio 2017 or later.
Some of the main objects generated are listed below in their respective projects including: Views, Controllers, Business Objects, Data Layer, Ad Hoc/Dynamic SQL classes, View Models, and Models.
1. Web Application Project - ASP.NET Core Web Application (.NET Core)
VIEWS - Views Folder (click to hide list)
CONTROLLERS - Controllers Folder (click to show list)
CategoriesController.cs
ProductsController.cs
SuppliersController.cs
CONTROLLERS (Base Class) - Controllers\Base Folder
CategoriesControllerBase.cs
ProductsControllerBase.cs
SuppliersControllerBase.cs
2. Business Objects/Data Layer - Class Library Project (.NET Core)
BUSINESS OBJECTS/MIDDLE TIER - BusinessObject Folder (click to show list)
Categories.cs
Products.cs
Suppliers.cs
BUSINESS OBJECTS (Base Class) - BusinessObject\Base Folder
CategoriesBase.cs
ProductsBase.cs
SuppliersBase.cs
DATA LAYER/DAL/DATA TIER - DataLayer Folder (click to show list)
CategoriesDataLayer.cs
ProductsDataLayer.cs
SuppliersDataLayer.cs
DATA LAYER (Base Class) - DataLayer\Base Folder
CategoriesDataLayerBase.cs
ProductsDataLayerBase.cs
SuppliersDataLayerBase.cs
VIEW MODELS - ViewModels Folder (click to show list)
CategoriesViewModel.cs
ProductsViewModel.cs
SuppliersViewModel.cs
VIEW MODELS (Base Class) - ViewModels\Base Folder
CategoriesViewModelBase.cs
ProductsViewModelBase.cs
SuppliersViewModelBase.cs
MODELS - Models Folder (click to show list)
CategoriesModel.cs
ProductsModel.cs
SuppliersModel.cs
MODELS (Base Class) - Models\Base Folder
CategoriesModelBase.cs
ProductsModelBase.cs
SuppliersModelBase.cs
AD HOC/DYNAMIC SQL (SQL Scripts in Code) - SQL Folder (click to show list)
CategoriesSql.cs
ProductsSql.cs
SuppliersSql.cs