Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to start learning threads so I want some example that solved by threads
Posted
Comments
Salman622 6-Nov-15 2:02am    
Its a simple thing for example if you have multiple gridview on your web form
Like a dash board and all grid take some what time to bind its data.
so here you can use threading were all grid will simultaneously bind its data
and your application speeds up.

1 solution

There is no problem solved by threading.
Threading is only about speeding up the problem treatment, so that the solution come faster.
I guess Google will give you plenty of references/examples of what threading is really about.

To downvoter: Ok, a rather abrupt response, but it is essentially it.
 
Share this answer
 
v2
Comments
PIEBALDconsult 5-Nov-15 17:46pm    
+5I was going to say the same thing. But not as an answer.
Patrice T 5-Nov-15 17:49pm    
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900