AspCoreGen 3.0 MVC is an ASP.NET Core 3.1 MVC code generator. It can generate code in C#. It generates code by looking at your Microsoft SQL Server database tables (or views). AspCoreGen 3.0 MVC is the perfect code generator, it will generate a whole web application including a class library and a web API project in just One Click!
Generate ASP.NET Core 3.1 Models, Views, Controllers, View Models, Web API, Middle-Tier, Data-Tier (linq-to-entities using the Entity Framework Core), and Stored Procedures or Ad-Hoc SQL in One Click*. AspCoreGen 3.0 MVC generates databound ASP.NET Core 3.1 MVC views.
Key Features of AspCoreGen
- ASP.NET Core 3.1
Generates an ASP.NET Core MVC 3.1 web application in One Click! - Visual Studio 2019
Made for the Visual Studio 2019 IDE using the latest .NET Core 3.1 Framework. - More Code Organization
For example: controller code is separated by actions (used by views), private methods, and methods
used by the jqgrid in regions. - Web API
It now returns the same data as the Business Layer for Get methods, no more returning JQgrid-specific data. Data can now be used by other controls. - Asynchronous
Everything is now asynchronous. Using Task, await, and async keywords, from controllers, private methods, business & data objects, and web api. - Two New Views
A view where you can Delete Multiple records w/ CRUD functionality, and a view w/ a Drop Down List where you can show related data based on the selected item.