|
|||||||||||||||||||||||||||||||||||
|
31 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
20 of 20 people found the following review helpful:
5.0 out of 5 stars
Well Organized, Comprehensive Classroom in a Book,
By J Bucknoff, PMP (Fort Lee, NJ USA) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
Mike Murach has been publishing tutorials for IT professionals since the mid-1980s. Many mainframe developers learned their COBOL, DB2, VSAM and CICS skills from Mike Murach publications. These books owe their great following to Murach's model of devoting a single book to specific topic and focusing on making it the best introductory book possible on that topic, rather than publishing a confusing array of books on the same topic with much overlap among books. Murach has continued this model with books that cover topics for today's developers: SQLServer 2000, Java 2, Java Servlets & JSP and Visual Basic.NET.Murach's Beginning Visual Basic.NET is an excellent choice for teaching oneself VB.NET. If you complete all 18 chapters and do the exercises, then you will have mastered enough to go out and get a job as a beginning VB.NET developer. The topics are ordered in a sequence that is very conducive to learning. The book uses Murach's successful "paired page" format with each subtopic presented in 2-page chunks; text on the left hand page with examples and summaries on the right hand page. One of the strengths of this book is the fact that there are plenty of exercises and projects to do. In order to keep the price of the book down, rather than put all the projects and sample code onto a CD, the sample code as well as 80% of the projects are made available on their website requiring a 2 minute download (20 seconds if you have DSL or cable internet access). Just reading a book or copying sample code from a book is not going to help you remember what you learned. This book gives you projects to do as well as many exercises. This makes you learn the topics covered. By the end of Chapter 6 you will have covered all of the basics of VB.NET syntax, using the VS.NET IDE and the basics of coding OO applications (advanced OO topics are covered in a later chapter). Since OO is such a cornerstone of .NET development, the fact that it is introduced so early in the book is a plus! By the end of the 18 chapters you will have developed multiple non-trivial VB.NET projects. These are not trivial coding exercises but serious business applications. Each chapter has several hands-on projects. Additional projects are available for download from the publisher's website. The focus of this book is on coding. Other than covering .NET classes, the book does not cover the details of .NET Framework development such as deployment, assemblies, interoperability with legacy COM components, conversion from VB6, threading, .NET architecture (CLR, CTS, and MSIL) and managed code. Once the reader has used this book to master the basics of designing, coding and debugging VB.NET programs, then he or she can move on to the clinical details of what goes on under the hood as well as thinking about the issues of enterprise development and application deployment. There are plenty of books that cover those topics. You have to learn to walk before you run. This book will have you walking in no time at all. Developers who put in the effort to master the topics in this book can move onto the next book from Murach, VB.NET Programming with ADO.NET (co-authored by Anne Prince along with veteran Mike Murach & Associates author, Doug Lowe). The 18 chapters are broken down into five sections: If you cannot get to a class or you just want a very well organized hands-on tutorial that is comprehensive, yet completely understandable, then this is the book for you.
18 of 19 people found the following review helpful:
5.0 out of 5 stars
Doesn't cover every single thing about VB.NET,
By dan (Internet Cafe in the NY City Metro Area) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
This introductory text doesn't cover every single thing there is to know about VB.NET and the .NET Framework -- and that is where its strength is. You can go out and buy one of the more comprehensive books (for example: Programming Microsoft Visual Basic .NET (Core Reference) by Francesco Balena). While such a book would be very important to an established VB.NET developer, other than as supplementary reference, these comprehensive books are of limited use to someone who does not know the language yet and wants to learn it. If, on the other hand, you are looking to teach yourself VB.NET and do not have the time or the cash to take a formal class, then the Murach book is the one for you -- whether you are new to programming or you are someone who is familiar with a legacy language like C, Perl or VB6. This book doesn't ask you to bite off more than you can chew. Once you complete the material in this book you will have a very strong foundation for learning the more advanced topics of VB.NET. The author put a great deal of thought into the organization of this book. She selected the right topics, put them in the right order, and explained each topic well (with good examples). Another strength is the availability of programming exercises. It's not enough to just follow along with the code in a book (especially if you are beginner). You need to write some original code on your own. Hands-on practice is the only way to really learn and this book provides plenty of it. This book is very thoughtful and well laid out. Rather than use a lot of color and razzle-dazzle (which both distracts attention from the content as well as adds to the cost of other books), the author gets right to the point with the subjects you need to learn to obtain the minimum knowledge to start coding in VB.NET at a professional (that is, salaried) level. Feel free to buy additional books for reference purposes. But if you want to LEARN VB.NET on your own, this book provides sufficiently comprehensive introduction. It's the best introductory tutorial for the price.
15 of 16 people found the following review helpful:
5.0 out of 5 stars
The BEST for starting VB.Net!,
By Bob Kaplan, Jr. (Louisville, KY United States) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
Murach's Beginning Visual Basic.NET by Anne Prince is by far the best book on the market for us beginners! Had I bought this book first, I would have saved myself lots of dollars and several months time. This is a job well done!Anne has selected a terrific range of material and presented it in a sequence and method that is perfectly suited for beginners. Starting with the basics of the Visual Studio development environment right on thru the coding of windows and web-based database applications, you'll learn how to produce real-world solutions. She starts each topic from the beginning, with code samples and their clear and concise explanations written on the same, or facing page. Thus this book is easier to learn from than any other programming book I have worked with. Each new topic requires only previous topics to understand. You don't have to jump chapters ahead to search for references on the current topic. Such a logical progression builds the reader's confidence, avoids frustration, and saves time. Solutions to the end-of-chapter exercises require both a review of the topic lessons and some user creativity; just the right mixture of confidence building and mental challenge. And the additional downloadable problems offer more mental workout. Whenever I emailed Anne for help, she quickly responded with articulate solutions to my inquiries. I've read plenty of programming books..............cursed at, and wondered why I bought many of them! This is the only one that I feel so good about that I'm willing to take the time to write a signed review.
11 of 11 people found the following review helpful:
5.0 out of 5 stars
Excellent,
By C. O'Connor (Atlanta, GA) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
I'm a software developer with several years of experience developing applications for the web. However, to my surprise, I've recently been instructed to develop a non-web, desktop application. Once I got the deer in the headlights look out of my eyes, I headed straight to the bookstore to find a book to help me make the transition. This book saved me.
Murach's Beginning Visual Basic.NET not only does a great job introducing the reader to creating Windows desktop forms and learning the VB.NET language, but it also provides thorough exposure to Visual Studio, commonly used .NET classes and the most commonly used properties and methods associated with these classes. This book also provides a great introduction to object oriented programming and how to create your own business classes. The information and exercises provide exposure to real world scenarios in bite-sized chunks that anybody can comprehend. I know this review includes terminology that beginners might not be familiar with yet, but don't worry, this book's author doesn't expect you to have any previous experience. My experience with this book has definitely wet my appetite to check out some of Murach's other information technology publications.
10 of 10 people found the following review helpful:
5.0 out of 5 stars
From Beginning to... Well, Some Tough Stuff!,
By
Amazon Verified Purchase(What's this?)
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
This book is very well written, and the facing page style of instruction is a great method.
I found no errors; there was no evidence of "author fatigue" towards the mid-end of the book; and Ms. Prince is able to anticipate and address the logical questions that come next in the student's mind. Beginning with the basics, this book then progresses (very logically) to more difficult concepts such as multi-dimensional arrays, structures and collections, and parsing and reading/writing data to/from files; including xml. The final six chapters deal with databases and web projects. I highly recommend this book... but be ready to work because the chapter exercises, though sometimes difficult, really drive home the concepts.
10 of 10 people found the following review helpful:
5.0 out of 5 stars
Excellent but a little bit expensive,
By
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
I was in several Oracle's training classes. In most classes, each takes approximately from two to five days. If you were in the class, you would get a handout book printing from Instructor's PowerPoint slide. The handout, in bullet format, covers only the closed-to-a-real application examples. It is concise. Instructor covers the slide for 30 mins. Then, he gave you many lab exercises to follow. With this method, I think you can understand the context in the short time. This book is using the same method. By pursuing this book, you do not need the real instructor. All instructor suggestions are already in the book.
At the end of each chapter, you will have a chance to modify the project that you already did in the chapter. For example, if the author shows you how to write IF statements, you will have a chance to enhance those statements to be more complex. You are also able to do extra projects that the author has not taught in the text. As a result, you can apply those skills to develop your own projects. Another good thing about this book is that the screen captures are very clear. You can see what the points of the author. In many books, they fail to do so because readers cannot read words on those screens. Before you decide to buy Object-Oriented Text Book, I suggest that you check the example that the book explains to you. You should buy the book that shows you examples like real world examples such as Invoice Class, or DataValidation Class. You should not buy the book that presents only Mammal class, Engine Class, or Dog Class. However, for the price, it seems to me that this book is a little pricy. You can buy a similar book with 1,000+ pages more for 50 dollars. You may need to trade off between the price and the presentation method of the book.
8 of 8 people found the following review helpful:
4.0 out of 5 stars
A fantastic place to start...,
By j-bone (Savannah, GA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
Great primer for VB.NET. Fun to learn and easy to apply concepts to business models. Complex ideas developed clearly. I would suggest reading Sybex Mastering VB.NET for a deeper understanding of .NET concepts, though, as it goes into depths not covered in the Murach book. It's always good to have more than one angle on a subject.
I am not a professional programmer. I run a business that has alot of information running through it. Learning VB has given me the tools to create what I need when I need it. That saves money and allows me to be creative. I love that!
11 of 12 people found the following review helpful:
5.0 out of 5 stars
The best beginner VB.NET book, bar none,
By NetDeveloper "Robert" (Houston, Texas) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
I rarely write reviews of books. I am a novice programmer but not a novice to technical texts with a Masters in Chemistry and DDS degrees and post doctoral fellowships and board certifications behind me. I felt compelled here. What I needed was a data driven large website. So I started learning VB.NET and I had a block understanding variables and flow of syntax etc. I felt like an idiot. I took home over a dozen books and still couldn't break the shell. Until I read Anne Prince's book beginning VB.NET and Eureka! You could make the case that I had built a base and this book was the camel-back-breaker but why wasn't title #9,#10 or #11 the one? Any of these was sufficiently downstream on the queue. Actually, the more books I read the more I felt like a retard. Yet another title and I am still not getting it. After finishing her book I catapulted right into advanced topics with no problem. But out of the process I wound up unwillingly doing a sweeping survey of all beginner material out there. I also like the format of presenting figures on the opposite page which saves you from flipping pages to see figures - one of the most tiring aspects of all technical texts but taken to new nauseating heights in programming books. Even the non glossy parer made a difference - about 10-20% more reading time before your eyes conk out. The book binding is horrible - it fell apart but that little beef dwarfs before the rest of the cons.
7 of 7 people found the following review helpful:
5.0 out of 5 stars
Wonderful resource for VB.NET beginners,
By joe@vbcode.com (Florida, USA) - See all my reviews
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
If you are new to Visual Basic .NET this is a wonderful book to start with. It is also a great book to keep handy on your bookshelf as a reference when you begin developing .NET applications. The book is thorough with screen shots, clean coding techniques, and useful examples. Language essentials are covered well along with the basics of Object Oriented Programming. The book includes a full chapter on XML along with several chapters for database devlopers. If you are a web developer you will find the final two chapters on web forms and web services resourceful. If you are a fluent programmer of traditional Visual Basic the book will act as a great resource to quickly learn the differences of VB 6.0 and VB.NET.
6 of 6 people found the following review helpful:
5.0 out of 5 stars
Good foundation in VB.NET,
By Happyman (US) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Murach's Beginning Visual Basic .NET (Paperback)
I have been working with vb.net casually for several years but had alot of areas I was still weak in. I purchased this book recently and it helped me to get a much better fundamental understanding of the subject. I wish I had read it first. I now have all the Murach VB.net books and they are all well written and organized and well worth their cost.
|
|
Most Helpful First | Newest First
|
|
Murach's Beginning Visual Basic .NET by Anne Prince (Paperback - June 2002)
Used & New from: $6.31
| ||