Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 5:56
Ian Shlasko28-Mar-11 5:56 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 5:59
mentorNot Active28-Mar-11 5:59 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:10
SledgeHammer0128-Mar-11 6:10 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 6:21
mentorNot Active28-Mar-11 6:21 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:30
SledgeHammer0128-Mar-11 6:30 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 6:43
mentorNot Active28-Mar-11 6:43 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:50
SledgeHammer0128-Mar-11 6:50 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 6:53
Ian Shlasko28-Mar-11 6:53 
Like Sledge said... Namespaces, metadata, escape sequences... Annoying stuff you wouldn't want to see if you planned to edit it in notepad without needing to consult a reference every thirty seconds Smile | :)

But it's all a matter of the objective... For one of my systems, I use my own ToXML/FromXML methods to transmit trade data between the client and server. I don't use serialization, because I want to make sure I have full control over how fields are encoded, and how it behaves if a field is omitted or an extra one is found (In case the client is running an older version than expected). In other parts of the system, I serialize for simplicity.

Of course, it sounds like Kevin's situation doesn't need XML or readability at all, so this is all irrelevant Smile | :)
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 7:13
mentorNot Active28-Mar-11 7:13 
GeneralRe: Read XML Into Class Hierarchy Pin
Ian Shlasko28-Mar-11 7:27
Ian Shlasko28-Mar-11 7:27 
GeneralRe: Read XML Into Class Hierarchy Pin
Not Active28-Mar-11 5:58
mentorNot Active28-Mar-11 5:58 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 6:20
SledgeHammer0128-Mar-11 6:20 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:35
professionalKevin Marois28-Mar-11 6:35 
GeneralRe: Read XML Into Class Hierarchy Pin
Pete O'Hanlon28-Mar-11 6:37
mvePete O'Hanlon28-Mar-11 6:37 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:43
professionalKevin Marois28-Mar-11 6:43 
GeneralRe: Read XML Into Class Hierarchy Pin
Pete O'Hanlon28-Mar-11 6:50
mvePete O'Hanlon28-Mar-11 6:50 
GeneralRe: Read XML Into Class Hierarchy Pin
Kevin Marois28-Mar-11 6:51
professionalKevin Marois28-Mar-11 6:51 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 8:20
SledgeHammer0128-Mar-11 8:20 
AnswerRe: Read XML Into Class Hierarchy Pin
Pete O'Hanlon28-Mar-11 6:36
mvePete O'Hanlon28-Mar-11 6:36 
GeneralRe: Read XML Into Class Hierarchy Pin
SledgeHammer0128-Mar-11 10:52
SledgeHammer0128-Mar-11 10:52 
AnswerRe: Read XML Into Class Hierarchy Pin
#realJSOP28-Mar-11 10:03
mve#realJSOP28-Mar-11 10:03 
QuestionDrag and drop not working in windows 7 if application is launched as administrator with UAC enabled Pin
abhinish28-Mar-11 4:09
abhinish28-Mar-11 4:09 
QuestionHow to enable disable Hibernation option by using C# code. Pin
Piyush Vaishnav27-Mar-11 23:33
Piyush Vaishnav27-Mar-11 23:33 
AnswerRe: How to enable disable Hibernation option by using C# code. Pin
Pravin Patil, Mumbai28-Mar-11 1:55
Pravin Patil, Mumbai28-Mar-11 1:55 
AnswerRe: How to enable disable Hibernation option by using C# code. Pin
PIEBALDconsult28-Mar-11 3:01
mvePIEBALDconsult28-Mar-11 3:01 

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.