Cart
Free Shipping in Australia
Proud to be B-Corp

Visual Basic .NET For Experienced Programmers Harvey M. Deitel

Visual Basic .NET For Experienced Programmers By Harvey M. Deitel

Visual Basic .NET For Experienced Programmers by Harvey M. Deitel


Condition - Good
Out of stock

Summary

Written for programmers with backgrounds in C++, Visual Basic 6, Java or other high-level languages to learn Visual Basic .NET through the intermediate level. This book applies the Deitels' signature Live-Code approach. The concepts are presented in the context of tested programs, with syntax highlighting, descriptions and program outputs.

Visual Basic .NET For Experienced Programmers Summary

Visual Basic .NET For Experienced Programmers by Harvey M. Deitel

Appropriate for all courses in Visual Basic .NET for students with experience in at least one high-level programming language.

Written for students with backgrounds in any high-level language, Visual Basic .NET for Experienced Programmers applies the proven Deitel LIVE-CODE (TM) approach to an in-depth exploration of Microsofts Visual Basic .NET language. The authors present key Visual Basic .NET concepts in the context of fully-tested programs, complete with syntax highlighting, detailed line-by-line descriptions, and program outputs. The book features 192 LIVE-CODE (TM) programs containing 20,337 lines of proven Visual Basic .NET program code, along with 319 programming tips for building applications that are portable, reusable, and optimized for performance. Students begin with concise discussions of the Visual Studio (R) .NET IDE, control structures, procedures, and arrays; then move rapidly to more advanced topics, including Windows (R) Forms, ADO .NET, ASP .NET, ASP .NET Web services, network programming and XML processing. The book also presents an authoritative, easy-to-understand introduction to objects and object-oriented programming. By the time students are finished, they will understand everything necessary to build next-generation Windows applications, Web applications and XML Web services. Includes selected content from Visual Basic .NET How to Program. Second Edition.

About Harvey M. Deitel

Dr. Harvey M. Deitel, Chairman and Chief Strategy Officer of Deitel & Associates, Inc., has 41 years' experience in the computing field, including extensive industry and academic experience. Dr. Deitel earned B.S. and M.S. degrees from the Massachusetts Institute of Technology and a Ph.D. from Boston University. He worked on the pioneering virtual-memory operating-systems projects at IBM and MIT that developed techniques now widely implemented in systems such as Unix, Linux? and Windows XP. He has 20 years of college teaching experience, including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc., with his son, Paul J. Deitel. He is the author or co-author of several dozen books and multimedia packages and is writing many more. With translations published in Japanese, Russian, Spanish, Traditional Chinese, Simplified Chinese, Korean, French, Polish, Italian, Portuguese and Greek, Dr. Deitel's texts have earned international recognition. Dr. Deitel has delivered professional seminars to major corporations, and to government organizations and various branches of the military.

Paul J. Deitel, CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of the Massachusetts Institute of Technology's Sloan School of Management, where he studied Information Technology. Through Deitel & Associates, Inc., he has delivered Java, C, C++ and Internet and World Wide Web programming courses to industry clients including Compaq, Sun Microsystems, White Sands Missile Range, Rogue Wave Software, Boeing, Dell, Stratus, Fidelity, Cambridge Technology Partners, Open Environment Corporation, One Wave, Hyperion Software, Lucent Technologies, Adra Systems, Entergy, CableData Systems, NASA at the Kennedy Space Center, the National Severe Storms Laboratory, IBM and many other organizations. He has lectured on C++ and Java for the Boston Chapter of the Association for Computing Machinery and has taught satellite-based Java courses through a cooperative venture of Deitel & Associates, Inc., Prentice Hall and the Technology Education Network. He and his father, Dr. Harvey M. Deitel, are the world's best-selling programming language textbook authors.

Tem R. Nieto, Director of Product Development of Deitel & Associates, Inc., is a graduate of the Massachusetts Institute of Technology, where he studied engineering and computing. Through Deitel & Associates, Inc., he has delivered courses for industry clients including Sun Microsystems, Compaq, EMC, Stratus, Fidelity, NASDAQ, Art Technology, Progress Software, Toys R Us, Operational Support Facility of the National Oceanographic and Atmospheric Administration, Jet Propulsion Laboratory, Nynex, Motorola, Federal Reserve Bank of Chicago, Banyan, Schlumberger, University of Notre Dame, NASA, Hewlett-Packard, various military installations and many others. He has co-authored numerous books and multimedia packages with the Deitels and has contributed to virtually every Deitel & Associates, Inc., publication.

Cheryl H. Yaeger, Director of Microsoft Software Publications with Deitel & Associates, Inc., graduated from Boston University in three years with a bachelor's degree in Computer Science. Cheryl has co-authored various Deitel & Associates publications, including C# How to Program, C# A Programmer's Introduction, C# for Experienced Programmers and Visual Basic .NET for Experienced Programmers as well as contributed to other Deitel publications including Perl How to Program, Wireless Internet & Mobile Business How to Program, Internet and World Wide Web How to Program, Second Edition and Visual Basic .NET How to Program, Second Edition.

About Deitel & Associates, Inc.

Deitel & Associates, Inc., is an internationally recognized corporate instructor-led training and content-creation organization specializing in Internet/World Wide Web software technology, e-business/e-commerce software technology, object technology and computer programming languages education. The company provides courses in Internet and World Wide Web programming, wireless Internet programming, Web services (in both Java and .NET languages), object technology, and major programming languages and platforms, such as Visual Basic .NET, C#, Visual C++ .NET, Java, Advanced Java, C, C++, XML, Perl, Python, ASP .NET, ADO .NET and more. Deitel & Associates, Inc., was founded by Dr. Harvey M. Deitel and Paul J. Deitel, the world's leading programming-language textbook authors. The company's clients include many of the largest computer companies, government agencies, branches of the military and business organizations. Through its 25-year publishing partnership with Prentice Hall, Deitel & Associates, Inc., publishes leading-edge programming textbooks, professional books, interactive CD-ROM-based multimedia Cyber Classrooms, Complete Training Courses, e-books, e-matter, Web-based training courses and course management systems e-content. Deitel & Associates, Inc., and the authors can be reached via e-mail at:

[email protected]

To learn more about Deitel & Associates, Inc., its publications and its worldwide corporate on-site curriculum, see the last few pages of this book or visit:

www.deitel.com

Individuals wishing to purchase Deitel books, Cyber Classrooms, Complete Training Courses and Web-based training courses can do so through bookstores, online booksellers and:

www.deitel.comwww.prenhall.com/deitelwww.InformIT.com/deitelwww.InformIT.com/cyberclassrooms

Bulk orders by corporations and academic institutions should be placed directly with Prentice Hall. See the last few pages of this book for worldwide ordering details. To follow the Deitel publishing program, please register at

www.deitel.com/newsletter/subscribe.htmlThe World Wide Web Consortium (W3C)

Deitel & Associates, Inc., is a member of the World Wide Web Consortium (W3C). The W3C was founded in 1994 to develop common protocols for the evolution of the World Wide Web. As a W3C member, Deitel & Associates, Inc., holds a seat on the W3C Advisory Committee (the company's representative is our CEO and Chief Technology Officer, Paul Deitel). Advisory Committee members help provide strategic direction to the W3C through meetings held around the world. Member organizations also help develop standards recommendations for Web technologies (such as XHTML, XML and many others) through participation in W3C activities and groups. Membership in the W3C is intended for companies and large organizations. To obtain information on becoming a member of the W3C visit www.w3.org/Consortium/Prospectus/Joining

Table of Contents



Illustrations.


Preface.


1. Introduction to .NET and Visual Basic .NET.


2. Introduction to the Visual Studio IDE and VB .NET Programming.


3. Control Structures.


4. Procedures and Arrays.


5. Object-Based Programming.


6. Object-Oriented Programming: Inheritance.


7. Object-Oriented Programming: Polymorphism.


8. Exception Handling.


9. Graphical User Interface Concepts: Part 1.


10. Graphical User Interface Concepts: Part 2.


11. Multithreading.


12. Strings, Characters and Regular Expressions.


13. Graphics and Multimedia.


14. Files and Streams.


15. Extensible Markup Language (XML)


16. Database, SQL and ADO .NET.


17. ASP .NET, Web Forms and Web Controls.


18. ASP .NET and Web Services.


19. Networking: Streams-Based Sockets and Datagrams.


20. Data Structures and Collections.


21. Mobile Internet Toolkit.


A. Operator Precedence Chart.


B. Visual Studio .NET Debugger.


C. ASCII Character Set.


D. Unicode(r).


Bibliography.


Index.

Additional information

CIN0130461318G
9780130461315
0130461318
Visual Basic .NET For Experienced Programmers by Harvey M. Deitel
Used - Good
Paperback
Pearson Education (US)
20020821
1168
N/A
Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
This is a used book - there is no escaping the fact it has been read by someone else and it will show signs of wear and previous use. Overall we expect it to be in good condition, but if you are not entirely satisfied please get in touch with us

Customer Reviews - Visual Basic .NET For Experienced Programmers