Yankee Imperialist Dog!

links
LCNUG

 

n-Tier Code Generator (Beta Version 1)

Kurt Schroeder, 2009

Please feel free to use this at any time. It is hoped that this functions as expected. It is based on the layered design model described in Imaar Spaanjaars. I did not create this model nor do I suggest that I have improved upon it. This code generator was created for my own convince and is made available as is without expectation as to functionality. If you wish to learn about this model of development you should go to the site noted above. This is based on the 2.0 model. He has another advanced version based on 3.5. Instructions: Run each selection and copy into a corresponding subdirectory. I typically create a single solution and separate projects for each layer. This is not necessary. All items can be included in a single project or in the app_code folder of a web site. I wish to note that code formatting is courtesy Jean-Claude Manoli http://manoli.net/csharpformat/ and I wish to express my thanks. Please direct any questions to kurt@iknowtek.com and note “CodeGen” in the subject. This is my first beta version and changes will be forth coming.

If you are a registered user of this site your may save you templates for future use.
Join My Cult


                             
Database Schema Name Table Name Namespace Variable Name to
use for Business Object
Full Name  Company Name   PageName
               
  Field SQL Type Dot.Net Type Identity? Browsable Read/Write SQL lExtra USE
0
1 cpy
2 cpy
3 cpy
4 cpy
5 cpy
6 cpy
7 cpy
8 cpy
9 cpy
10 cpy
11 cpy
12 cpy
13 cpy
14 cpy
15 cpy
16 cpy
17 cpy
18 cpy
19 cpy
20 cpy
21 cpy
22 cpy
23 cpy
24 cpy
25 cpy
26 cpy
27 cpy
28 cpy
29 cpy
30 cpy
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50