Rating: Summary: Perfect for the absolute beginner! Review: This book is for beginner programmers who have chosen Visual Basic .NET as their first programming language. It is also intended for programmers experienced in another programming language, but who are new to Windows programming.The book begins with step by step instructions on how to install Visual Basic .NET. Next, there is a brief introduction on how to write Visual Basic .NET code, and a description of what the .NET framework is. The next chapter teaches how to control the flow of applications using loops and branching structures. You will then learn how to create windows, screens, and how to add menus to your applications. Visual Basic .NET is the first version of Visual Basic to provide full object oriented capabilities, making it among the most powerful windows development tools. The book teaches you what object oriented programming is and how to use it in your applications. Chapter 15 and 16 introduce database access with Visual Basic .NET. You will learn what a database is, how to write simple SQL statements, and how to use ADO.NET to access Microsoft SQL Server and Microsoft Access databases. The final three chapters show how to create applications for the web using web forms, XML, and web services such as SOAP, "Simple Object Access Protocol". Like all Wrox Press beginner programming books, this book is written in a clear and easy to learn manner. Each chapter contains plenty of sample code examples and an end of chapter test. If you are new to programming, or new to Windows programming, "Beginning Visual Basic .NET" is an excellent first step in aquiring the knowledge needed to develop Windows applications.
Rating: Summary: Not a VB.Net book Review: This book is geared towards teaching beginning programming skills. It just so happens that the authors chose VB .Net as the language. In the outset they indicate that their intentions are to teach you programming skills, no matter what language you use. This made the book title misleading. I can usually depend on Wrox to produce a pretty good book. If I were a beginning programmer perhaps I would be impressed. If you want to really learn the ins and outs of VB.Net this is definitely not the book for you.
Rating: Summary: Not a VB.Net book Review: This book is geared towards teaching beginning programming skills. It just so happens that the authors chose VB .Net as the language. In the outset they indicate that their intentions are to teach you programming skills, no matter what language you use. This made the book title misleading. I can usually depend on Wrox to produce a pretty good book. If I were a beginning programmer perhaps I would be impressed. If you want to really learn the ins and outs of VB.Net this is definitely not the book for you.
Rating: Summary: The Best One Review: This book is the best to learn VB.net. It puts the reader on the track step by step. The authors used a very good methodology in defining VB.net variables. You would feel like they are in front of you. They give all possibilities... I installed Visual Studio.net two days ago and today I am alraedy on page 72 of the book. This is not a free advertisement for the book. The truth is that it is the best (at least for me) to learn VB.net.
Rating: Summary: PERFECT!! Review: This is a great book for beginers to Visual Basic .NET to learn to program in VB.NET. I just finished the 2nd chapter and already I can create basic apps. This is a great book and makes learning VB.NET VERY EASY!!!
Rating: Summary: Good for Non-VB Programmers Too! Review: This is the first time I am writing a review on a book. The book is excellent so far (read 5 chapters). The format makes it really easy for an experienced C++/Java programmer like myself to fly through it. I covered first 5 chapters in about an hour and a half (along with a couple of hands-on excercises). Each section is broken down into 3 parts. A small objective of the section. A code part, with the relevant code highlighted, so that you don't have to search for it and highlight it. And then an explanation of the code. I usually read couple of lines from the first part, go directly to the highlighted code, and sometimes read the code explanation to understand how the syntax/rules are different from C++/Java.
Rating: Summary: Check out the object oriented material Review: VB is widely considered one of the easier ways to build a GUI. Its latest incarnation is described here. The authors show you how Microsoft has tweaked it into the .NET framework. The teaching pace is deliberately measured. For example, in a chapter on making menus, the steps are set up in considerable detail, with many screen captures. The authors take little for granted in your programming background.
The size of the book partially reflects the many diagrams offered. Since these can be very useful and reassuring to a new programmer, it is a good thing that the authors are so liberal in furnishing them. But the size is also a measure of how far VB has come from its Basic roots. VB now has strong object oriented capabilities, and several chapters use this. More for you to learn, of course. But in the long run, it might help your coding habits.
|