Click here to Skip to main content
15,887,214 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralBC30390: 'webapplication1.webform1.searchwords' is not Pin
bibipopopopo14-Apr-05 1:28
bibipopopopo14-Apr-05 1:28 
GeneralRe: BC30390: 'webapplication1.webform1.searchwords' is not Pin
MoustafaS17-Apr-05 5:10
MoustafaS17-Apr-05 5:10 
GeneralDynamic loaded Assembly attaching PDB file Pin
Paul Farry13-Apr-05 21:07
professionalPaul Farry13-Apr-05 21:07 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 20:14
DaveKolb3-Oct-09 20:14 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 21:04
DaveKolb3-Oct-09 21:04 
QuestionHow do I Get my Toolbox Back? Pin
Anonymous13-Apr-05 10:45
Anonymous13-Apr-05 10:45 
AnswerRe: How do I Get my Toolbox Back? Pin
MoustafaS13-Apr-05 15:13
MoustafaS13-Apr-05 15:13 
GeneralEditing XML Files Pin
13-Apr-05 9:42
suss13-Apr-05 9:42 
I am writing a compact framework application that stores data in an XML file. Consiquently I have to read and write and edit the data that is stored in this file. Reading and searching the data is easy enough however I am looking for the most efficient way to edit the data once stored.

The solution that I have seen suggested most often is to use XmlDocument to open the file and edit it. However I have seen it written that the fact that XmlDocument requires the entire document to be read into memory is in efficient and a bad idea with memory restricted devices such as a PDA.

This leads me to have the following questions:

Is the performance issues of XmlDocument a large concern if I am going to be opening the file, finding what I am looking for editing and closing all at once?

Secondly, if the answer to that question is true, what is the best way to edit a file? My next thought would be to use a conjunction of XmlTextReader and XmlTextWriter to search the file and push into a buffer as I go, but that seems tedious.

Many thanks for your time and advice,
Andy


GeneralRe: Editing XML Files Pin
DavidNohejl15-Apr-05 3:20
DavidNohejl15-Apr-05 3:20 
GeneralExpose Properties Pin
Josue Avila13-Apr-05 9:16
Josue Avila13-Apr-05 9:16 
General.Net Remoting question - server activated objects Pin
i.chen13-Apr-05 4:09
sussi.chen13-Apr-05 4:09 
GeneralRe: .Net Remoting question - server activated objects Pin
S. Senthil Kumar14-Apr-05 20:53
S. Senthil Kumar14-Apr-05 20:53 
GeneralRe: .Net Remoting question - server activated objects Pin
Anonymous21-Apr-05 0:28
Anonymous21-Apr-05 0:28 
Generalerror when compiling 'System.Xml.XmlException' Pin
yunuskajee12-Apr-05 21:37
yunuskajee12-Apr-05 21:37 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
Kodanda Pani13-Apr-05 4:28
Kodanda Pani13-Apr-05 4:28 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
Dave Kreskowiak13-Apr-05 6:22
mveDave Kreskowiak13-Apr-05 6:22 
GeneralRe: error when compiling 'System.Xml.XmlException' Pin
MoustafaS13-Apr-05 15:18
MoustafaS13-Apr-05 15:18 
GeneralPopup Form Class Problems Pin
Chris Quick12-Apr-05 13:06
Chris Quick12-Apr-05 13:06 
GeneralRe: Popup Form Class Problems Pin
S. Senthil Kumar12-Apr-05 21:53
S. Senthil Kumar12-Apr-05 21:53 
GeneralDotNet reflector Pin
Fad B12-Apr-05 11:50
Fad B12-Apr-05 11:50 
GeneralRe: DotNet reflector Pin
Sebastian Schneider13-Apr-05 1:36
Sebastian Schneider13-Apr-05 1:36 
Generalbidirectional channel .Net Remoting with outbound only firewall Pin
DeepToot12-Apr-05 9:00
DeepToot12-Apr-05 9:00 
GeneralRe: bidirectional channel .Net Remoting with outbound only firewall Pin
Sebastian Schneider13-Apr-05 0:51
Sebastian Schneider13-Apr-05 0:51 
QuestionCaching Block pro's and con's? Pin
J_Dean12-Apr-05 8:07
J_Dean12-Apr-05 8:07 
GeneralO/R mapping Pin
Member 281228412-Apr-05 0:32
Member 281228412-Apr-05 0:32 

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.