CodeSpark ASP.NET forms and code generator

November 15, 2012  |  Posted by Jim Dunstan  

CodeSpark is a powerful code and forms generator for ASP.NET applications. It can generate Entity classes, control classes, along with aspx forms for item lists (grids),and edit and create functions. The code can be produced as C#, or VB.NET source. Having built many ASP.NET applications from scratch in the past, I know just how long it can take to hand code the base classes, and Data Access code, before even starting to build forms, and user interactions.

Using CodeSpark, a developer can build an entire interactive web application, simply by selecting the database, and clicking 'generate'. CodeSpark will then analyse the database schema, generate the base classes, and create forms with appropriate controls for table field data types. Depending on the constraints on table columns, CodeSpark will also add Required field validators, or Range Validators to each field, and specify the maximum length for each text field on the user interface. This will make the end product much more robust, and will save developers huge amounts of time and effort.

If you are interested in using a code generator to create code and aspx forms from your database, then please read more on this page - CodeSpark, or download the trial version here - CodeSpark