For courses in Visual Basic ProgrammingThis package includes MyLab Programming. Visual Basic fundamentals Rich in concise, practical examples, Starting Out With Visual Basic covers the tools and features of Visual Basic, and when and how to use them. The authors introduce the fundamentals of Visual Basic in clear, easy-to-understand language, making it accessible to novice programming students. Students not only learn how to use the various controls, constructs, and features of Visual Basic, but also why and when to use them. The 8th Edition includes updates for compatibility with Visual Studio 2017. Reach every student by pairing this text with MyLab Programming MyLab(TM) is the teaching and learning platform that empowers you to reach every student. By combining trusted author content with digital tools and a flexible platform, MyLab personalizes the learning experience and improves results for each student. With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work.
0135862477/9780135862476 Starting Out with Visual Basic, Plus MyLab Programming - Access Card Package, 8ePackage consists of: 0135204658/9780135204658 Starting Out with Visual Basic, 8/e0135228093 / 9780135228098 MyLab Programming Standalone Access Card
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.