Click here to Skip to main content
15,902,939 members
Home / Discussions / C#
   

C#

 
General[SOLVED] Re: Problem in a Web Service Pin
Luis M. Rojas12-May-21 5:23
Luis M. Rojas12-May-21 5:23 
Questiondata clustering Pin
Ahmed Alamdy10-May-21 14:02
Ahmed Alamdy10-May-21 14:02 
AnswerRe: data clustering Pin
Dave Kreskowiak10-May-21 19:27
mveDave Kreskowiak10-May-21 19:27 
AnswerRe: data clustering Pin
OriginalGriff10-May-21 20:21
mveOriginalGriff10-May-21 20:21 
AnswerRe: data clustering Pin
Pete O'Hanlon10-May-21 20:58
mvePete O'Hanlon10-May-21 20:58 
GeneralRe: data clustering Pin
OriginalGriff10-May-21 21:58
mveOriginalGriff10-May-21 21:58 
QuestionRegistry Redirection Pin
Richard Andrew x648-May-21 10:41
professionalRichard Andrew x648-May-21 10:41 
AnswerRe: Registry Redirection Pin
Dave Kreskowiak8-May-21 11:22
mveDave Kreskowiak8-May-21 11:22 
GeneralRe: Registry Redirection Pin
Richard Andrew x648-May-21 11:31
professionalRichard Andrew x648-May-21 11:31 
GeneralRe: Registry Redirection Pin
Dave Kreskowiak8-May-21 11:40
mveDave Kreskowiak8-May-21 11:40 
GeneralRe: Registry Redirection Pin
Richard Andrew x648-May-21 11:47
professionalRichard Andrew x648-May-21 11:47 
GeneralRe: Registry Redirection Pin
Dave Kreskowiak8-May-21 14:05
mveDave Kreskowiak8-May-21 14:05 
QuestionHow to speed up datatable updation for high volume of data Pin
Mou_kol6-May-21 0:01
Mou_kol6-May-21 0:01 
AnswerRe: How to speed up datatable updation for high volume of data Pin
OriginalGriff6-May-21 0:52
mveOriginalGriff6-May-21 0:52 
AnswerRe: How to speed up datatable updation for high volume of data Pin
Gerry Schmitz6-May-21 7:33
mveGerry Schmitz6-May-21 7:33 
GeneralRe: How to speed up datatable updation for high volume of data Pin
Mou_kol6-May-21 22:49
Mou_kol6-May-21 22:49 
GeneralRe: How to speed up datatable updation for high volume of data Pin
Gerry Schmitz7-May-21 9:57
mveGerry Schmitz7-May-21 9:57 
GeneralRe: How to speed up datatable updation for high volume of data Pin
#realJSOP11-May-21 1:01
professional#realJSOP11-May-21 1:01 
AnswerRe: How to speed up datatable updation for high volume of data Pin
Eddy Vluggen6-May-21 9:15
professionalEddy Vluggen6-May-21 9:15 
GeneralRe: How to speed up datatable updation for high volume of data Pin
Mou_kol6-May-21 22:50
Mou_kol6-May-21 22:50 
GeneralRe: How to speed up datatable updation for high volume of data Pin
Eddy Vluggen7-May-21 2:32
professionalEddy Vluggen7-May-21 2:32 
AnswerRe: How to speed up datatable updation for high volume of data Pin
Richard MacCutchan7-May-21 0:01
mveRichard MacCutchan7-May-21 0:01 
Processing all that number of records into one datatable is just a bad idea. Firstly it will take a long time to extract from the XML and port into the datatable. And as more records are processed, the time taken will increase as the system need to re-allocate memory space. And once you have finished creating the datatable, what can you do with it? Trying to display that amount of data will take forever. You need to redesign your system so it can handle paging of data and only process <100 records at a time.
QuestionHow to retrieve SQL Server CE toolbox in Visual Studio 2019? Pin
Alex Dunlop5-May-21 6:51
Alex Dunlop5-May-21 6:51 
AnswerRe: How to retrieve SQL Server CE toolbox in Visual Studio 2019? Pin
Gerry Schmitz5-May-21 8:24
mveGerry Schmitz5-May-21 8:24 
QuestionGet the value from a checklistbox Pin
Luis M. Rojas5-May-21 6:35
Luis M. Rojas5-May-21 6:35 

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.