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

MARC

LEADER 00000cam a2200000Ia 4500
001 11824208
005 20210426224156.5
006 m o d
007 cr cnu---unuuu
008 100617s2010 nyua ob 001 0 eng d
019 |a 646404492  |a 817925248  |a 855542802  |a 1066403357 
020 |a 9780511677861  |q (electronic bk.) 
020 |a 0511677863  |q (electronic bk.) 
020 |a 9780511686832  |q (electronic bk.) 
020 |a 0511686838  |q (electronic bk.) 
020 |a 9780511794773  |q (electronic bk.) 
020 |a 0511794770  |q (electronic bk.) 
020 |a 0511682344  |q (electronic bk.) 
020 |a 9780511682346  |q (electronic bk.) 
020 |z 9780521896535  |q (hardback) 
020 |z 0521896533  |q (hardback) 
020 |z 9780521721110  |q (paperback) 
020 |z 0521721113  |q (paperback) 
024 8 |a 9786612539114 
035 |a (OCoLC)642205357  |z (OCoLC)646404492  |z (OCoLC)817925248  |z (OCoLC)855542802  |z (OCoLC)1066403357 
035 9 |a (OCLCCM-CC)642205357 
037 |a CL0500000260  |b Safari Books Online 
037 |a 39EBDF93-048F-4FEA-8497-3D725D21F009  |b OverDrive, Inc.  |n http://www.overdrive.com 
040 |a N$T  |b eng  |e pn  |c N$T  |d TEFOD  |d OCLCQ  |d IUL  |d OCLCA  |d OCLCF  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCL  |d CAMBR  |d YDXCP  |d E7B  |d CDX  |d LND  |d DEBSZ  |d UMI  |d TEFOD  |d OCLCQ  |d PIFAG  |d OCLCQ  |d NJR  |d OCLCO  |d WY@  |d OCLCA  |d OCL  |d OCLCQ  |d LUE  |d CEF  |d OCLCQ  |d OCLCO  |d WYU  |d TKN  |d AU@  |d OCLCQ  |d OCLCO  |d A6Q  |d UKAHL 
049 |a MAIN 
050 4 |a QA76.73.B3  |b M39723 2010eb 
072 7 |a COM  |x 087000  |2 bisacsh 
072 7 |a COM  |x 060150  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
100 1 |a McKeown, James S.  |0 http://id.loc.gov/authorities/names/n2010000310 
245 1 0 |a Programming in Visual Basic 2010 :  |b the very beginner's guide /  |c Jim McKeown. 
260 |a New York :  |b Cambridge University Press,  |c 2010. 
300 |a 1 online resource (xvii, 693 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references and index. 
505 0 |a 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. 
520 |a "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. 
520 |a "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. 
588 0 |a Print version record. 
630 0 0 |a Microsoft .NET Framework.  |0 http://id.loc.gov/authorities/names/n2017043838 
630 0 7 |a Visual Basic.  |2 blmlsh 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
650 0 |a Visual Basic (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh2013001451 
650 0 |a BASIC (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh85012076 
650 7 |a COMPUTERS  |x Digital Media  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x User Generated Content.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site Design.  |2 bisacsh 
650 7 |a BASIC (Computer program language)  |2 fast  |0 (OCoLC)fst00824832 
650 7 |a Visual Basic (Computer program language)  |2 fast  |0 (OCoLC)fst01895814 
655 0 |a Electronic book. 
655 4 |a Electronic books. 
776 0 8 |i Print version:  |a McKeown, James S.  |t Programming in Visual Basic 2010.  |d New York : Cambridge University Press, 2010  |z 9780521896535  |w (DLC) 2010000054  |w (OCoLC)468978625 
903 |a HeVa 
929 |a oclccm 
999 f f |i 02915be0-930b-5709-9563-22e3580ba1e9  |s 187a6688-e84b-5cb2-814f-26ca5715d0fb 
928 |t Library of Congress classification  |a QA76.73.B3 M39723 2010eb  |l Online  |c UC-FullText  |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=e000xna&AN=313342  |z eBooks on EBSCOhost  |g ebooks  |i 12283719