473,811 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

book or article suggestion for multi-threaded winforms reading?

I need to guide the training for some good ASP.NET programmers who don't
have Windows Forms experience, and they will soon be put onto a project for
multi-threaded winforms development.

Can anyone suggest a good book for multi-threaded winforms learning? Or
even some good URLs?
Sep 10 '06 #1
3 1561
Hi D.Patrick,

Jon Skeet has a good article on multi-threading in .Net

[Multi-threading in .NET]
http://www.yoda.arachsys.com/csharp/threads/
On Sun, 10 Sep 2006 17:32:03 +0200, D. Patrick
<re************ *****@thenotrea l.comwrote:
I need to guide the training for some good ASP.NET programmers who don't
have Windows Forms experience, and they will soon be put onto a project
for
multi-threaded winforms development.

Can anyone suggest a good book for multi-threaded winforms learning? Or
even some good URLs?



--
Happy Coding!
Morten Wennevik [C# MVP]
Sep 11 '06 #2
D. Patrick,

Here is a good article I dug up which goes into the basics of performing
multi-threaded operations and windows forms:

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"D. Patrick" <re************ *****@thenotrea l.comwrote in message
news:Td******** *******@tornado .socal.rr.com.. .
>I need to guide the training for some good ASP.NET programmers who don't
have Windows Forms experience, and they will soon be put onto a project for
multi-threaded winforms development.

Can anyone suggest a good book for multi-threaded winforms learning? Or
even some good URLs?

Sep 11 '06 #3
"D. Patrick" <re************ *****@thenotrea l.comwrote
Can anyone suggest a good book for multi-threaded winforms learning? Or
even some good URLs?
The issues aren't .Net specific - if your developers understanding threading
in Java, or any other language, they will be off to a good start.

I learned most of my threading stuff from Jeff Richter's old book, "Advanced
Windows". This was (is?) a Win32 book that covered this stuff in detail.

MSDN has a number of primers on threading and concurrency issues in .Net.

--
Chris Mullins
Sep 11 '06 #4

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

Similar topics

77
5392
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 the moment. I'd be *very* grateful if people with any interest in multi-threading would read it (even just bits of it - it's somewhat long to go through the whole thing!) to check for accuracy, effectiveness of examples, etc. Feel free to mail...
28
2754
by: John McCabe | last post by:
Hi I'm looking for something equivalent to the Data Structures and Algorithms in Ada 95 books by Biedler and Feldman etc, but based towards efficient C++ implementations. Does anyone know of such a thing and could recommend one? I'm particularly interested in coverage of binary search trees, especially Red-Black, Splay and AVL, as well as hashing tables and
10
2427
by: Buck Rogers | last post by:
Hi guys! Does anyone have a link to a site that provides up to date programming book reviews? I looked through the reviews at: http://www.accu.org/bookreviews/public/index.htm Unfortunately, the books reviewed were published
15
1680
by: ben | last post by:
this programme from sedgewick's 'algorithms in c parts 1-4' "is a sample client program that ... uses a symbol table to find the distinct values in a sequence of keys (randomly generated or read from standard input), then prints them out in sorted order." #include <stdio.h> #include <stdlib.h> #include "item.h" #include "st.h"
23
4062
by: Paul | last post by:
Today I went out to a book store in search of a good book on C, I know quite a lot of C already so I wasnt looking for one of those "Learn C in 21 Days" type of books, I was more after a book that would serve as a reference and I could look at when my memory had failed me and needed refreshing. I had numerous choices as far as C reference books, The one I chose is called "The Complete reference, C, fourth edition" Published by osborne,...
6
1731
by: Jon Shemitz | last post by:
My 16 yo son is ready to move beyond level editing and "Multimedia Fusion." He's going to ignore his Mom's suggestion of Visual Basic, and take my suggestion of starting with C#. Now, I actually have an Intro To C# section in my ongoing .NET 2.0 book, but I assumed that my audience does not want e.g. yet another discussion of inheritance and polymorphism - it's all "same but different" and "this is new." In short, not suitable for a...
11
2373
by: Sam | last post by:
Hi All I don't know anything about C# and I'm planning to learn the language. Does anyone know any good book out there that explains things well? Any suggestion is greatly appreciated Regards, Sam
7
3302
by: noid droid | last post by:
Greetings. I received 4 VB .NET books and looking through the indices and tables of contents, I see that none of them addresses multithreading in VB ..NET. I just bought a bunch of books because they were so cheap. Does anyone have any suggestions for books that cover multithreading? I have enough beginners books. I don't need any more. Need a good treatment of multithreading. I've never used it in VB 6. I want to learn about it...
1
2514
by: maciek | last post by:
Hi, I was wondering if anyone could suggest me a book/article/tutorial on Exception Handling in multi tier Windows Apps. What are the best practices/ways to implement EH in multi tier enviroment. I read some MS Best Practices articles on MSDN. It helped a little, but considering how unexperienced programmer I am, I think I'd need a good sample code and explanation I could follow to fully understand the issue. Thanks in advance.
1
1384
by: Mark | last post by:
Hi, I want to learn multi-threding in C++. After serching in amazon, I still cant decided which one i should buy. Anyone have suggestion of a book on practical threading in C++? Or is that any good website on it? Thx a lot. Mark
0
9728
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10648
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10402
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7670
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6890
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5554
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3867
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3018
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.