Release Notes


We are pleased to announce the first release of AspCoreGen 3.0 MVC Professional Plus. Please see the list of features for this release.

Version 3.0.0


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
2.
Add New Record
3.
Update Record
4.
Record Details (Read Only)
5.
List (Read-Only)
6.
List with Add, Edit, & Delete (Same Page)
7.
List with Grouping
8.
List with Totals
9.
List with Totals and Grouping
10.
List with Search
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
17.
List by Foreign Key
18.
Unbound

Generates a Visual Studio 2019 solution with 3 projects:

1.
Web Application Project
2.
Class Library Project
3.
Web API Project

Generates miscellaneous items that makes up the the separate projects such as (but not limited to):

1.
Stylesheets
2.
JavaScript files
3.
Helper Class files
4.
AppSettings JSON file
5.
JQuery Files
6.
JQuery UI Themes
7.
And many more...

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
3.
Ad-Hoc SQL Classes

MVC Views can use JQuery UI Themes with a choice of the following:

1.
Black-Tie
2.
Blitzer
3.
Cupertino
4.
Dark-Hive
5.
Dot-Luv
6.
Eggplant
7.
Excite-Bike
8.
Hot Sneaks
9.
Le-Frog
10.
Mint-Choc
11.
Overcast
12.
Pepper-Grinder
13.
Redmond
14.
Smoothness
15.
South-Street
16.
Start
17.
Sunny
18.
Swanky-Purse
19.
Trontrastic
20.
UI-Darkness
21.
UI-Lightness
22.
Vader
22.
Humanity

Generates code in C#.
Generates code based on a Microsoft SQL Server database, versions 2000 up to 2017, and later.

Version 3.0.1


Corrected an error when updating the application. The application crashes during an update, this error has been fixed.

Version 3.0.2


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.

Version 3.0.3


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.