In Starting Out with Visual Basic 2012 , Tony Gaddis and Kip Irvine take a step-by-step approach, helping readers understand the logic behind developing quality programs while introducing the Visual Basic language. Fully-updated throughout, the 2012 edition also includes an extensive set of VideoNotes, including walk-throughs of many of the in-chapter tutorials.
Break through to improved results with MyProgrammingLab MyProgrammingLab is an online homework, tutorial, and assessment program that truly engages students in learning. It helps students better prepare for class, quizzes, and exams—resulting in better performance in the course—and provides educators a dynamic set of tools for gauging individual and class progress. And, MyProgrammingLab comes from Pearson, your partner in providing the best digital learning experiences. ¿ MyProgrammingLab for Starting Out with Visual Basic 2012 is a total learning package. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. Instructors using MyProgrammingLab can manage all assessment needs in one program, and easily assign auto-graded homework. Students have the flexibility to practice and self-assess while receiving feedback and tutorial aids. ¿ You are purchasing a standalone product; MyProgrammingLab does not come packaged with this content. If you would like to purchase both the physical text and MyProgrammingLab search for 0133441865 / 9780133441864. That package includes 0133450023 / 9780133450026 and 0133452344 / 9780133452341. MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor. ¿
I was required to read this as a textbook for my Bachelors degree in CIS. As a .NET developer, I would never recommend this book. It encourages the reader to use code that it against best practices and is inefficient methods from the old VisualBasic library such as cstr and cint instead of the more efficient .ToString, Integer.TryParse.