In-Depth

Books: Master WinForms Programming

With the ease of deployment for .NET applications, WinForms are once again a viable solution for large deployment environments. If you're considering WinForm programming, Windows Forms Programming in Visual Basic .NET is a must-have.

It used to be that Windows Forms development for user interfaces was the VB programmer's bread and butter. In the MSDN article "Death of the Browser?," Billy Hollis opines that browser-based interfaces lack the rich feature set available in Windows Forms that most Visual Basic developers have been working in for years. With the ease of deployment for .NET applications, WinForms are once again a viable solution for large deployment environments. If you're considering WinForms programming, Chris Sells and Justin Gehtland have you covered in their book, Windows Forms Programming in Visual Basic .NET.

This must-have reference is not a rehash of the help files. The authors' knowledgeable discourse on matters of WinForms programming is clear, detailed, and enjoyable to read. The sample code sections are short and provide a straightforward explanation of the topic. I wish more computer books were written this well.

The first part of the book covers forms, controls, events, dialogs, drawing, and printing. These topics are covered at a level that will appeal to novice and experienced programmers alike. More advanced sections follow on resources, settings, control design, data controls, databinding, and code security. The sections on multithreaded user interfaces and Web deployment will be of interest to many developers.

This is not an entry-level developer book, because it requires some knowledge of .NET programming. The book's source code is available for download.


Windows Forms Programming in Visual Basic .NET
by Chris Sells and Justin Gehtland
Addison-Wesley
ISBN:
0321125193
Price: $49.99
Quick Facts: The ultimate guide to developing WinForms in VB.NET. It covers form basics, controls, control design, multithreading, resources, and printing.
Pros: In-depth coverage of WinForms programming; well-written with clear examples.
Cons: Requires working knowledge of the .NET Framework and VB.NET.

About the Author

Hal Hayes is the president of ACRITECH Corp., which specializes in enterprise application development. He is also the founder of the Capital Area Visual Basic User Group in Washington, D.C. (now www.caparea.net). Hal is also a member of the staff of the International .NET Association. You can reach him at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube