Monday, January 14, 2013

Programming in Visual Basic 2010, Julia Case Bradley


Programming in Visual Basic 2010 PDF Download Ebook. Julia Case Bradley and Anita Millspaugh show cutting edge of technology with examples, feedback questions, and a programming example to apply the concepts yourself with case studies and exercises. Screen captures, step-by-step exercises, and thorough appendices ensure that programming excellence begins.

This text incorporates the basic concepts of programming, problem solving, programming logic, as well as the design techniques of an object-oriented, event-driven language. VB 2010 is a fully object-oriented language, which includes inheritance and polymorphism. Object-oriented programming (OOP) is introduced in Chapter 1 and its features appear in every chapter of the book.

Chapter topics are presented in a sequence that allows the programmer to learn how to deal with a visual interface while acquiring important programming skills such as creating projects with objects, decisions, loops, and data management. A high priority is given to writing applications that are easy for the user to understand and to use. Students are presented with interface design guidelines throughout the text.

Each chapter begins with identifiable objectives and a brief overview. Numerous coding examples as well as hands-on projects with guidance for the planning and coding appear throughout. Thought-provoking feedback questions give students time to reflect on the current topic and to evaluate their understanding of the details. The end-of-chapter items include a chapter review, questions, programming exercises, and four case studies.

This book explains more of the theory of object-oriented programming. Although we have been using OOP concepts since Chapter 1, in this chapter students learn the terminology and application of OOP. Inheritance is covered for visual objects (forms) and for extending existing classes. The samples are kept simple enough for an introductory class.

The final chapter covers validating user input using Error Providers and the Validating event of controls. Students learn to create applications using multiple document interfaces (MDI), create toolbars and status bars using ToolStrip and StatusStrip controls, and add Web content to a Windows Form using the WebBrowser control. The code snippet feature is introduced. Reading and writing XML text files is covered using the new XML literals and using LINQ.

More details about this book

or

Download Programming in Visual Basic 2010 PDF Ebook :

1 comments:

Just a heads up, this book isn't by Julia Case Bradley and Anita C. Millspaugh. This book is by Jim McKeown.

Post a Comment