Programming in Visual Basic 2010
eBook - PDF

Programming in Visual Basic 2010

The Very Beginner's Guide

  1. English
  2. PDF
  3. Available on iOS & Android
eBook - PDF

Programming in Visual Basic 2010

The Very Beginner's Guide

About this book

This is an introduction to programming using Microsoft's Visual Basic.NET 2010, intended for novice programmers with little or no programming experience or no experience with Visual Basic. The text emphasizes programming logic and good programming techniques with generous explanations of programming concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event programming, and databases. By taking a slow and steady approach to programming ideas, this book builds new concepts from what the reader has already learned. VB tips and quips inject both humor and insight. The book includes numerous programming examples and exercises, case studies, tutorials, and 'fixing a program' sections for an in-depth look at programming problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying website, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere β€” even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Programming in Visual Basic 2010 by Jim McKeown in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Half-title
  3. Title
  4. Copyright
  5. Dedication
  6. Brief Table of Contents
  7. Table of Contents
  8. Preface
  9. 1 Fundamentals of Design and Programming – Starting from Scratch
  10. 2 Variables and Constants – A Place for Everything and Everything in Its Place
  11. 3 Writing Programs – First You Walk, Then You Run
  12. 4 Writing Programs II – More Controls and New Logic
  13. 5 Using If and Case – Decisions, Decisions, Decisions
  14. 6 Loops – Once Is Not Enough
  15. 7 Procedures and Functions – Divide and Conquer
  16. 8 Writing Programs III – Tying It All Together, So Far
  17. 9 File I/O – Files and Records and Fields, Oh My!
  18. 10 Arrays and Structures – Organizing Data
  19. 11 Events and More Controls – Tips and Tricks for Programming
  20. 12 Objects and Classes – Objects Are in a Class By Themselves
  21. 13 Graphics – The Visual (and Audio) Side of Visual Basic
  22. 14 LINQ to SQL – The World Runs on Databases
  23. 15 Crystal Reports – Tying Databases to Output
  24. Appendix A American Standard Code for Information Interchange (ASCII) Table
  25. Appendix B Flowchart Table
  26. Appendix C My Application
  27. Appendix D Customizing Your VB Environment
  28. Appendix E Using Help
  29. Appendix F Using Debug
  30. Appendix G Structured Query Language (SQL) Basics
  31. Appendix H Answers to Self-Check Questions
  32. Appendix I Control and Variable Naming Conventions
  33. Index