Generated Demos & Code Examples


Click the links provided below for sample code of the respective features.

Note: Samples were taken from the generated code based on Microsoft's Northwind SQL database. Most of the sample code below were generated using the Products table and the related Categories and Suppliers tables. All code were generated in One Click in under a minute.

Note: All these generated code in One Click*.

Listed below are the main list of items generated by AspxFormsGen MVC 5. A lot more items are generated which are not listed below like the Miscellaneous Items and more.

Generated ASP.NET Web Project


Home Page
Contains the List of All Generated Models, Views, and Controllers. This is the Home Page for the generated Solution.

The list of MVC Views are clickable so you can see the functionalities of each view.
Demo


Classes and Scripts List Page
Contains the List of All Generated Business Object, Business Object Base, Business Object Collection, Data Layer, Data Layer Base, and Code Example Classes. Also contains a List of all the generated Stored Procedures. Demo


One of each of the following MVC Views is generated per database table.

Note: Views with grouping such as the Master-Detail, or List with Grouping are only generated for tables that have foreign keys. Each foreign key in the table will have the respective generated "grouping view" code.

See the description of each MVC View and Controller listed below in the Generated Presentation Layer page.

Generated Views (.cshtml/.vbhtml)
1. List with Add, Edit Redirect & Delete Demo
2. Add New Record Demo
3. Update Record Go to the List with Add, Edit Redirect & Delete to demo the Update functionality
4. Record Details (Read Only) Go to the List (Read-Only) to demo the Record Details functionality
5. List (Read-Only) Demo
6. List with Add, Edit, & Delete (Same Page) Demo
7. List with Grouping Demo
8. List with Totals Demo
9. List with Totals and Grouping Demo
10. List with Search Demo
11. List with Scroll-Loading Data Demo
12. List with Inline Add and Edit Demo
13. List with Manual For Each Loop Demo
14. List with Master Detail (Grid) Demo
15. List with Master Detail (Sub Grid) Demo
16. Unbound View Demo
17. Add/Edit Partial View


One of each of the following Models is generated per database table.

Generated Models (.cs/.vb)
1. Model Base Class C# Sample Code  |  VB Sample Code
2. Model Class C# Sample Code  |  VB Sample Code


One of each of the following View Models is generated per database table.

Generated View Models (.cs/.vb)
1. View Model Base Class C# Sample Code  |  VB Sample Code
2. View Model Class C# Sample Code  |  VB Sample Code


One of each of the following Controllers is generated per database table.

Generated Controllers (.cs/.vb)
1. Controller Base Class C# Sample Code  |  VB Sample Code
2. Controller Class C# Sample Code  |  VB Sample Code


One of each of the following Web API Controllers is generated per database table.

Generated Web API (.cs/.vb)
1. Web API Controller Base Class
2. Web API Controller Class


One of each of the following Business Object Classes is generated per database table.

Generated Middle Tier (.cs/.vb)
1. Business Object Base Class C# Sample Code  |  VB Sample Code
2. Business Object Class C# Sample Code  |  VB Sample Code


One of each of the following Data Layer Classes is generated per database table.

Generated Data Tier (.cs/.vb)
1. Data Layer Base Class C# Sample Code  |  VB Sample Code
2. Data Layer Class C# Sample Code  |  VB Sample Code


One of each of the following SQL Script is generated per database table.

Generated SQL Script - Stored Procedures
1. Select All Sample Code
2. Select All By a Foreign Key Sample Code
3. Select All Dynamic Where Sample Code
4. Select a Record by Primary Key Sample Code
5. Select Drop Down List Data Sample Code
6. Select, Skip, and Take Sample Code
7. Select, Skip, and Take By a Foreign Key Sample Code
8. Select, Skip, and Take Dynamic Where Sample Code
9. Select Totals Sample Code
10. Insert Sample Code
11. Update Sample Code
12. Delete Sample Code
13. Get Record Count Sample Code
14. Get Record Count by Foreign Key Sample Code
15. Get Record Count Dynamic Where Sample Code


One of each of the following Classes is generated per database table.

Generated SQL Script - Ad-Hoc/Dynamic SQL (.cs/.vb)
1. Ad-Hoc/Dynamic SQL Class C# Sample Code  |  VB Sample Code


One of each of the following Example Classes is generated per database table.

Generated (Middle-Tier Access) Examples Class (.cs/.vb)
1. Example Class C# Sample Code  |  VB Sample Code


Only one of each of the following code/list is generated per database.