Programming in Visual Basic 2010 : the very beginner's guide /

Saved in:
Bibliographic Details
Author / Creator:McKeown, James S.
Imprint:New York : Cambridge University Press, 2010.
Description:1 online resource (xvii, 693 pages) : illustrations
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11824208
Hidden Bibliographic Details
ISBN:9780511677861
0511677863
9780511686832
0511686838
9780511794773
0511794770
0511682344
9780511682346
9780521896535
0521896533
9780521721110
0521721113
Notes:Includes bibliographical references and index.
Print version record.
Summary:"This is an introduction to programming using Microsoft's Visual Basic.NET 2010. It is 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 Web site, 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"--Provided by publisher.
"This book is an introduction to programming usingMicrosoft's Visual Basic .NET 2010. It is intended for novice programmers with little or no programming experience or no experience withVisual Basic. The text emphasizes programming logic and good programmingtechniques with generous explanations of programming concepts written from a nontechnical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File input and output (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"--Provided by publisher.
Other form:Print version: McKeown, James S. Programming in Visual Basic 2010. New York : Cambridge University Press, 2010 9780521896535
Standard no.:9786612539114
Table of Contents:
  • 1. Fundamentals of design and programming: starting from scratch
  • 2. Variable and constants: a place for everything and everything in its place
  • 3. Writing programs: first you walk, then you run
  • 4. Writing programs II: more controls and new logic
  • 5. Using if and case: decisions, decisions, decisions
  • 6. Loops: once is not enough
  • 7. Procedures and functions: divide and conquer;
  • 8. Writing programs III: tying it all together, so far;
  • 9. File i/o: files and records and fields, oh my!
  • 10. Arrays and structures
  • organizing data
  • 11. Events and more controls
  • tips and tricks for programming
  • 12. Objects and classes: objects are in a class by themselves
  • 13. Graphics: the visual (and audio) side of Visual Basic
  • 14. LINQ to SQL: the world runs on databases
  • 15. Crystal reports: tying databases to output.