Showing posts with label object oriented programming. Show all posts
Showing posts with label object oriented programming. Show all posts

Microsoft Visual Basic 2008 Step by Step Review

Microsoft Visual Basic 2008 Step by Step
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft Visual Basic 2008 Step by Step? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft Visual Basic 2008 Step by Step. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft Visual Basic 2008 Step by Step ReviewI'm not new to the visual basic language (I've done some work with VBA) but I was new to visual studio. I just have to say that this book is very easy to follow, it's very detailed, and it's a great place to start learning the language and the use of the IDE.
The author guides the reader in a very easy to follow style of writing. He also goes into detail to make sure that you understand what it is that he either wants you to do or wants you to understand. He also makes no assumption regarding your skill level and basically writes so that anyone can understand.
The only thing that I wasn't crazy about was that he sometimes repeats the same things over and over in every chapter. For example, "If the form is not visible when you load it, click on it in the Solutions box to make it visible." He'll say that for every project that you open. I guess it's ok because these little things really get pounded into your brain, but I found it just a little annoying.
Finally, he does demonstrate a lot of new features in Visual Studio 2008, so the book is great even for experienced users.
Microsoft Visual Basic 2008 Step by Step OverviewTeach yourself the fundamentals of working with Visual Basic 2008 one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you re a beginning programmer or new to this specific language, you ll understand the core capabilities and fundamental techniques for Visual Basic 2008 and rapidly build robust, elegant applications. Each chapter puts you to work, showing you how, when, and why to use the latest features of Visual Basic guiding you each step of the way as you create actual components and working applications for Windows. You ll also explore data management and Web-based development topics. PLUS get practice files with sample code and data sets on the companion CD.
Key Book Benefits
Covers the latest enhancements and features of Visual Basic 2008
Provides step-by-step guidance on how to use Visual Basic 2008 with Microsoft Visual Studio 2008 to create smart-client and Web applications
Features easy-to-follow, logically planned lessons in the popular STEP BY STEP format ideal for anyone with fundamental programming skills
Includes a companion CD with data sets and code samples

Want to learn more information about Microsoft Visual Basic 2008 Step by Step?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Big Java Review

Big Java
Average Reviews:

(More customer reviews)
Are you looking to buy Big Java? Here is the right place to find the great deals. we can offer discounts of up to 90% on Big Java. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Big Java ReviewWhen I bought this book, I was unaware that it was written with the intention of being a class textbook for learning not just Java, but also the basics of computer science. Even so, this is an excellent Java book that will serve the reader well.
First, this book is extremely well organized. The table of contents lays out the biggest points of each chapter without cluttering. In turn, each chapter has its own table of contents, outlining more minor points. Things that relate directly to Java and the targeted course are outlined in black, while other topics such as coding suggestions, historical notes and bits of trivia are outlined in blue. This makes navigation through the book very easy and straightforward.
As any textbook has, this one has plenty of practice exercises. These exercises are very relevant to the topics covered and offer the reader some practice. If you buy this book and are turned off by the idea of doing a bunch of exercises, well, don't do them. Then again, practice does make perfect...
Many people like Java books that plunge right into graphics programming. I don't. This book does cover basic graphics and applet programming fairly early on (chapter 4), and that is not much to my personal preference. But, it's relevant in relation to the information in surrounding chapters.
The book even comes with a style guide, which is very nice when you would like some idea of coding standards. Perhaps you will adopt the author's suggestions, perhaps not. Either way, it's an excellent place to start.
This book covers some advanced topics, including XML, JSP, servlets, and relational database interfacing. The coverage is clear and occurs later in the book after the building blocks are out of the way.
There are some errors in the book. HOWEVER, there is an errata page, at the author's web site, that addresses the problems and gives very clear corrections. Most programming books seem to have errors in them, and this one is no exception. The fact that there is a very easily accessible path to get the updates (at no extra cost) is a big plus.
Before I got this book, I was using "Thinking in Java" (Eckel) as my primary book for learning Java. Big Java has taken TIJ's place. I heartily recommend this book to anyone wanting to learn the Java language.Big Java OverviewThis text is an exploration into computer science, programming principles and advanced features of the Java language. The text is useful for anyone interested in learning or reinforcing introductory programming concepts and beginning to take advantage of many of the exciting attributes of the Java language. Now updated with Java 1.5, Big Java, Second Edition remains the definitive introduction to programming.Horstmann, in his extensive teaching and industry experience, has always emphasized that those who truly want to study the discipline of Computer Science and the art of programming must, before writing a line of code, first learn to think like a problem solver. With this in mind, the first part of the text is focused not on programming as an abstract exercise, but on fundamental principles of programming and problem solving. Java is both the tool to be mastered and the key to understanding basic computer science concepts.The second part of this text introduces advanced concepts of the Java programming language. Assuming an understanding of programming concepts at this point, the author offers the reader an in-depth look into how Java relates to searching and sorting, data structures, multithreading, networking, database connectivity, XML, and Java Server Pages.In addition, the author also offers many reference resources in the appendices, including the Java Library, HTML, running applets, and number systems.Throughout the text, readers will find notes that cover historical and social aspects of computing and capsule introductions to advanced topics of computer science. These optional features provide valuable context for those interested in going more deeply into the subject.

Want to learn more information about Big Java?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Big Java Review

Big Java
Average Reviews:

(More customer reviews)
Are you looking to buy Big Java? Here is the right place to find the great deals. we can offer discounts of up to 90% on Big Java. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Big Java ReviewFirst, this is unmistakably a book for entry-level programmers. The experienced might find other books more useful -- this one starts with basic principles.
That said, I still found it useful enough to keep my copy after I was through with the course that required it.
The writing is very clear, with numerous examples. Concepts from variables to multithreading are generally explained in an easy-to-follow manner. The book is nicely laid out and well-indexed, too, and the combination of traits makes it a good quick-reference tool for a refresher.
It is, however, lacking in depth of technical detail. This makes it easily accessible to new programmers, but experienced ones will want to have other references handy.
Big Java OverviewNo one brews up a better Java guide than Cay Horstmann and in this Third Edition of Big Java he's perfected his recipe. Thoroughly updated to include Java 6, the Third Edition of Horstmann's bestselling text helps you absorb computing concepts and programming principles, develop strong problem-solving skills, and become a better programmer, all while exploring the elements of Java that are needed to write real-life programs.
A top-notch introductory text for beginners, Big Java, Third Edition is also a thorough reference for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science.
Features of the Third Edition:
The 'Objects Gradual' approach leads you into object-oriented thinking step-by-step, from using classes, implementing simple methods, all the way to designing your own object-oriented programs.
A strong emphasis on test-driven development encourages you to consider outcomes as you write programming code so you design better, more usable programs
Helpful "Testing Track" introduces techniques and tools step by step, ensuring that you master one before moving on to the next
New teaching and learning tools in WileyPLUS--including a unique assignment checker that enables you to test your programming problems online before you submit them for a grade
Graphics topics are developed gradually throughout the text, conveniently highlighted in separate color-coded sections
Updated coverage is fully compatible with Java 5 and includes a discussion of the latest Java 6 features


Want to learn more information about Big Java?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Learning Java Review

Learning Java
Average Reviews:

(More customer reviews)
Are you looking to buy Learning Java? Here is the right place to find the great deals. we can offer discounts of up to 90% on Learning Java. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Learning Java ReviewI had purchased "Learning Java" out of the conviction that some patience and thought was all that was needed to make sense of the book. "Learning Perl" (also published by O'Reilly) had a somewhat steep but manageable learning curve-I thought "Learning Java" would be more of the same. Unfortunately, I found "Learning Java" to be a disappointment. The book begins by creating a simple "Hello, Java!" pop-up box along with brief explanations of the basic concepts of Java (class, methods, etc). The book, however, then gives an overview of syntax and tools with no practice exercises. The book essentially went like this: "This is what a class is. This is what a method is. This is what an exception is." And so on. The book spends a few paragraphs describing many important concepts of Java without adequate examples and no practice exercises. The author's organization and presentation of the materials made the book more of a dictionary than a tutorial.
Don't get me wrong, the book does provide an excellent overview of Java's history and heritage. It also serves as a handy (but incomplete) reference, although "Java in a Nutshell" is a much more complete reference. However, like some reviewers, I believe that the title was a bit misleading for those wanting to actually learn to program in Java. This book is not for someone new to programming. "Learning Java" is actually more like an overview or tour of Java that introduces the program's features and tools. It is not a tutorial.
My recommendation: See if you can get a hold of "Learning Java" and take a look at a few chapters. If you like the author's approach (and several reviewers did), then by all means purchase the book. I was originally going to recommend that only those with C or C++ programming experience give the book a try, but I've noticed several reviewers with such experience giving the book a poor review. If you are looking for a tutorial, try the deceptively named but excellent "Teach Yourself Java in 21 Days" by Laura Lemay.Learning Java Overview

Want to learn more information about Learning Java?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...