In-Depth

Books: Elevate VB.NET With Power Coding

Visual Basic .NET Power Coding offers concise discussion and helpful examples of VB.NET's most complex topics, such as delegates, threading, remoting, Reflection, and security.

If you are the average "lunch pail" Visual Basic developer, you might eventually need some of .NET's advanced features to take your programming to the next level. Perhaps it is event handling, loading a COM component, using asynchronous methods, or building applications that can update themselves automatically across the Internet.

When that happens, what you need is a book—not a dozen books—that gives a concise discussion of the topics with helpful examples. If this is your story, then Paul Kimmel's Visual Basic .NET Power Coding is for you. Programmers looking to elevate their skills should have a firm understanding of object-oriented concepts and .NET basics. Experienced developers will find the author's discussions helpful in clarifying some of the more complex .NET features.

Along with good discourse on power topics, I found most valuable the author's discussions on when to use a particular function and the presentation of alternatives. Occasionally he sprinkles in information on a feature of which the typical user might be unaware.

The author covers event handling, assemblies, Reflection, security, debugging, advanced Web services, and other concepts. I particularly enjoyed the sections on delegates, remoting, auto-updating smart clients, and threads largely because these are difficult topics on features not available to Visual Basic 6.0 developers. You can download source code for the examples (highly recommended).

The book covers numerous topics that could easily have been, and in most cases are, expanded into books of their own, but the author keeps them concise and informative and holds the reader's interest. I recommend that this book become a part of every experienced VB.NET programmer's book collection.


Visual Basic .NET Power Coding
by Paul Kimmel
Addison-Wesley
ISBN:
0672324075
Price: $49.99
Quick Facts: This book is for professional programmers who have an understanding of Visual Basic .NET, Visual Studio .NET, and object-oriented principles.
Pros: In-depth discussion on advanced techniques such as delegates, threading, remoting, Reflection, and security.
Cons: Requires strong understanding of object-oriented concepts and familiarity with 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

  • 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.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube