Click here to Skip to main content
15,893,266 members
Articles / Desktop Programming / Windows Forms
Article

TiTaN Code Generator

Rate me:
Please Sign up or sign in to vote.
3.00/5 (5 votes)
30 Oct 2007CPOL2 min read 44K   692   27   8
This application helps you to easily create your own classes without needing to waste your time writing the same code again and again

Introduction

Are you tired from writing the same code again and again? If you are using data access layers techniques in your development so this article for you! The main purpose for the application is to generate the class will deal with the database and save your time to the hard work.

Screenshot - 1.jpg

Background

The data access layers techniques that i am going to talk about it is 3 tiers:

  1. The database (stored procedures)
  2. The class (our subject)
  3. The forms or the calling procedure

I knew that there are a lot of data access layers techniques but this is one of them and i think it's ok

Requirements

  1. .NET Framework 1.1 Download
  2. WinRAR

Using the Code

If you are using sql server database this will be perfect for you especially in next versions but if you are using other database it's ok but you will not have the facilities the application provide to the users

all you have to do setup the application , you will find a sample folder on your desktop this will help you to understand how the process is going in the application (attach database and then read the code read especially comments, and there is a help file but i am sorry it's now in Arabic but soon it will be in English

Screenshot - 2.jpg

Steps :

  1. Choose database from the list if it's working or add it by your self if it's not
  2. Choose columns and data types for it
  3. Be careful if you have a primary key in the table you are creating a class for it you have to say this column is a primary key when you adding it to the list because this will affect the process of creating stored procedure and classes
  4. After finishing the last step just say the kin of stored procedure if you want it (recommended) and then add them to your database stored procedures
  5. Finally choose the output file if it's vb or c# or txt or dll but the only things are working now is txt and vb files but in next version it will work perfectly

Thats all

Points of Interest

How to make users happy

History

*********************

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Arab Emirates United Arab Emirates
Genius is one percent inspiration and ninety-nine percent perspiration.

Comments and Discussions

 
GeneralOther links for the program Pin
Amgad Fahmi4-Nov-07 6:15
Amgad Fahmi4-Nov-07 6:15 
General.Open with WinRAR Pin
Pritam Pal31-Oct-07 0:11
Pritam Pal31-Oct-07 0:11 
GeneralRe: .Open with WinRAR Pin
Amgad Fahmi31-Oct-07 8:01
Amgad Fahmi31-Oct-07 8:01 
Generalsetup requires framework 1.1.4322 Pin
mlguni30-Oct-07 23:14
mlguni30-Oct-07 23:14 
GeneralRe: setup requires framework 1.1.4322 Pin
Amgad Fahmi31-Oct-07 7:58
Amgad Fahmi31-Oct-07 7:58 
GeneralZip is not valid Pin
white_mage30-Oct-07 21:54
white_mage30-Oct-07 21:54 
AnswerRe: Zip is not valid Pin
Amgad Fahmi31-Oct-07 7:55
Amgad Fahmi31-Oct-07 7:55 
JokeTiTaN developer Pin
Amgad Fahmi30-Oct-07 19:36
Amgad Fahmi30-Oct-07 19:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.