Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invalid character while using xmldocument.load? Pin
Mark Salsbery14-Oct-08 4:46
Mark Salsbery14-Oct-08 4:46 
QuestionHelp in WMI Pin
lal001213-Oct-08 20:20
lal001213-Oct-08 20:20 
AnswerRe: Help in WMI Pin
Uros Calakovic14-Oct-08 4:38
Uros Calakovic14-Oct-08 4:38 
QuestionXML as DataBase Pin
E_Gold13-Oct-08 19:58
E_Gold13-Oct-08 19:58 
AnswerRe: XML as DataBase Pin
bcozican13-Oct-08 20:10
bcozican13-Oct-08 20:10 
GeneralRe: XML as DataBase Pin
E_Gold13-Oct-08 20:33
E_Gold13-Oct-08 20:33 
GeneralRe: XML as DataBase Pin
bcozican13-Oct-08 20:56
bcozican13-Oct-08 20:56 
AnswerRe: XML as DataBase Pin
Guffa13-Oct-08 20:38
Guffa13-Oct-08 20:38 
GeneralRe: XML as DataBase Pin
E_Gold13-Oct-08 22:15
E_Gold13-Oct-08 22:15 
AnswerRe: XML as DataBase Pin
Guffa13-Oct-08 22:45
Guffa13-Oct-08 22:45 
AnswerRe: XML as DataBase Pin
N a v a n e e t h13-Oct-08 20:41
N a v a n e e t h13-Oct-08 20:41 
QuestionShow Control out of the Window Pin
softwarejaeger13-Oct-08 19:44
softwarejaeger13-Oct-08 19:44 
AnswerRe: Show Control out of the Window Pin
leppie13-Oct-08 22:17
leppie13-Oct-08 22:17 
GeneralRe: Show Control out of the Window [modified] Pin
softwarejaeger14-Oct-08 2:32
softwarejaeger14-Oct-08 2:32 
QuestionHow to add Plugin in IE ? Pin
bishwajeet13-Oct-08 19:42
bishwajeet13-Oct-08 19:42 
QuestionGridview by using TemplateField? Pin
my_amrizal13-Oct-08 16:44
my_amrizal13-Oct-08 16:44 
QuestionSet Seperate Background Images of Dual Monitors Pin
aj.esler13-Oct-08 14:13
aj.esler13-Oct-08 14:13 
AnswerRe: Set Seperate Background Images of Dual Monitors Pin
Jakob Olsen14-Oct-08 1:00
Jakob Olsen14-Oct-08 1:00 
GeneralRe: Set Seperate Background Images of Dual Monitors Pin
aj.esler14-Oct-08 11:12
aj.esler14-Oct-08 11:12 
GeneralRe: Set Seperate Background Images of Dual Monitors Pin
Jakob Olsen14-Oct-08 21:10
Jakob Olsen14-Oct-08 21:10 
QuestionExternal sorting Pin
Diamonddrake13-Oct-08 13:37
Diamonddrake13-Oct-08 13:37 
I have been working on a notepad program that has sorting functions, I am having problems sorting large files, I have been getting outofmemoryexceptions, my test machines have had overkill amounts of memory, so that's not the issue. I have made sure to null and dispose my variables and objects, using "USING" code blocks as frequently as possible. I can't seem to solve this problem. I believe that an external sorting algorithm would be the only possible solution. But I can't find anything on it. I have read an outline of a the idea. but I just can't figure out how to implement one. I have scoured google, yahoo, ask, and dogpile for hours. there just doesn't seem to be any examples of a external merge sort anywhere. There is plenty of proof it exists, collage syllabuses with external merge sort in title, a wikki page describing its usage, I just can't find any C# help about.

if anyone could help me with an example, or a code snippet, or just a more in depth explanation that i might grow on.
I am at a loss,

Thanks,
DiamondDrake
AnswerRe: External sorting Pin
Simon P Stevens13-Oct-08 22:51
Simon P Stevens13-Oct-08 22:51 
GeneralRe: External sorting Pin
Diamonddrake14-Oct-08 10:08
Diamonddrake14-Oct-08 10:08 
GeneralRe: External sorting Pin
Simon P Stevens14-Oct-08 11:15
Simon P Stevens14-Oct-08 11:15 
GeneralRe: External sorting Pin
Diamonddrake14-Oct-08 14:37
Diamonddrake14-Oct-08 14: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.