Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all. Pin
Rizwan Bashir4-Jul-08 1:07
Rizwan Bashir4-Jul-08 1:07 
GeneralRe: Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all. Pin
leppie4-Jul-08 2:07
leppie4-Jul-08 2:07 
GeneralRe: Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all. Pin
Rizwan Bashir4-Jul-08 2:17
Rizwan Bashir4-Jul-08 2:17 
GeneralRe: Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all. Pin
Rizwan Bashir4-Jul-08 4:24
Rizwan Bashir4-Jul-08 4:24 
GeneralRe: Unique Problem, Connecting to web service using credentials fail for 1 user only, works for all. Pin
leppie4-Jul-08 4:35
leppie4-Jul-08 4:35 
QuestionBest practice static class or static variables. Pin
ESTAN4-Jul-08 0:18
ESTAN4-Jul-08 0:18 
AnswerRe: Best practice static class or static variables. Pin
Christian Graus4-Jul-08 0:38
protectorChristian Graus4-Jul-08 0:38 
QuestionProblem with simple arithmetic using textbox and label! Pin
Yosh_4-Jul-08 0:07
professionalYosh_4-Jul-08 0:07 
AnswerRe: Problem with simple arithmetic using textbox and label! Pin
paas4-Jul-08 0:18
paas4-Jul-08 0:18 
QuestionFormatting of existing code......... Pin
KBM733-Jul-08 23:46
KBM733-Jul-08 23:46 
AnswerRe: Formatting of existing code......... Pin
leppie4-Jul-08 0:29
leppie4-Jul-08 0:29 
QuestionCreating application for multiple database connection Pin
xybroxymoron3-Jul-08 23:45
xybroxymoron3-Jul-08 23:45 
AnswerRe: Creating application for multiple database connection Pin
leppie4-Jul-08 0:30
leppie4-Jul-08 0:30 
JokeRe: Creating application for multiple database connection Pin
Harvey Saayman4-Jul-08 0:37
Harvey Saayman4-Jul-08 0:37 
QuestionInstall Pin
ellllllllie3-Jul-08 23:24
ellllllllie3-Jul-08 23:24 
AnswerRe: Install Pin
leppie4-Jul-08 0:32
leppie4-Jul-08 0:32 
AnswerRe: Install Pin
Michael90004-Jul-08 8:33
Michael90004-Jul-08 8:33 
Questionnetwork stream Pin
H.R3-Jul-08 22:59
H.R3-Jul-08 22:59 
AnswerRe: network stream Pin
leppie4-Jul-08 0:33
leppie4-Jul-08 0:33 
QuestionRe: network stream Pin
Harvey Saayman4-Jul-08 0:35
Harvey Saayman4-Jul-08 0:35 
QuestionBeginner: Need Advise Pin
HannahFoster3-Jul-08 22:41
HannahFoster3-Jul-08 22:41 
AnswerRe: Beginner: Need Advise [modified] Pin
Simon P Stevens4-Jul-08 3:51
Simon P Stevens4-Jul-08 3:51 
This kind of this comes from experience of working on projects.

Best thing to do is get your self the source code for a medium sized open source project and read it. Once you understand it, contribute some bug fixes to get an idea of how it works. This will give you an understanding of the architecture. Do this for several different projects and gradually you will find you have a better idea of what types of architecture works where.

Patterns are quite popular, although I think sometimes they can be over used and abused, an understanding of common patterns can help. Maybe look for a good software patterns book. The Gamma et al[^] one is the one most people rave about. Haven't read it myself though.

Code Complete[^] also offers some good advice on the steps involved in a software project. This is a very good book and I definitely recommend it.

[Edit: I've just re-read your question, and realised you might be talking about the project itself rather than the architecture. If you mean you want to know about the requirements->design->implementation kind of flow then you need to read up about software engineering processes. Code Complete does cover this briefly too.]

Simon

modified on Friday, July 4, 2008 10:25 AM

QuestionHow to create an activeX control by its classId? Pin
robin.zeng3-Jul-08 22:32
robin.zeng3-Jul-08 22:32 
AnswerRe: How to create an activeX control by its classId? Pin
leppie4-Jul-08 0:34
leppie4-Jul-08 0:34 
QuestionCrystal Report Pin
jonhbt3-Jul-08 20:34
jonhbt3-Jul-08 20:34 

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.