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

C#

 
AnswerRe: host application and add-in application Pin
mav.northwind4-Jun-08 20:21
mav.northwind4-Jun-08 20:21 
QuestionDataSet Fill Pin
mehrdadc484-Jun-08 11:09
mehrdadc484-Jun-08 11:09 
AnswerRe: DataSet Fill Pin
Christian Graus4-Jun-08 11:16
protectorChristian Graus4-Jun-08 11:16 
GeneralRe: DataSet Fill Pin
PIEBALDconsult4-Jun-08 12:40
mvePIEBALDconsult4-Jun-08 12:40 
QuestionSerialization [modified] Pin
netJP12L4-Jun-08 10:50
netJP12L4-Jun-08 10:50 
AnswerRe: Serialization Pin
Christian Graus4-Jun-08 11:00
protectorChristian Graus4-Jun-08 11:00 
GeneralRe: Serialization Pin
netJP12L4-Jun-08 11:17
netJP12L4-Jun-08 11:17 
GeneralRe: Serialization Pin
Christian Graus4-Jun-08 11:28
protectorChristian Graus4-Jun-08 11:28 
netJP12L wrote:
What about an image in xml file can that be converted to a readable text format.


Not really

netJP12L wrote:
Lets say a parent object that has many different types of child objects are written to a xml file. When a child object is changed only that to be rewritten to the xml file. I don't want to rewrite the entire parent object so i can have quick save functionality.


OK, you have to write the entire file, but you could write code to manage what you're describing, I think. You'd have to cache the serialised text, serialisation by default does not do that. You'd also have to track changes to know which bits to recreate.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

AnswerRe: Serialization Pin
PIEBALDconsult4-Jun-08 12:45
mvePIEBALDconsult4-Jun-08 12:45 
QuestionHow can I get the user session ID/Token? Pin
MeNot4-Jun-08 8:55
MeNot4-Jun-08 8:55 
AnswerRe: How can I get the user session ID/Token? Pin
Gareth H4-Jun-08 9:03
Gareth H4-Jun-08 9:03 
GeneralRe: How can I get the user session ID/Token? Pin
MeNot4-Jun-08 9:51
MeNot4-Jun-08 9:51 
Questioncast object[] as Type[] ? Pin
FocusedWolf4-Jun-08 8:12
FocusedWolf4-Jun-08 8:12 
AnswerRe: cast object[] as Type[] ? Pin
Judah Gabriel Himango4-Jun-08 8:21
sponsorJudah Gabriel Himango4-Jun-08 8:21 
GeneralRe: cast object[] as Type[] ? Pin
leppie4-Jun-08 11:09
leppie4-Jun-08 11:09 
GeneralRe: cast object[] as Type[] ? Pin
User of Users Group4-Jun-08 11:31
User of Users Group4-Jun-08 11:31 
GeneralRe: cast object[] as Type[] ? Pin
leppie4-Jun-08 11:58
leppie4-Jun-08 11:58 
GeneralRe: cast object[] as Type[] ? Pin
Judah Gabriel Himango4-Jun-08 12:00
sponsorJudah Gabriel Himango4-Jun-08 12:00 
AnswerRe: cast object[] as Type[] ? Pin
leppie4-Jun-08 11:11
leppie4-Jun-08 11:11 
AnswerRe: cast object[] as Type[] ? Pin
User of Users Group4-Jun-08 11:30
User of Users Group4-Jun-08 11:30 
Questionhelp me [modified] Pin
Member 36339924-Jun-08 7:50
Member 36339924-Jun-08 7:50 
AnswerRe: help me Pin
Wes Aday4-Jun-08 8:22
professionalWes Aday4-Jun-08 8:22 
AnswerRe: help me Pin
carbon_golem4-Jun-08 8:22
carbon_golem4-Jun-08 8:22 
JokeRe: help me Pin
Spacix One4-Jun-08 11:13
Spacix One4-Jun-08 11:13 
GeneralRe: help me Pin
Anthony Mushrow4-Jun-08 15:10
professionalAnthony Mushrow4-Jun-08 15:10 

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.