Visual Basic Programmer's Guide to the .NET Framework Class Library is the definitive guide every Visual Basic .NET developer needs to understand the capabilities of .NET namespaces and increase productivity inside the .NET framework. Lars Powersand Mike Snell have provided a comprehensive book that details the capabilities of the key namespaces, and then explains how to leverage them by extension or reference to create applications ranging from simple to complex.
Each chapter provides a brief introduction to the selected technology, followed by detailed suggestions, reference material, and a sample application that illustrates common programming tasks using the classes, interfaces, delegates, and events of a specific .NET namespace. This book answers the primary questions that VB .NET developers will face as they start developing code in the .NET environment, including: What does the .NET class library provide me in terms of re-usable code? Are there .NET structures available that I can use to accomplish a specific task? How do I go about interfacing with the .NET framework through my code?
Visual Basic Programmer's Guide to the .NET Framework Class Library is acomprehensive guide as you learn how to use the .NET Framework classes, then it will become a trusted reference as your experience and needs grow in the world of .NET.
Customer Reviews
Average Rating:
Rating: - Its a good read
BUt why do VB when c# is just as easy and you can write unmanaged within it. Its just a no brainer with all the limitations of VB still.
Rating: - Enhanced with call-outs and highlighted sections
Visual Basic experts Lars Powers and Mike Snell effective collaborate in the Visual Basic Programmer's Guide to the .NET Framework Class Library to instruct intermediat to advanced level users on a full range of issues including: delineating and define the pieces of .NET; explaining how/why .NET was conceived and what this means to VB6/Windows DNA developers; how to execute Windows programming using the .NET namespaces; position the .NET namespaces within the context of the reader's project; how ... Read More
Rating: - Valuable addition to MSDN & .Net framework SDK
The challenge for a reference book like this is to be better the documentation that Microsoft provide - MSDN and the .Net framework SDK. My experience is that this book certainly achieves that.
For example, today I needed to show the "save file" dialog and then write the contents of a text box to a text file. I know how to do that in VB6, but I hadn't done it in VB.Net before. I searched MSDN which gave me accurate descriptions of the menthods and properties of at least four classes ... Read More
Rating: - An excellent resource for writing code
Because of a project, I needed to finally make the jump from VB6 to VB.NET. After reviewig several books, I grabbed the book by Powers and Snell. It helped tremendously on the key pieces of my project. What I really like are the numerous code examples - worth the price of the book alone! I even contacted the authors to get their thoughts on something and ask a few questions. Not only did they reply with great answers, but their indepth knowledge of .NET helped finalize an important part of my project ... Read More
Rating: - A Focused Look at the Namespaces
I found this book to be a handy 2nd book to have on .NET programming... it doesn't have much content to help you make the transition to .NET (I'd have to recommend Gary Cornell's Programming VB .NET: A Guide for Experienced Programmers for that task), but it does do a great job of helping you find the right class libraries and write code with them once you are up and running with your language of choice.
Each chapter is focused on a namespace. The authors then spend a few pages bringing people ... Read More