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

C#

 
QuestionWhy does .csproj change Component to UserControl Pin
Curtis Harrison19-May-06 11:48
Curtis Harrison19-May-06 11:48 
AnswerRe: Why does .csproj change Component to UserControl Pin
Rei Miyasaka19-May-06 14:25
Rei Miyasaka19-May-06 14:25 
QuestionEmbedding and XML inside of a binary file... Pin
kevin-rf19-May-06 11:07
kevin-rf19-May-06 11:07 
AnswerRe: Embedding and XML inside of a binary file... Pin
leppie19-May-06 13:04
leppie19-May-06 13:04 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 13:53
kevin-rf19-May-06 13:53 
GeneralRe: Embedding and XML inside of a binary file... Pin
leppie19-May-06 14:11
leppie19-May-06 14:11 
GeneralRe: Embedding and XML inside of a binary file... Pin
Rei Miyasaka19-May-06 14:31
Rei Miyasaka19-May-06 14:31 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 15:05
kevin-rf19-May-06 15:05 
A fair amount of the structuring of the file has been thought out. I am trying to evaluate how to store some of the nondescript data that does not directly effect readout of the binary but would be nice to include with the file. Stuff like the lab bench is green, So and So had to stand on there head spitting nickles to get the test to work, the nickle rate was 2.3 a second.

Embedding binary data in XML is not optimal for two reasons.
1. Encoding Binary Data increases the storage foot print.
2. Encoding the Data is slower than just streaming the data to a HardDrive.

The actual storage of the data will be done in unmanaged C++ for speed (Other side of the cube wall). My goal is to process the data after the fact in C#. The processing is not a CPU intensive, so C# will work nicely. One of the things I am trying to evaluate is, if an XML was tacked into the binary (The structure being defined will support inclusion) how do I get it back. The question is does anyone know of a way to pull the XML out of the binary and dump it into something such as XMLTextReader().

Is there an easy way to generate your XML in memory and then feed it to XMLReader() for parsing?

Thankyou for your feedback...
GeneralRe: Embedding and XML inside of a binary file... [modifed] Pin
Rei Miyasaka19-May-06 15:30
Rei Miyasaka19-May-06 15:30 
QuestionSaving a reference to an assembly Pin
gantww19-May-06 10:59
gantww19-May-06 10:59 
AnswerRe: Saving a reference to an assembly Pin
Rei Miyasaka19-May-06 14:39
Rei Miyasaka19-May-06 14:39 
Questionnoob array question [modifed] Pin
likefood19-May-06 10:45
likefood19-May-06 10:45 
AnswerRe: noob array question Pin
Josh Smith19-May-06 10:49
Josh Smith19-May-06 10:49 
GeneralRe: noob array question Pin
likefood19-May-06 10:50
likefood19-May-06 10:50 
QuestionChecking to see if object is char or int Pin
jrcook19-May-06 9:40
jrcook19-May-06 9:40 
AnswerRe: Checking to see if object is char or int Pin
likefood19-May-06 10:34
likefood19-May-06 10:34 
GeneralRe: Checking to see if object is char or int [modifed] Pin
vineas19-May-06 11:01
vineas19-May-06 11:01 
QuestionWebBrowser throws exception in Web Service Pin
dpietro19-May-06 8:13
dpietro19-May-06 8:13 
AnswerRe: WebBrowser throws exception in Web Service Pin
Dustin Metzgar19-May-06 10:24
Dustin Metzgar19-May-06 10:24 
GeneralRe: WebBrowser throws exception in Web Service Pin
dpietro22-May-06 1:50
dpietro22-May-06 1:50 
AnswerRe: WebBrowser throws exception in Web Service Pin
Dustin Metzgar22-May-06 1:58
Dustin Metzgar22-May-06 1:58 
Questionbreak report - recommendations?? Pin
MarFarMa19-May-06 7:36
MarFarMa19-May-06 7:36 
AnswerRe: break report - recommendations?? Pin
MarFarMa19-May-06 9:31
MarFarMa19-May-06 9:31 
Questionform/control sizing Pin
reshsilk19-May-06 7:02
reshsilk19-May-06 7:02 
AnswerRe: form/control sizing Pin
leppie19-May-06 7:12
leppie19-May-06 7:12 

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.