Click here to Skip to main content
15,891,828 members
Home / Discussions / C#
   

C#

 
QuestionDynamically changing array Pin
jenya720-Sep-11 21:16
jenya720-Sep-11 21:16 
AnswerRe: Dynamically changing array Pin
Blue_Boy20-Sep-11 21:24
Blue_Boy20-Sep-11 21:24 
GeneralRe: Dynamically changing array Pin
jenya720-Sep-11 21:38
jenya720-Sep-11 21:38 
GeneralRe: Dynamically changing array Pin
Blue_Boy20-Sep-11 21:49
Blue_Boy20-Sep-11 21:49 
Questioncontent is outdated Pin
Hum Dum20-Sep-11 21:06
Hum Dum20-Sep-11 21:06 
QuestionClass design related clarification c# Pin
ragasai20-Sep-11 12:18
ragasai20-Sep-11 12:18 
AnswerRe: Class design related clarification c# Pin
#realJSOP21-Sep-11 2:00
mve#realJSOP21-Sep-11 2:00 
AnswerRe: Class design related clarification c# Pin
jschell21-Sep-11 14:38
jschell21-Sep-11 14:38 
You have a 'design' problem not a "class design" problem.

Right now your architecture looks like the following.

xml/objects => business functionality.

The problem with that is that you now want to coerce all possible models into something that is difficult now and possibly impossible in the future.

Your architecture should look like the following.

xml => transform/map => business objects => business functionality.

If it did then all you would need to do would be to add another 'transform/map' for each new form that the xml takes.
Questionwhat is the best method of drawing for my situation Pin
Hamed Metalgear20-Sep-11 11:12
Hamed Metalgear20-Sep-11 11:12 
AnswerRe: what is the best method of drawing for my situation Pin
Luc Pattyn20-Sep-11 11:16
sitebuilderLuc Pattyn20-Sep-11 11:16 
AnswerRe: what is the best method of drawing for my situation Pin
SledgeHammer0120-Sep-11 12:18
SledgeHammer0120-Sep-11 12:18 
GeneralRe: what is the best method of drawing for my situation Pin
Hamed Metalgear20-Sep-11 22:41
Hamed Metalgear20-Sep-11 22:41 
GeneralRe: what is the best method of drawing for my situation Pin
#realJSOP21-Sep-11 2:04
mve#realJSOP21-Sep-11 2:04 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 6:31
SledgeHammer0121-Sep-11 6:31 
AnswerRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 9:04
Hamed Metalgear21-Sep-11 9:04 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 9:50
SledgeHammer0121-Sep-11 9:50 
GeneralRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 10:08
Hamed Metalgear21-Sep-11 10:08 
GeneralRe: what is the best method of drawing for my situation Pin
SledgeHammer0121-Sep-11 11:45
SledgeHammer0121-Sep-11 11:45 
GeneralRe: what is the best method of drawing for my situation Pin
Hamed Metalgear21-Sep-11 20:44
Hamed Metalgear21-Sep-11 20:44 
QuestionForm Application run into troubles on Vista. DEP Disabled [modified] Pin
shabi.b20-Sep-11 7:18
shabi.b20-Sep-11 7:18 
AnswerRe: Form Application run into troubles on Vista. DEP Disabled Pin
#realJSOP21-Sep-11 2:06
mve#realJSOP21-Sep-11 2:06 
GeneralRe: Form Application run into troubles on Vista. DEP Disabled Pin
shabi.b21-Sep-11 2:25
shabi.b21-Sep-11 2:25 
AnswerRe: Form Application run into troubles on Vista. DEP Disabled Pin
Bernhard Hiller21-Sep-11 3:53
Bernhard Hiller21-Sep-11 3:53 
QuestionAdvice or Assistance with remote performance monitoring Pin
CCodeNewbie20-Sep-11 5:04
CCodeNewbie20-Sep-11 5:04 
AnswerRe: Advice or Assistance with remote performance monitoring Pin
PIEBALDconsult20-Sep-11 5:21
mvePIEBALDconsult20-Sep-11 5:21 

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.