Skip to content

A tool to enable developers to quickly generate a VB.Net Web Form, VB Code behind, Tests and SQL Scripts from a few parameters on a web form

Notifications You must be signed in to change notification settings

vivrichards600/TemplateBuilder

Repository files navigation

VB.Net Template Builder

Auto Generate an Accessible HTML5 VB.Net Web Form, it's VB Code, Unit Tests, Integration Tests (using Selenium Web Driver) and SQL Scripts for creating the table to hold the Web Forms data as well as stored procedures to do the insertions, select a customer and delete a customer etc based on a few simple user parameters.

Example Usage

To use this application the user would need to input the following in the web form:

ProjectName FormName Field:FieldType(OptionalSize)*

*User can input unlimited number of Field:FieldType's

CustomerRepository CreateNewCustomer FirstName:Varchar(200) LastName:Varchar(100) Age:Int

About

A tool to enable developers to quickly generate a VB.Net Web Form, VB Code behind, Tests and SQL Scripts from a few parameters on a web form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published