We are pleased to announce the first release of AspCoreGen 3.0 MVC Professional Plus. Please see the list of features for this release.
Generates ASP.NET Core 3.1 MVC Views and related Models, View Models, Controllers, Middle Tier and Data Layer classes, Linq-to-Entities
(Entity Framework Core) or Stored Procedures or Ad-Hoc SQL, and Web API controllers. Listed below are the MVC Views that can be
generated in One Click:
1.
List with Add, Edit Redirect & Delete
4.
Record Details (Read Only)
6.
List with Add, Edit, & Delete (Same Page)
9.
List with Totals and Grouping
11.
List with Scroll-Loading Data
12.
List with Inline Add and Edit
13.
List with Manual For Each Loop
14.
List with Master Detail (Grid)
15.
List with Master Detail (Sub Grid)
16.
List with Multiple Deletes
Generates a Visual Studio 2019 solution with 3 projects:
1.
Web Application Project
Generates miscellaneous items that makes up the the separate projects such as (but not limited to):
Can generate code for:
1.
All Tables in the database
2.
All Views in the database
3.
Selected Tables Only in the database
4.
Selected Views Only in the database
Generates projects using .NET Core 3.1 framework:
1.
ASP.NET Core Web Application (.NET Core 3.1)
2.
Class Library (.NET Core 3.1)
3.
ASP.NET Core Web Application Web API (.NET Core 3.1)
Generates data layer code with a choice of:
1.
Entity Framework Core Classes
2.
Stored Procedure Scripts
MVC Views can use JQuery UI Themes with a choice of the following:
Generates code based on a Microsoft SQL Server database, versions 2000 up to 2017, and later.
Corrected an error when updating the application. The application crashes during an update, this error has been fixed.
Updated generated code for the "List with Manual For Each Loop". The list skips the first record and therefore not shown in the grid. This
error has been fixed.
Added code for a URL Referrer for the Add and Update links for: ListCrudRedirect, ListForeach, ListMultipleDelete, and ListBy Foreign Key MVC Views. Also
added URL Referrer for the Record Details links.
Removed list of Entity Framework classes in the Home (Default) MVC view for the Express Edition.
Uppdated the Solution File's (.sln) VisualStudioVersion = 16.0.30225.117.
Updated Project File's (.csproj):
- Microsoft.AspNetCore.Mvc.NewtonsoftJson to 3.1.5
- Microsoft.EntityFrameworkCore.SqlServer to 3.1.5
- Microsoft.EntityFrameworkCore.Design to 3.1.5
- Microsoft.EntityFrameworkCore.Tools to 3.1.5
- System.Data.SqlClient to 4.8.1
Updated launchSettings.json for the Web App and Web API projects. Replace hard-coded values to reflect the Web Application Name(s).
Web/Rest API now inherits from ControllerBase instead of Controller.
Bug fixed: Corrected Web API URL addresses when consuming Rest APIs with calls to Functions.HttpClient*******() methods.