Home Portfolio Products Contact
AspxFormsGen MVC 3
Home > Products > AspxFormsGen MVC 3
AspxFormsGen MVC 3
Generate an ASP.NET MVC 3 (Razor) Web Application in One Click!*
Coming Soon! AspxFormsGen MVC 3. Generate ASP.NET MVC 3 (Razor) Models, Views, Controllers, View Models, Middle-Tier, Data-Tier, and Stored Procedures (or Dynamic SQL) in One Click*. AspxFormsGen MVC 3 generates databound ASP.NET MVC 3 Views. AspxFormsGen MVC 3 is a combination of our AspxFormsGen engine (generates MVC 3 (Razor) Views) and AspxCodeGen engine which generates Middle-Tier, Data-Tier, and Stored procedures or Dynamic SQL codes.

Generated web views are bound by strongly-typed middle tier objects that encapsulates data-tier functionalities. Objects generated by AspxCodeGen 4.0 engine are called by the generated MVC 3 (Razor) Views, and can be used as stand-alone API. Please see AspxCodeGen 4.0 for more information.

Note: This is a pre-released product. All descriptions here are not final and are subject to change.


What's New Buy AspxFormsGen MVC 3     
Generated Views Features/Uses Download AspxFormsGen Express, absolutely free
Product Comparison, Demo, Sample Code, and Pricing
Frequently Asked Questions (FAQ)
Requirements, Recommendations, Limitations, and Notes



What's New?



Made for the Visual Studio 2010 IDE using the latest 4.0 .Net Framework. Integration of JQuery for flicker-free client-side experience. Generates Standard Bound ASP.NET MVC 3 (Razor) Models, Views, Controllers, View Models & more.





CRUD (create, retrieve, update, delete) operations are bound through strongly-typed middle-tier and data-tier classes. Generates CRUD (create, retrieve, update, delete) Stored Procedures directly in your database. So you don't like stored procedures? No problem, you can generate Dynamic SQL instead.





Generate objects based on your MS SQL tables or views. You can also select just the tables or views to generate from. Generate just the Views you want, choose stored procs or dynamic sql, etc., it remembers your last setting so you can still do "One Click".


[ back to top ]

Generated Views Features/Uses
Listed below are features and uses of the the MVC 3 (Razor) Views that are generated by AspxFormsGen MVC 3. Click here for features of AspxCodeGen 4.0.

Generated MVC 3 (Razor) Views Features
Views with (CRUD) Add, Edit Redirect, & Delete
  • Can be used in the administration part of your website
  • Contains a jqGrid plugin control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Adding a new record redirects to another page
  • Updating an existing record redirects to another page
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • Views uses a Sort Direction Image in the header
  • Views uses Numeric Paging in the footer
  • One ASP.NET MVC 3 View is generated per table
Views with (CRUD) Add, Edit, & Delete (Functionality on the Same Page)
  • Can be used in the administration part of your website
  • Contains a jqGrid plugin control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Add a new record on the same page in a JQuery Dialog.
  • Update an existing record on the same page in a JQuery Dialog.
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • Views uses a Sort Direction Image in the header
  • Views uses Numeric Paging in the footer
  • One ASP.NET MVC 3 View is generated per table
Views, Read-Only
  • Can be used in the public facing part of your website
  • Contains a jqGrid plugin control. No CRUD funtionality (read-only).
  • Views uses a Sort Direction Image in the header
  • Views uses Numeric Paging in the footer
  • One ASP.NET MVC 3 View is generated per table
Views with Totals
  • Can be used to show Totals (Money and Number of Records)
  • Contains a jqGrid plugin control. No CRUD funtionality (read-only).
  • Shows total number of records
  • Shows totals on the footer for money fields
  • Views uses a Sort Direction Image in the header
  • Views uses Numeric Paging in the footer
  • One ASP.NET MVC 3 View is generated for tables that have money data fields
Add New & Edit Record
  • Use to Add a New Record or Edit an Existing Record
  • Form elements are validated using the respective Model Data Annotations
  • Integrated JQuery UI Date Controls for date fields
  • Contains bound DropDownList for foreign fields
  • You can get here from the "Views with Add, Edit Redirect, & Delete" View when clicking the Add New Record link or the Edit button
  • One ASP.NET MVC 3 View is generated per table
Record Details (Read-Only)
  • Use to show Read-Only details of a record
  • Shows details of a record (Read-Only)
  • You can get here from the "Views with Add, Edit Redirect, & Delete" View when clicking the foreign key links
  • One ASP.NET MVC 3 View is generated per table
Unbound View
  • Use to add your own code in the respective Controller (Code Behind)
  • Views that are not bound to the database
  • No Validation
  • Contains unbound DropDownList Web Control for foreign fields
  • One ASP.NET MVC 3 View is generated per table

More Coming Soon!

Code Generated By AspxCodeGen 4 Engine Features
See AspxCodeGen 4 Features and Uses
  • Middle-Tier, Data-Tier, and Stored Procedures or Dynamic SQL
Miscellaneous Files Features
Images
  • Various images used by the generated web application.
JQuery UI Themes
  • Various JQuery UI plugin themes used by the generated web application.
Styles
  • Various CSS Style sheets used by the generated web application.
Packages
  • Packages like the Data Annotations Extention for MVC 3 used by the generated web application.
JavaScript Files
  • JavaScript libraries used by the generated web application.
List of Generated Views
Sample List Coming Soon
  • List of all generated ASP.NET MVC 3 Models, Views, Controllers, View Models, etc.
  • You can go to the generated Views from here.
  • A link for each of the generated Views is listed here.*
  • A good page to "Set as Start page".
List of Generated Code
Sample List Coming Soon
  • List of all generated Middle-Tier, Data-Tier, and Stored Procedures or Dynamic SQL.
Layout Page
  • Blank layout page used by the generated Views.
  • You can add your website design here.
Web.Config file
  • Web.config file used by the web application.


[ back to top ]

Product Comparison, Demo, Sample Code, and Pricing
Listed below are the comparative features of AspxFormsGen's Professional Plus and Express editions. Click the links provided below for sample code of the respective features. Note: Sample Views were taken from the generated Views based on Microsoft's Northwind database. Please see the respective sample middle-tier, data-tier, and stored procedures or dynamic sql generated by AspxCodeGen 4 here.

  AspxFormsGen MVC 3
Professional Plus Edition
AspxFormsGen MVC 3
Express Edition
  Professional Plus Express
Technology Features
Generated Views are compatible with Visual Studio 2010
JQuery integration
Views are bound to MS SQL Server
Generates Middle-Tier and Data-Tier code
Generates Stored Procedures or Dynamic SQL
Generated View Features. * Sample codes were generated from Microsoft's Northwind database
Views with Add, Edit Redirect, & Delete
( Demo and Sample Code )
Views with Add, Edit, & Delete (Functionality on the Same Page) ( Demo and Sample Code )
Views, Read-Only ( Demo and Sample Code )
Views, More Information ( Demo Coming Soon )
Views with Totals ( Demo and Sample Code )
Add New & Edit Record ( Demo and Sample Code )
Record Details (Read-Only) ( Demo Coming Soon )
Unbound View ( Demo Coming Soon )
Middle-Tier and Data-Tier Code
( See Demo and Sample Code From AspxCodeGen 4 )
Stored Procedures or Dynamic SQL
( See Demo and Sample Code From AspxCodeGen 4 )
Miscellaneous Files
List of All Generated Models, Views, Controllers, View Models, etc (HTML) ( Demo Coming Soon )
List of All Generated Code, Middle tier, Data Tier, Stored Procedures or Dynamic SQL (HTML) ( Demo Coming Soon )
Pricing AspxFormsGen MVC 3
Professional Plus Edition
AspxFormsGen MVC 3
Express Edition
COMING SOON!

1 (One) Developer License, no royalty for all generated objects.

Buy Professional Plus Edition

Download Express Edition, C# Version


Note: You will be redirected to PayPal when you click the "Buy" buttons above,
tax will be automatically added to the purchase price.

Also, For Corporate License, please send us an email with the subject AspxFormsGen MVC 3 corporate license.


[ back to top ]