Use of threads in c#.net application
Hi
In my c#.net windows application
In a page I am using a number of sql queries to retrieve data and then writing xml files of that,But now performance is really very bad it is taking a lot much time to download the data
Now can any body tell me How can I use multithreading in this context to improve performance
|