Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: OLE DB problem Pin
Sean8924-Feb-06 16:11
Sean8924-Feb-06 16:11 
GeneralRe: OLE DB problem Pin
Tyrus18224-Feb-06 16:37
Tyrus18224-Feb-06 16:37 
GeneralRe: OLE DB problem Pin
Dave Kreskowiak24-Feb-06 16:43
mveDave Kreskowiak24-Feb-06 16:43 
QuestionHow to extract services information Pin
Johny Ng24-Feb-06 15:28
Johny Ng24-Feb-06 15:28 
QuestionPointing to an array Pin
Lawx0124-Feb-06 11:59
Lawx0124-Feb-06 11:59 
AnswerRe: Pointing to an array Pin
leppie24-Feb-06 13:13
leppie24-Feb-06 13:13 
QuestionQuery About Coding Patterns Pin
Richard Andrew x6424-Feb-06 11:28
professionalRichard Andrew x6424-Feb-06 11:28 
AnswerRe: Query About Coding Patterns Pin
Colin Angus Mackay25-Feb-06 1:10
Colin Angus Mackay25-Feb-06 1:10 
Troposphere wrote:
throw everything in a single project into a single namespace


If it is a small throw away application then that would be acceptable.


Troposphere wrote:
separate different parts of a project into different sub-namespaces?


Yes. And split the solution into multiple projects.


Troposphere wrote:
should I put all structures into a namespace called "Project.Structures", and then put all dialogs into "Project.Dialogs", and so forth?


Typically I'd say a layering patter would be better (you can, of couse, split the layers in to finer grains if you want). I'd have a UI project, a business project, and a data access project. The reason for that is that it prevents circular references. Your UI project referenced the business project, and the business project references the data access project. If any other references between these projects needst to be set up then I know I'm doing something wrong.



ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

QuestionHow to do this???? Pin
Scorpion Rojo24-Feb-06 11:16
Scorpion Rojo24-Feb-06 11:16 
AnswerRe: How to do this???? Pin
leppie24-Feb-06 13:10
leppie24-Feb-06 13:10 
AnswerRe: How to do this???? Pin
shabonaa25-Feb-06 0:26
shabonaa25-Feb-06 0:26 
QuestionIs the code ok??? Pin
Small Rat24-Feb-06 9:25
Small Rat24-Feb-06 9:25 
AnswerRe: Is the code ok??? Pin
Judah Gabriel Himango24-Feb-06 9:46
sponsorJudah Gabriel Himango24-Feb-06 9:46 
GeneralRe: Is the code ok??? Pin
Small Rat24-Feb-06 9:56
Small Rat24-Feb-06 9:56 
QuestionHow to clean up start menu when uninstall Pin
xjsun24-Feb-06 9:24
xjsun24-Feb-06 9:24 
AnswerRe: How to clean up start menu when uninstall Pin
Sean8924-Feb-06 10:45
Sean8924-Feb-06 10:45 
GeneralRe: How to clean up start menu when uninstall Pin
xjsun24-Feb-06 10:55
xjsun24-Feb-06 10:55 
QuestionSQLServer connection Pin
ytubis24-Feb-06 8:00
ytubis24-Feb-06 8:00 
AnswerRe: SQLServer connection Pin
BlackDice24-Feb-06 8:08
BlackDice24-Feb-06 8:08 
GeneralRe: SQLServer connection Pin
ytubis24-Feb-06 8:17
ytubis24-Feb-06 8:17 
GeneralRe: SQLServer connection Pin
BlackDice24-Feb-06 8:50
BlackDice24-Feb-06 8:50 
AnswerRe: SQLServer connection Pin
Felipe Dalorzo24-Feb-06 8:48
Felipe Dalorzo24-Feb-06 8:48 
GeneralRe: SQLServer connection Pin
Felipe Dalorzo24-Feb-06 8:52
Felipe Dalorzo24-Feb-06 8:52 
Questionvb to c# Pin
superPaul10124-Feb-06 6:54
superPaul10124-Feb-06 6:54 
AnswerRe: vb to c# Pin
Judah Gabriel Himango24-Feb-06 7:03
sponsorJudah Gabriel Himango24-Feb-06 7:03 

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.