Browse by Tags
All Tags »
RAD »
.Net (
RSS)
In this installation of my blog series I'll cover creating integrated InterfaceObject, DataAccess and ApplicationObject (BusinessObject) classes based on the definition file that use these newly created stored procedures and provide an API to the...
In this installation of my blog series I'll cover defining, creating and persisting SQL scripts for stored procedures based on our CodeGeneratorPropertyList using SQL Server Management Objects (SMO). As I stated at the end of my last post, this takes...
In this installation of my blog series I’ll cover saving and loading definition files to and from XML. To enable the code generator to do its work and be re-usable across any application development we need to do a few things: 1. Define Code Generation...
In this installation of my blog series I’ll cover the first concrete item listed in the introduction. Implement a WinForm that modifies its own Config file. Let’s start by creating a Main form for the UI that will be our work area for the Code Generator...
I'm going to write a blog series about Rapid Application Development (RAD) and the advantages of using a custom code generator. Today I'm going to review what I'm going to cover in the coming weeks. The most obvious question to ask on this...