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

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube