Click here to Skip to main content
15,919,341 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox not properly adding items Pin
Jordanwb21-Apr-08 2:46
Jordanwb21-Apr-08 2:46 
Question.NET certification? Pin
YAI19-Apr-08 13:58
YAI19-Apr-08 13:58 
AnswerRe: .NET certification? Pin
leckey19-Apr-08 14:48
leckey19-Apr-08 14:48 
AnswerRe: .NET certification? Pin
Zoltan Balazs19-Apr-08 23:19
Zoltan Balazs19-Apr-08 23:19 
QuestionNeed Help with SendInput for key commands Pin
Luke Dyer19-Apr-08 12:05
Luke Dyer19-Apr-08 12:05 
GeneralRe: Need Help with SendInput for key commands Pin
Dominik Reichl20-Apr-08 2:04
Dominik Reichl20-Apr-08 2:04 
QuestionHow to make AutoGeneration Code tools ? Pin
hdv21219-Apr-08 10:37
hdv21219-Apr-08 10:37 
AnswerRe: How to make AutoGeneration Code tools ? Pin
Mycroft Holmes19-Apr-08 17:31
professionalMycroft Holmes19-Apr-08 17:31 
Most developers do this - they sometimes end up as complete frameworks, ironspeed comes to mind.

Think about where you will get you table information (system information views in SQL Server)
Build you DAL for getting to the DB
Build a sample class you want to use as a template (using your DAL).
What is your delivery platform (usually winforms)?
Build your app to get and display the databases and tables (usually in a tree)
Allow drill down to column and then attributes.
Now use string manipulation to build the class based on your template
Decide if you want to copy/paste the class into the IDE or you want to interact directly with the project

Build it - and you will have a MUCH deeper understanding of your database, application and many technologies when you are finished. BTW you will probably never "finish" this project. I'm still tweaking mine which originated in VB5.



Never underestimate the power of human stupidity
RAH

GeneralDon't show ToolStripMenuItem in Taskbar Pin
Jordanwb19-Apr-08 9:56
Jordanwb19-Apr-08 9:56 
GeneralRe: Don't show ToolStripMenuItem in Taskbar Pin
hostar16-Oct-14 6:31
hostar16-Oct-14 6:31 
GeneralRead/write custom events to XML Pin
xax19-Apr-08 7:43
xax19-Apr-08 7:43 
GeneralRe: Read/write custom events to XML Pin
Guffa19-Apr-08 10:25
Guffa19-Apr-08 10:25 
GeneralRe: Read/write custom events to XML Pin
xax20-Apr-08 9:00
xax20-Apr-08 9:00 
QuestionIP version 6 input control ? Pin
nesaver8519-Apr-08 7:25
nesaver8519-Apr-08 7:25 
GeneralRe: IP version 6 input control ? Pin
Sam Xavier24-Apr-08 21:07
Sam Xavier24-Apr-08 21:07 
Questiondeploy windows service with additional tasks Pin
Knowledgestudent19-Apr-08 7:20
Knowledgestudent19-Apr-08 7:20 
GeneralRe: deploy windows service with additional tasks Pin
Charith Jayasundara20-Apr-08 2:53
Charith Jayasundara20-Apr-08 2:53 
QuestionTextBox problem Pin
Alessandra7719-Apr-08 7:12
Alessandra7719-Apr-08 7:12 
GeneralRe: TextBox problem Pin
Charith Jayasundara20-Apr-08 2:46
Charith Jayasundara20-Apr-08 2:46 
Questionlogin to Invision Power Board 2.3.3 Pin
askey19-Apr-08 6:00
askey19-Apr-08 6:00 
GeneralRe: login to Invision Power Board 2.3.3 Pin
Spacix One19-Apr-08 6:54
Spacix One19-Apr-08 6:54 
Questioni want find a list of form of my application in code? Pin
combo_ci19-Apr-08 6:00
combo_ci19-Apr-08 6:00 
AnswerRe: i want find a list of form of my application in code? Pin
Gareth H19-Apr-08 6:17
Gareth H19-Apr-08 6:17 
GeneralRe: i want find a list of form of my application in code? Pin
combo_ci19-Apr-08 6:19
combo_ci19-Apr-08 6:19 
GeneralRe: i want find a list of form of my application in code? Pin
Spacix One19-Apr-08 6:44
Spacix One19-Apr-08 6:44 

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.