In-Depth

Books: Develop UIs in C#

Chris Sells shows you how to develop user interfaces in .NET in his book, Windows Forms Programming in C#.

Windows Forms Programming in C# is an excellent book for learning how to develop user interfaces in .NET. Chris Sells covers the simple topics of control layouts and properties, then delves into hardcore topics such as custom controls, data grids, delegates, and data binding.

The entire book is useful, but beginners especially will find the first couple of chapters helpful. The first three chapters give you a step-by-step introduction into building a form, and the properties available in Visual Studio .NET that affect that form. I found the section on building custom controls to be the most useful. Every programmer has wanted to tweak a control so it does something just a little out of the ordinary.

This book also covers delegates and events and how you can use them to affect WinForms. The section on resource localization will help if you're developing a global application. If you're an MFC developer, check out the section that helps you understand the difference between MFC and WinForms.

I enjoyed this book a lot. I used the examples several times to modify my own user interface behavior. The book really provides you the tools you need to develop professional-looking user interfaces. This book will pay for itself easily by saving you time trying to figure things out.

About the Author
David Mack is a technical lead and consultant for the National Intelligence Division at Titan Systems. He has more than 10 years of experience in management and software engineering. Reach him at [email protected].


Windows Forms Programming in C#
by Chris Sells
Addison-Wesley
ISBN: 0321116208
Price: $49.99
Quick Facts: Discusses how to build rich-client user interfaces. 658 pages.
Pros: Excellent for programmers migrating from MFC.
Cons: None.

comments powered by Disqus

Featured

  • GitHub Previews Agentic AI in VS Code Copilot

    GitHub announced a raft of improvements to its Copilot AI in the Visual Studio Code editor, including a new "agent mode" in preview that lets developers use the AI technology to write code faster and more accurately.

  • Copilot Engineering in the Cloud with Azure and GitHub

    Who better to lead a full-day deep dive into this tech than two experts from GitHub, which introduced the original "AI pair programmer" and spawned the ubiquitous Copilot moniker?

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

Subscribe on YouTube

Upcoming Training Events