Rating: 5 out of 5
Essential for the .NET developer
Windows Forms Programming in C# doesn't disappoint.The book quickly dives into the basics of form development, layout and resources. Even though the topic is somewhat introductory to someone who's done a lot of Windows Form development, the book is written in such a way that there was several times still found myself learning something new. I particularly enjoyed the chapters on drawing, there's always something interesting to be found when working with GDI+. 200 pages later, I found myself in a chapter that discusses a topic that you rarely see in any Windows programming book - Printing. This chapter is worth the price of the book alone to have it on your shelf as a reference guide. You won't find a more detailed coverage of printing anywhere else. While I could go on and on about each individual chapter, I wanted to point out one that I particularly found helpful - Chapter 14 on Multithreaded User Interfaces. I had originally read part of this in an MSDN article, and was looking forward to the full content - and wasn't disappointed: Asynchronous operations, Safety and Multithreading, Callbacks (synchronous and asynchronous), etc. are all covered. Anyways, I could go on and on - there are plenty of tasty .NET morsels in here to keep both the novice and experienced developer consumed with this book.
Rating: 5 out of 5
The Great Book from the Great Author - EXCELENT BOOK
The book "Windows Forms Programming in C#" will not disappoint you. This book is targeting both programmers with experience developing in .NET and those who still haven't and who are looking to start doing that. This book is using C# for explain all topics. You should be familiar and have basic understanding of C# language. I found the book to be easy to read and I think you can learn a lot about writing Windows forms application from it. The book is well organized and you will find it useful during your .NET Windows Forms development. Here, you will find everything that you need to know and learn about developing Windows Forms: basics of using forms, controls, events, multithreaded UI, "no-touch" deployment, data binding, etc ... Highly recommended.
Rating: 5 out of 5
Excellant work
This book should be always next to us. So far twice I read this book. Each time I found new things. Particularly Design Time Integration. No one has touched this subject so elegantly. Even though there were some articles in MSDN. Once I wrote to Chris Sells asking him to write exclusively on Custom Control. He has satisfied my wish through this book.Another topic that I should mention is Resources. This explains from basics to in-depth.
|