Link to home
Start Free TrialLog in
Avatar of NTAC
NTAC

asked on

Best book on windows forms

Can anyone recommend their favorite book on programming windows forms?  I'm specifically looking for good examples of multi-threading and overall design.  I'm hacking away at it right now, and think I need some more formal training.

Or if there is any comprehensive examples online that I could look into (besides the safe multithreaded series I-III)

Regards,
NTAC
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

I would look at design patterns ... there are a ton of threading patterns and the great thing is that things like locking are language independant :)
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jjacksn
jjacksn

the above mentioned book is decent, but I didn't find it totally useful.  its pretty basic, and if you have been working with them for a while, you may not find it all that useful.
Avatar of NTAC

ASKER

I might go browse it at the bookstore to see what it offers.  Like I have said--I've been able to do the things I want with windows forms, but I am always wondering "Am I doing it the most efficient way?".  I have found a few things that I have been doing in a round about way that are already included in the .net library--so I kind of want a overview that I can read and say "Oh neat, didn't know that was there".  Plus the threading is needed.

Thanks everyone
NTAC, the threading is actually good in the book i said wasn't too advanced.