Click here to Skip to main content
15,923,087 members
Home / Discussions / C#
   

C#

 
QuestionHow to get xml node with a specified value ? Pin
taibc8-Aug-13 22:00
taibc8-Aug-13 22:00 
AnswerRe: How to get xml node with a specified value ? Pin
vonb8-Aug-13 22:39
vonb8-Aug-13 22:39 
Questiondisplay the graphical wave in C# Pin
johnsamuel268-Aug-13 21:14
johnsamuel268-Aug-13 21:14 
AnswerRe: display the graphical wave in C# Pin
Richard MacCutchan8-Aug-13 21:41
mveRichard MacCutchan8-Aug-13 21:41 
AnswerRe: display the graphical wave in C# Pin
V.8-Aug-13 21:44
professionalV.8-Aug-13 21:44 
QuestionConverting Byte array into integer? Pin
Kiran Satish8-Aug-13 9:11
Kiran Satish8-Aug-13 9:11 
AnswerRe: Converting Byte array into integer? Pin
harold aptroot8-Aug-13 11:10
harold aptroot8-Aug-13 11:10 
GeneralRe: Converting Byte array into integer? Pin
Kiran Satish8-Aug-13 11:55
Kiran Satish8-Aug-13 11:55 
QuestionHow to create a lan based Window application backend sql? Pin
Alok Sharma ji8-Aug-13 6:14
Alok Sharma ji8-Aug-13 6:14 
AnswerRe: How to create a lan based Window application backend sql? Pin
Ron Nicholson8-Aug-13 6:50
professionalRon Nicholson8-Aug-13 6:50 
AnswerRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan8-Aug-13 6:52
mveRichard MacCutchan8-Aug-13 6:52 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji11-Aug-13 7:02
Alok Sharma ji11-Aug-13 7:02 
GeneralRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan11-Aug-13 7:21
mveRichard MacCutchan11-Aug-13 7:21 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji12-Aug-13 5:38
Alok Sharma ji12-Aug-13 5:38 
GeneralRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan12-Aug-13 6:05
mveRichard MacCutchan12-Aug-13 6:05 
AnswerRe: How to create a lan based Window application backend sql? Pin
Manfred Rudolf Bihy8-Aug-13 8:22
professionalManfred Rudolf Bihy8-Aug-13 8:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes8-Aug-13 14:01
professionalMycroft Holmes8-Aug-13 14:01 
GeneralRe: How to create a lan based Window application backend sql? Pin
jschell10-Aug-13 11:22
jschell10-Aug-13 11:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes10-Aug-13 12:56
professionalMycroft Holmes10-Aug-13 12:56 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji12-Aug-13 5:35
Alok Sharma ji12-Aug-13 5:35 
AnswerRe: How to create a lan based Window application backend sql? Pin
Eddy Vluggen8-Aug-13 9:01
professionalEddy Vluggen8-Aug-13 9:01 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji11-Aug-13 7:00
Alok Sharma ji11-Aug-13 7:00 
AnswerRe: How to create a lan based Window application backend sql? Pin
jschell10-Aug-13 11:19
jschell10-Aug-13 11:19 
QuestionWhy Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 4:20
OMVB8-Aug-13 4:20 
AnswerRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OriginalGriff8-Aug-13 5:23
mveOriginalGriff8-Aug-13 5:23 
Mine aren't.

My are divided by function into separate projects:
Presentation (which may have multiple projects)
Business (Again, may well have multiple projects)
Utilities (ditto)
Data Access (normally just the one, but If I'm looking at multiple data sources, I'll probably break it that way as well)

How things are organised is up to you (or your company standards) - it's your project!
The universe is composed of electrons, neutrons, protons and......morons. (ThePhantomUpvoter)

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.