Product DescriptionMicrosoft's new .NET version of Visual Basic is its most radical revamping of the product since it was first released. Even if you know your way around VB6, the latest version presents special challenges. There are some new ways of doing things, some new things to do, and a new environment in which to work. With a few tips and tricks from expert Matt Tagliaferri, however, you'll be well on your way to VB.NET mastery. Visual Basic .NET Codemaster's Library offers a collection of 99 clear, concise programming examples, which show you how to use VB.NET and Visual Studio .NET to make the most of functionality available for the first time in the .NET Framework. You can begin with any topic and read only the ones that matter to you. Each topic provides a solution that you can incorporate into your own work, in areas ranging from garbage collection to database transactions, from memory management to XML Web Services. You even get coverage of mixing C# and VB.NET in the same application. Taken together, the tips in this book help you make the transition to thinking and working effectively within the object-oriented world of .NET.
Customer Reviews
Average Rating:
Rating: - Decent samples collection
I am not normally the type of person who would recommend a samples book. Overall, I find most of these types of books either work on too small of a microcosm to make any real impact, or worse, try to tackle "real world" problems that are only "real world" to authors who no longer code for the Enterprise. I was surprised to see that Matt's book fit somewhere in the middle.
On the scale of problem solving, this book is much closer to the microcosm type of book. Unlike most books in this ... Read More
Rating: - Pretty good for quick solutions
This book is good if you are trying to provides solutions to defined problems that you are stumbling across because you are new to the .Net world. Most of the examples are pretty simple, but that is not to say they are not well done. Tagliaferri gets you going and on your way in most of these examples. When this book came out I grabbed it and went through almost all of the examples. This book will give you good ideas on how to solve particular programming problems that you will encounter while you ... Read More