473,320 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

threading in C#

after searching on amazon, i found no good books on threading in
..net/C#.

does anyone know if any are in the works? I've seen lots of
questionable threading code in our C# environment, and it'd be good to
see a good, advanced book on .net threading.

thanks.
Nov 15 '05 #1
4 1289
Jose,
after searching on amazon, i found no good books on threading in
.net/C#.

does anyone know if any are in the works? I've seen lots of
questionable threading code in our C# environment, and it'd be good to
see a good, advanced book on .net threading.


You may want to start here:

http://msdn.microsoft.com/library/de...nthreading.asp

Regards,

Randy
Nov 15 '05 #2
All lot of books shy away from the topic or provide a very cursory
examination of it because it is inherently difficult to master. AND, since
everybody and their cousin has a .net book out it adds to the confusion and
misinformation out there because they don't necessarily have the experience
and/or knowledge to explore such topics

But you can find a good indepth discussion from Jeffrey Richter's applied
framework
programming, or matthew macdonalds distributed applications for a full
discourse on threading and best practices.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/2bz4t
"Randy A. Ynchausti" <ra*************@msn.com> wrote in message
news:Oh****************@tk2msftngp13.phx.gbl...
Jose,
after searching on amazon, i found no good books on threading in
.net/C#.

does anyone know if any are in the works? I've seen lots of
questionable threading code in our C# environment, and it'd be good to
see a good, advanced book on .net threading.
You may want to start here:

http://msdn.microsoft.com/library/de...nthreading.asp
Regards,

Randy


Nov 15 '05 #3
Hi.

Another good book about that deals with threading (among other things) is
Programming .NET Components, by Juwal Lowy.

Have a nice day
GV

"Alvin Bruney" <vapor at steaming post office> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
All lot of books shy away from the topic or provide a very cursory
examination of it because it is inherently difficult to master. AND, since
everybody and their cousin has a .net book out it adds to the confusion and misinformation out there because they don't necessarily have the experience and/or knowledge to explore such topics

But you can find a good indepth discussion from Jeffrey Richter's applied
framework
programming, or matthew macdonalds distributed applications for a full
discourse on threading and best practices.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/2bz4t
"Randy A. Ynchausti" <ra*************@msn.com> wrote in message
news:Oh****************@tk2msftngp13.phx.gbl...
Jose,
after searching on amazon, i found no good books on threading in
.net/C#.

does anyone know if any are in the works? I've seen lots of
questionable threading code in our C# environment, and it'd be good to
see a good, advanced book on .net threading.


You may want to start here:

http://msdn.microsoft.com/library/de...nthreading.asp

Regards,

Randy


Nov 15 '05 #4
A well written article that I found helpful:

http://www.eps-software.com/download..._threading.pdf

Jacob
"Gianluca Varenni" <gi**************@polito.it> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi.

Another good book about that deals with threading (among other things) is
Programming .NET Components, by Juwal Lowy.

Have a nice day
GV

"Alvin Bruney" <vapor at steaming post office> wrote in message
news:es**************@TK2MSFTNGP11.phx.gbl...
All lot of books shy away from the topic or provide a very cursory
examination of it because it is inherently difficult to master. AND, since
everybody and their cousin has a .net book out it adds to the confusion

and
misinformation out there because they don't necessarily have the

experience
and/or knowledge to explore such topics

But you can find a good indepth discussion from Jeffrey Richter's applied framework
programming, or matthew macdonalds distributed applications for a full
discourse on threading and best practices.

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/2bz4t
"Randy A. Ynchausti" <ra*************@msn.com> wrote in message
news:Oh****************@tk2msftngp13.phx.gbl...
Jose,

> after searching on amazon, i found no good books on threading in
> .net/C#.
>
> does anyone know if any are in the works? I've seen lots of
> questionable threading code in our C# environment, and it'd be good to > see a good, advanced book on .net threading.

You may want to start here:

http://msdn.microsoft.com/library/de...nthreading.asp

Regards,

Randy



Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

65
by: Anthony_Barker | last post by:
I have been reading a book about the evolution of the Basic programming language. The author states that Basic - particularly Microsoft's version is full of compromises which crept in along the...
2
by: Egor Bolonev | last post by:
hi all my program terminates with error i dont know why it tells 'TypeError: run() takes exactly 1 argument (10 given)' =program==================== import os, os.path, threading, sys def...
77
by: Jon Skeet [C# MVP] | last post by:
Please excuse the cross-post - I'm pretty sure I've had interest in the article on all the groups this is posted to. I've finally managed to finish my article on multi-threading - at least for...
6
by: CK | last post by:
I have the following code in a windows service, when I start the windows service process1 and process2 work fine , but final process (3) doesnt get called. i stop and restart the windows service...
2
by: Vjay77 | last post by:
In this code: Private Sub downloadBtn_Click(ByVal sender As Object, ByVal e As System.EventArgs) If Not (Me.downloadUrlTextBox.Text = "") Then Me.outputGroupBox.Enabled = True...
11
by: Paul Sijben | last post by:
I am stumped by the following problem. I have a large multi-threaded server accepting communications on one UDP port (chosen for its supposed speed). I have been profiling the code and found...
17
by: OlafMeding | last post by:
Below are 2 files that isolate the problem. Note, both programs hang (stop responding) with hyper-threading turned on (a BIOS setting), but work as expected with hyper-threading turned off. ...
0
by: kingcrowbar.list | last post by:
Hello Everyone I have been playing a little with pyGTK and threading to come up with simple alert dialog which plays a sound in the background. The need for threading came when in the first...
7
by: Mike P | last post by:
I am trying to write my first program using threading..basically I am moving messages from an Outlook inbox and want to show the user where the process is up to without having to wait until it has...
126
by: Dann Corbit | last post by:
Rather than create a new way of doing things: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2497.html why not just pick up ACE into the existing standard:...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.