Click here to Skip to main content
16,004,924 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRags To Riches Pin
doctrane23-Jul-04 23:15
doctrane23-Jul-04 23:15 
GeneralRe: Rags To Riches Pin
Atilla Ozgur24-Jul-04 5:56
Atilla Ozgur24-Jul-04 5:56 
GeneralRe: Rags To Riches Pin
doctrane24-Jul-04 6:08
doctrane24-Jul-04 6:08 
GeneralRe: Rags To Riches Pin
Atilla Ozgur25-Jul-04 1:59
Atilla Ozgur25-Jul-04 1:59 
GeneralRe: Rags To Riches Pin
doctrane25-Jul-04 3:49
doctrane25-Jul-04 3:49 
GeneralRe: Rags To Riches Pin
Atilla Ozgur25-Jul-04 3:59
Atilla Ozgur25-Jul-04 3:59 
GeneralRe: Rags To Riches Pin
doctrane25-Jul-04 4:47
doctrane25-Jul-04 4:47 
GeneralRe: Rags To Riches Pin
STW16-Aug-04 3:24
STW16-Aug-04 3:24 
I nearly always make an interface for a class, because this keeps you thinking about what the class should do, rather than the implementation. Another advantage is that a class can be derived from multiple interfaces, so cunning class-hierachies are possible.

Develop, develop, develop....

Books: Design Patterns for C#!!!

Implement classes for Standard Things, Login, Database Access, Controls and implement them a common way, not specialized.

Split your project into logical items: Login, MdiForm, Menu {ToolBar, Treemenu, MainMenu}, Reports, MainInfo, InfoLists, Searching, New and Edit, .... Parts {Bureau, Production, ...} and split it. Most people think in a one-dimensional way (a simple line) but most programming things are Multi-Dimensional Tree-Structures!!! and trees aren't so simple to keep in mind...


You could also have a look at the Document-View Architecture in C++. There is shown how to split Data from the View of the Data.

I don't use UML because I just not used my time to learn a UML-Programm but if you can, use it!
Good luck!
Stefan Werdenberg, www.adwise.ch

GeneralFireWall Application Pin
Anonymous20-Jul-04 18:29
Anonymous20-Jul-04 18:29 
GeneralWindows services & GUI in .NET Pin
ma.poggi-cons19-Jul-04 3:06
ma.poggi-cons19-Jul-04 3:06 
GeneralRe: Windows services & GUI in .NET Pin
Tim Kohler19-Jul-04 3:35
Tim Kohler19-Jul-04 3:35 
GeneralRe: Windows services & GUI in .NET Pin
ma.poggi-cons19-Jul-04 4:23
ma.poggi-cons19-Jul-04 4:23 
GeneralRe: Windows services & GUI in .NET Pin
Tim Kohler19-Jul-04 5:20
Tim Kohler19-Jul-04 5:20 
GeneralRe: Windows services & GUI in .NET Pin
ma.poggi-cons19-Jul-04 5:30
ma.poggi-cons19-Jul-04 5:30 
Generalarticle req Pin
Saud AKhter18-Jul-04 21:20
Saud AKhter18-Jul-04 21:20 
GeneralRe: article req Pin
Steven Campbell19-Jul-04 3:43
Steven Campbell19-Jul-04 3:43 
Generalplease write a article for "How to add Image to PDF File" using Visual C++ Pin
pubududilena15-Jul-04 18:40
pubududilena15-Jul-04 18:40 
GeneralFolder Renamer Pin
Insane99914-Jul-04 14:44
Insane99914-Jul-04 14:44 
GeneralRe: Folder Renamer Pin
Salil Khedkar24-Aug-04 0:54
Salil Khedkar24-Aug-04 0:54 
GeneralArticle request from CP database experts Pin
pankajdaga11-Jul-04 2:13
pankajdaga11-Jul-04 2:13 
Questionhow to copy output of mschart directly to a .bmp file without using clipboard Pin
sushma nagaraj1-Jul-04 21:34
sushma nagaraj1-Jul-04 21:34 
Generalhelp me !!!!! Pin
sreejith ss nair22-Jun-04 22:29
sreejith ss nair22-Jun-04 22:29 
GeneralRe: help me !!!!! Pin
Colin Angus Mackay23-Jun-04 11:26
Colin Angus Mackay23-Jun-04 11:26 
GeneralBasic Installer Requirements Pin
tanstaafl2817-Jun-04 9:10
tanstaafl2817-Jun-04 9:10 
GeneralRe: Basic Installer Requirements Pin
Blake Miller23-Jun-04 10:13
Blake Miller23-Jun-04 10:13 

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.