Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Programmatically updating application properties or help creating my own xml file please. Pin
Henry Minute31-Jul-09 3:57
Henry Minute31-Jul-09 3:57 
GeneralRe: Programmatically updating application properties or help creating my own xml file please. Pin
Super Lloyd31-Jul-09 4:03
Super Lloyd31-Jul-09 4:03 
JokeRe: Programmatically updating application properties or help creating my own xml file please. Pin
JollyMansArt1-Aug-09 2:33
JollyMansArt1-Aug-09 2:33 
GeneralRe: Programmatically updating application properties or help creating my own xml file please. Pin
Super Lloyd1-Aug-09 16:53
Super Lloyd1-Aug-09 16:53 
Questionnot able to view the form controls when thread is running [modified] Pin
Vivek Vijayan31-Jul-09 2:37
Vivek Vijayan31-Jul-09 2:37 
AnswerRe: not able to view the form controls when thread is running Pin
stancrm31-Jul-09 3:30
stancrm31-Jul-09 3:30 
QuestionHow to increase Web Service performance ? Pin
hdv21231-Jul-09 2:35
hdv21231-Jul-09 2:35 
AnswerRe: How to increase Web Service performance ? Pin
Dave Kreskowiak31-Jul-09 4:58
mveDave Kreskowiak31-Jul-09 4:58 
So, you're returning all 17,000 records, adding them one at a time to the List<t>, then having the Web Method serialize the entire List<t> (will probably take a while), tranferring what amounts to megabytes of XML text, then having the client deserialize the entire list (will probably take a while, again)??

I think you biggest problem is trying to handle 17,000 records all at once. I'd probably want to limit the data I return from the database and reduce the dataset to only the data that is absolutely necessary at a certain point in time. What are you doing with all 17,000 records that you need to transfer them all?


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: How to increase Web Service performance ? Pin
hdv21231-Jul-09 6:37
hdv21231-Jul-09 6:37 
GeneralRe: How to increase Web Service performance ? Pin
Dave Kreskowiak31-Jul-09 7:28
mveDave Kreskowiak31-Jul-09 7:28 
GeneralRe: How to increase Web Service performance ? Pin
hdv2121-Aug-09 9:21
hdv2121-Aug-09 9:21 
GeneralRe: How to increase Web Service performance ? Pin
Dave Kreskowiak2-Aug-09 6:12
mveDave Kreskowiak2-Aug-09 6:12 
QuestionMiddle mouse click and scroll Pin
gwithey31-Jul-09 1:05
gwithey31-Jul-09 1:05 
AnswerRe: Middle mouse click and scroll Pin
gwithey31-Jul-09 1:27
gwithey31-Jul-09 1:27 
GeneralRe: Middle mouse click and scroll Pin
Luc Pattyn31-Jul-09 1:38
sitebuilderLuc Pattyn31-Jul-09 1:38 
GeneralRe: Middle mouse click and scroll Pin
Baeltazor31-Jul-09 7:35
Baeltazor31-Jul-09 7:35 
GeneralRe: Middle mouse click and scroll Pin
gwithey2-Aug-09 20:51
gwithey2-Aug-09 20:51 
Questiondata synchronization between two client machine over the internet by Webservice? Pin
Tridip Bhattacharjee31-Jul-09 0:41
professionalTridip Bhattacharjee31-Jul-09 0:41 
AnswerRe: data synchronization between two client machine over the internet by Webservice? Pin
Dave Kreskowiak31-Jul-09 4:51
mveDave Kreskowiak31-Jul-09 4:51 
QuestionHow to know toolbar got clicked through a BHO (C#)? Pin
svt gdwl31-Jul-09 0:05
svt gdwl31-Jul-09 0:05 
Questioncode for updating datatable. Pin
Omar Akhtar Sheikh30-Jul-09 23:46
Omar Akhtar Sheikh30-Jul-09 23:46 
AnswerRe: code for updating datatable. Pin
Not Active30-Jul-09 23:51
mentorNot Active30-Jul-09 23:51 
JokeRe: code for updating datatable. Pin
Nagy Vilmos31-Jul-09 0:01
professionalNagy Vilmos31-Jul-09 0:01 
GeneralRe: code for updating datatable. Pin
PIEBALDconsult31-Jul-09 4:55
mvePIEBALDconsult31-Jul-09 4:55 
AnswerRe: code for updating datatable. Pin
PIEBALDconsult31-Jul-09 4:54
mvePIEBALDconsult31-Jul-09 4:54 

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.