Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: Filtering data on port. Pin
Kobi_Z19-Dec-06 16:54
Kobi_Z19-Dec-06 16:54 
GeneralRe: Filtering data on port. Pin
Dave Kreskowiak20-Dec-06 3:19
mveDave Kreskowiak20-Dec-06 3:19 
GeneralRe: Filtering data on port. Pin
Kobi_Z20-Dec-06 5:20
Kobi_Z20-Dec-06 5:20 
QuestionHow to convert 15bits colors to 24bits colors? Pin
bouli19-Dec-06 5:15
bouli19-Dec-06 5:15 
AnswerRe: How to convert 15bits colors to 24bits colors? Pin
Guffa19-Dec-06 5:54
Guffa19-Dec-06 5:54 
QuestionWorking with 1GB XML file Pin
Praveen Raghuvanshi19-Dec-06 4:25
professionalPraveen Raghuvanshi19-Dec-06 4:25 
AnswerRe: Working with 1GB XML file Pin
Daniel Grunwald19-Dec-06 5:04
Daniel Grunwald19-Dec-06 5:04 
AnswerRe: Working with 1GB XML file Pin
Pete O'Hanlon19-Dec-06 5:07
mvePete O'Hanlon19-Dec-06 5:07 
If your XML file is getting that big, then there seems to be an architectural problem here. Have you considered using a database instead (much better suited to things like this).

Alternatively, you may want to consider SAX (Simple API for XML) which is an event based rather than tree based API. See http://saxdotnet.sourceforge.net/index.html[^]


the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

AnswerRe: Working with 1GB XML file Pin
donchev_p19-Dec-06 8:42
donchev_p19-Dec-06 8:42 
QuestionStrting parsing Pin
zaboboa19-Dec-06 4:20
zaboboa19-Dec-06 4:20 
AnswerRe: Strting parsing Pin
V.19-Dec-06 4:24
professionalV.19-Dec-06 4:24 
AnswerRe: Strting parsing Pin
Pete O'Hanlon19-Dec-06 5:10
mvePete O'Hanlon19-Dec-06 5:10 
GeneralRe: Strting parsing Pin
zaboboa19-Dec-06 5:31
zaboboa19-Dec-06 5:31 
QuestionMillisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:20
professionalPraveen Raghuvanshi19-Dec-06 4:20 
AnswerRe: Millisecods in C# DateTime format Pin
V.19-Dec-06 4:22
professionalV.19-Dec-06 4:22 
GeneralRe: Millisecods in C# DateTime format Pin
Colin Angus Mackay19-Dec-06 4:26
Colin Angus Mackay19-Dec-06 4:26 
GeneralRe: Millisecods in C# DateTime format Pin
V.19-Dec-06 4:36
professionalV.19-Dec-06 4:36 
GeneralRe: Millisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:27
professionalPraveen Raghuvanshi19-Dec-06 4:27 
AnswerRe: Millisecods in C# DateTime format Pin
Colin Angus Mackay19-Dec-06 4:26
Colin Angus Mackay19-Dec-06 4:26 
GeneralRe: Millisecods in C# DateTime format Pin
Praveen Raghuvanshi19-Dec-06 4:29
professionalPraveen Raghuvanshi19-Dec-06 4:29 
QuestionValidating a User in local computer using DirectoryEntry Pin
martin_codeproject19-Dec-06 4:18
martin_codeproject19-Dec-06 4:18 
QuestionArgumentOutOfRangeException delegate Pin
Yustme19-Dec-06 4:03
Yustme19-Dec-06 4:03 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Martin#19-Dec-06 4:21
Martin#19-Dec-06 4:21 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Yustme19-Dec-06 4:24
Yustme19-Dec-06 4:24 
GeneralRe: ArgumentOutOfRangeException delegate Pin
Martin#19-Dec-06 4:37
Martin#19-Dec-06 4:37 

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.