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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube