Visual Basic .NET for Complete Beginners

Download Visual Basic .NET for Complete Beginners PDF Online Free

Author :
Publisher : Home and Learn
ISBN 13 : 0956365337
Total Pages : 437 pages
Book Rating : 4.9/5 (563 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic .NET for Complete Beginners by : Ken Carney

Download or read book Visual Basic .NET for Complete Beginners written by Ken Carney and published by Home and Learn. This book was released on 2011-03-31 with total page 437 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Microsoft Visual Basic .NET Programming for the Absolute Beginner

Download Microsoft Visual Basic .NET Programming for the Absolute Beginner PDF Online Free

Author :
Publisher : Course Technology
ISBN 13 : 9781592000029
Total Pages : 426 pages
Book Rating : 4.0/5 ( download)

DOWNLOAD NOW!


Book Synopsis Microsoft Visual Basic .NET Programming for the Absolute Beginner by : Jonathan S. Harbour

Download or read book Microsoft Visual Basic .NET Programming for the Absolute Beginner written by Jonathan S. Harbour and published by Course Technology. This book was released on 2002 with total page 426 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you are new to programming with Visual Basic .NET or upgrading from Visual Basic 6.0 and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner series teach the principles of programming through simple game creation. You will acquire the skills that you need formore practical Visual Basic .NET programming applications and will learn how these skills can be put to use in real world scenarios. Best of all, by the time you finish this book you will be able to apply the basic principles you've learned to the next programming language you tackle.

Mastering Visual Basic .NET

Download Mastering Visual Basic .NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0782152341
Total Pages : 1112 pages
Book Rating : 4.7/5 (821 download)

DOWNLOAD NOW!


Book Synopsis Mastering Visual Basic .NET by : Evangelos Petroutsos

Download or read book Mastering Visual Basic .NET written by Evangelos Petroutsos and published by John Wiley & Sons. This book was released on 2006-02-20 with total page 1112 pages. Available in PDF, EPUB and Kindle. Book excerpt: VB Programmers: Get in Step with .NET With the introduction of Visual Basic .NET, VB transcends its traditional second-class status to become a full-fledged citizen of the object-oriented programming, letting you access the full power of the Windows platform for the first time. Written bythe author of the best-selling Mastering Visual Basic 6 this all-new edition is the resource you need to make a successful transition to .NET. Comprising in-depth explanations, practical examples, and handy reference information, its coverage includes: Mastering the new Windows Forms Designer and controls Building dynamic forms Using powerful Framework classes such as ArrayLists and HashTables Persisting objects to disk files Handling graphics and printing Achieving robustness via structured exception handling and debugging Developing your own classes and extending existing ones via inheritance Building custom Windows controls Building menus and list controls with custom-drawn items Using ADO.NET to build disconnected, distributed applications Using SQL queries and stored procedures with ADO.NET Facilitating database programming with the visual database tools Building web applications with ASP.NET and the rich web controls Designing web applications to access databases Using the DataGrid and DataList web controls Building XML web services to use with Windows and web applications Special topics like the Multiple Document Interface and powerful recursive programming techniques Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Beginning VB.NET

Download Beginning VB.NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764558692
Total Pages : 880 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning VB.NET by : Richard Blair

Download or read book Beginning VB.NET written by Richard Blair and published by John Wiley & Sons. This book was released on 2004-08-18 with total page 880 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications. To get you started on the road to professional development, you'll also learn about object-oriented programming, creating your own controls, working with databases, creating menus, and working with graphics. This second edition has been thoroughly tested on the full release version of .NET. The book is written in the proven Wrox beginning style with clear explanations and plenty of code samples. Every new concept is explained thoroughly with Try It Out examples and there are end-of-chapter questions to test yourself. What does this book cover? In this book, you will learn how to Install Visual Basic .NET Write Visual Basic .NET code Understand what the .NET Framework is and why it's important Control the flow through your application with loops and branching structures Create useful windows and screens Create your own menus Gain a complete understanding of object-oriented programming Work with graphics Create your own controls Access databases with ADO.NET Create applications for the Web Who is this book for? This book is aimed at readers who wish to learn to program using Visual Basic .NET. It assumes you have no prior experience of programming, but moves at a fast enough pace to be interesting if you have programmed in another language.

Visual Basic.NET by Example

Download Visual Basic.NET by Example PDF Online Free

Author :
Publisher : Que Publishing
ISBN 13 : 0789725835
Total Pages : 978 pages
Book Rating : 4.7/5 (897 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic.NET by Example by : Gabriel Oancea

Download or read book Visual Basic.NET by Example written by Gabriel Oancea and published by Que Publishing. This book was released on 2002 with total page 978 pages. Available in PDF, EPUB and Kindle. Book excerpt: Visual Basic.NET by Example helps the reader learn Visual Studio.NET as well as how the language interacts with the .NET framework and other Visual Studio programming languages. Using this book, the reader will learn to build stand alone applications or applications and services which run within Microsoft's .NET Framework. This book explains each topic using real code examples to illustrate the VB.NET language and teaches in an easy-to-use tutorial manner.

Begin to Code with C#

Download Begin to Code with C# PDF Online Free

Author :
Publisher : Microsoft Press
ISBN 13 : 1509301178
Total Pages : 979 pages
Book Rating : 4.5/5 (93 download)

DOWNLOAD NOW!


Book Synopsis Begin to Code with C# by : Rob Miles

Download or read book Begin to Code with C# written by Rob Miles and published by Microsoft Press. This book was released on 2016-08-31 with total page 979 pages. Available in PDF, EPUB and Kindle. Book excerpt: Become a C# programmer—and have fun doing it! Start writing software that solves real problems, even if you have absolutely no programming experience! This friendly, easy, full-color book puts you in total control of your own learning, empowering you to build unique and useful programs. Microsoft has completely reinvented the beginning programmer’s tutorial, reflecting deep research into how today’s beginners learn, and why other books fall short. Begin to Code with C# is packed with innovations, from its “Snaps” prebuilt operations to its “Make Something Happen” projects. Whether you’re a total beginner or you’ve tried before, this guide will put the power, excitement, and fun of programming where it belongs: in your hands! Easy, friendly, and you’re in control! Learn how to... • Get the free tools you need to create modern programs • Work with 150 sample programs that illustrate important concepts • Use the sample programs as starting points for your own programs • Explore exactly what happens when a program runs • Approach program development with a professional perspective • Use powerful productivity shortcuts built into Microsoft Visual Studio • Master classes, interfaces, methods, and other essential concepts • Organize programs so they’re easy to construct and improve • Capture and respond to user input • Store and manipulate many types of real-world data • Create interactive games that are fun to play • Build modern interfaces your users will love • Test and debug your code—and avoid problems in the first place

The Visual Basic .Net Programming Language

Download The Visual Basic .Net Programming Language PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780321169518
Total Pages : 438 pages
Book Rating : 4.1/5 (695 download)

DOWNLOAD NOW!


Book Synopsis The Visual Basic .Net Programming Language by : Paul Vick

Download or read book The Visual Basic .Net Programming Language written by Paul Vick and published by Addison-Wesley Professional. This book was released on 2004 with total page 438 pages. Available in PDF, EPUB and Kindle. Book excerpt: Praise for The Visual Basic .NET Programming Language "There is no substitute to getting the inside scoop directly from a book written by the father of a programming language such as Bjarne Stroustrup for C++, James Gosling for Java and Alan Cooper for the original version of Visual Basic. Paul Vick, the father of Visual Basic .NET, explains the whys and hows of this exciting new language better than any other human being on the planet." --Ted Pattison, Barracuda.NET "The Visual Basic .NET Programming Language includes nuances that in all my use and study of VB .NET, I haven''t seen discussed anywhere else. For example, I learned that you can use the Imports statement to import an Enum name, so that you needn''t refer to the enum in all its uses. In addition, I learned that the dictionary lookup operator, ''!'', works in VB .NET--I thought this one had been retired. In any case, if you''re searching for a book that covers all the language syntax issues, and more, Paul Vick''s book is a great place to look." --Ken Getz, Senior Consultant, MCW Technologies, LLC "This book is an excellent stepping stone for Visual Basic developers wanting to get their toes wet in the .NET waters. Paul''s presentation of the core topics all VB developers should tackle first is clear, concise, and unlike other books in the genre, does not overwhelm the reader. The VB6 vs. VB.NET task-oriented approach guides you through the new language and OO features, and then moves to basic threading and other CLR topics--as well as to the key points in the COM to .NET transition--in a well thought-out sequence. If you''ve been holding out on VB .NET, this is a great book to get you started." --Klaus H. Probst, Sr. Consultant/Architect, Spherion Technology Services, Microsoft MVP "There is no shortage of VB .NET books in the market, but this is the only book straight from the creators. While that is an excellent reason in itself for reading this book, it is the brevity and clarity of the content, along with the examples, that makes this book a must-have." --Amit Kalani, Developer "Overall, I liked this book and it definitely benefited me. I learned new things I didn''t see anywhere else and I''ll certainly put these to good use in the future. Paul''s book makes a great reference manual for intermediate and advanced VB .NET developers." --Philip Williams, System Engineer, LDC Direct "This book contains a lot of great information I have seen nowhere else and addresses issues that other books do not." --Ethan Roberts, .NET Architect, General Casualty "This book is full of useful information and provides a good historical background for the Visual Basic .NET Language." --Dave Vitter, Technical Lead Developer and author of Designing Visual Basic .NET Applications (Coriolis, 2001) The definitive Microsoft Visual Basic .NET reference--authored by Visual Basic .NET''s lead architect If you want to leverage all of VB .NET''s immense power, get this book. It''s the definitive VB .NET reference and tutorial, and the first Visual Basic book written by one of VB .NET''s lead architects. No other book offers this much behind-the-scenes insight about why VB .NET works the way it does, how it evolved, and how you can make the most of it. The Visual Basic .NET Programming Language is a superb learning tool for new VB .NET programmers and a must-have reference for developers at every level. Paul Vick presents precise language descriptions, essential reference materials, practical insights, and hundreds of code samples, straight from Microsoft''s VB .NET design team. Just some of the features include: A history and overview of Visual Basic''s evolution into VB .NET Complete coverage of the language syntax Transitioning from COM to the CLR and leveraging the .NET platform Runtime functions Taking full advantage of VB .NET''s object-oriented features Notes on style, design, and compatibility throughout the text Notes for the advanced user throughout the text Vick exposes VB .NET''s most powerful capabilities with unprecedented depth and clarity, and packs this book with information you simply won''t find anywhere else. Whether you''re an experienced VB .NET programmer, upgrading from earlier versions of Visual Basic, or coming to Visual Basic and .NET for the first time, you''ll find this book indispensable.

Visual Basic .NET Complete

Download Visual Basic .NET Complete PDF Online Free

Author :
Publisher : Sybex
ISBN 13 :
Total Pages : 994 pages
Book Rating : 4.:/5 (321 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic .NET Complete by :

Download or read book Visual Basic .NET Complete written by and published by Sybex. This book was released on 2002-05-08 with total page 994 pages. Available in PDF, EPUB and Kindle. Book excerpt: This inexpensive--yet complete--Visual Basic resource includes something for everyone: tutorials, advanced tips and tricks, and a complete reference section to VB functions and commands. Chapters range from the basics of the development environment to interactive Web programming with ASP.NET and database programming with ADO.NET.

Visual Basic .NET Power Coding

Download Visual Basic .NET Power Coding PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780672324079
Total Pages : 738 pages
Book Rating : 4.3/5 (24 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic .NET Power Coding by : Paul Kimmel

Download or read book Visual Basic .NET Power Coding written by Paul Kimmel and published by Addison-Wesley Professional. This book was released on 2004 with total page 738 pages. Available in PDF, EPUB and Kindle. Book excerpt: bull; Demystifies aspects of Visual Basic .NET that are difficult to master, such as remoting, multithreading, reflection, security, and COM interoperability. bull; Contains in-depth coverage of topics barely touched upon in other books. bull; Author is a well-known and respected guru in the Microsoft programming community.

The Complete Idiot's Guide to Visual Basic.NET

Download The Complete Idiot's Guide to Visual Basic.NET PDF Online Free

Author :
Publisher : Penguin
ISBN 13 : 9780028642314
Total Pages : 424 pages
Book Rating : 4.6/5 (423 download)

DOWNLOAD NOW!


Book Synopsis The Complete Idiot's Guide to Visual Basic.NET by : Clayton Walnum

Download or read book The Complete Idiot's Guide to Visual Basic.NET written by Clayton Walnum and published by Penguin. This book was released on 2002 with total page 424 pages. Available in PDF, EPUB and Kindle. Book excerpt: Yours"re no idiot, of course. You know no programming language is easy, but yours"ve heard Visual Basic .NET is friendlier than others. Still, just the thought of tangling with all those strings of code makes you feel computer-illiterate. Now yours"ll be fluent in no time! The Complete Idiotrs"s Guidereg; to Visual Basic .NET explains all the essential concepts in a series of easy-to-understand lessons. In this Complete Idiotrs"s Guidereg;, you get: --Step-by-step instructions for creating a simple Windowsreg; application. --Complete information on new I/) class libraries of Visual Basic .NET. --A comprehensive list of the controls available in Visual Basic .NET. --Foolproof information on object-oriented programming-and how itrs"s implemented using Visual Basic .NET.

Microsoft Visual Basic .NET Programming Fundamentals

Download Microsoft Visual Basic .NET Programming Fundamentals PDF Online Free

Author :
Publisher : Microsoft Visual Basic .NET
ISBN 13 : 9780980202908
Total Pages : 600 pages
Book Rating : 4.2/5 (29 download)

DOWNLOAD NOW!


Book Synopsis Microsoft Visual Basic .NET Programming Fundamentals by : Souleiman Valiev

Download or read book Microsoft Visual Basic .NET Programming Fundamentals written by Souleiman Valiev and published by Microsoft Visual Basic .NET. This book was released on 2008 with total page 600 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book will help you acquire solid knowledge and many practical hands-on programming skills. It is intended for beginners. The selection of topics is designed to help you learn the fundamentals of Visual Basic .NET programming and Visual Studio .NET development tools. Each chapter in this book is accompanied by a relevant lab project that will allow you consolidate your knowledge and practice your new skills.

Visual Basic.Net

Download Visual Basic.Net PDF Online Free

Author :
Publisher : Pearson Education India
ISBN 13 : 9788131713914
Total Pages : 592 pages
Book Rating : 4.7/5 (139 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic.Net by : Shirish Chavan

Download or read book Visual Basic.Net written by Shirish Chavan and published by Pearson Education India. This book was released on 2004-09 with total page 592 pages. Available in PDF, EPUB and Kindle. Book excerpt: Visual Basic.NET has been written keeping in mind courses in Visual Programming offered in B.E., B.Tech, BSc (Computer Science), IT BCA, MCA, and professional courses. The book is ideally designed for the beginner to the intermediate level readers.

Beginning Visual Basic .NET

Download Beginning Visual Basic .NET PDF Online Free

Author :
Publisher : Wrox Press
ISBN 13 : 9781861004963
Total Pages : 870 pages
Book Rating : 4.0/5 (49 download)

DOWNLOAD NOW!


Book Synopsis Beginning Visual Basic .NET by : Matthew Reynolds

Download or read book Beginning Visual Basic .NET written by Matthew Reynolds and published by Wrox Press. This book was released on 2001 with total page 870 pages. Available in PDF, EPUB and Kindle. Book excerpt: Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach users Visual Basic .NET from first principles. Quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of applications.

Visual Basic.Net Weekend Crash Course

Download Visual Basic.Net Weekend Crash Course PDF Online Free

Author :
Publisher : Wiley
ISBN 13 : 9780764548246
Total Pages : 386 pages
Book Rating : 4.5/5 (482 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic.Net Weekend Crash Course by : Richard Mansfield

Download or read book Visual Basic.Net Weekend Crash Course written by Richard Mansfield and published by Wiley. This book was released on 2001-12-15 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn Visual Basic .NET fast! With Visual Basic .NET Weekend Crash Course, you can get up to speed on designing and developing programs with the newest version of the world's most popular programming language -- in a single weekend! Visual Basic .NET Weekend Crash Course will have VB .NET would-be programmers coding in fifteen hours. Veteran author Richard Mansfield guides you through the Visual Basic .NET language and tools and enables you to create next-generation applications for the Microsoft.NET Platform. People who want to learn Visual Basic .NET quickly and people who know 'traditional' Visual Basic benefit from Richard's expert coverage of topics that include: The new Visual Basic.NET IDE; Labels, Buttons, Boxes, and Dialogs; Images, Pictures, and Shapes; Procedures, Variables, and Scope; Comparison, Math, and Logical operators; Arrays, Looping, and Branching; Bug fixing; Designing, building, and accessing ADO+ databases; Classes and Objects.

Visual Basic .NET Database Programming For Dummies

Download Visual Basic .NET Database Programming For Dummies PDF Online Free

Author :
Publisher : For Dummies
ISBN 13 : 9780764508745
Total Pages : 410 pages
Book Rating : 4.5/5 (87 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic .NET Database Programming For Dummies by : Richard Mansfield

Download or read book Visual Basic .NET Database Programming For Dummies written by Richard Mansfield and published by For Dummies. This book was released on 2001-11-29 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: Visual Basic.NET Database Programming For Dummies covers everything you need to get up and running with this substantially changed version of Visual Basic and to begin creating databases for the new Microsoft .NET Platform. This book introduces programmers to quick database solutions with Visual Basic.NET; provides step-by-step instructions on how to design and build databases from scratch; and shows you how to create reports, validate and index data, and create custom controls. The book also demonstrates how to connect your database to the Internet.

Professional VB.NET

Download Professional VB.NET PDF Online Free

Author :
Publisher : Wrox
ISBN 13 : 9780764544002
Total Pages : 670 pages
Book Rating : 4.5/5 (44 download)

DOWNLOAD NOW!


Book Synopsis Professional VB.NET by : Fred Barwell

Download or read book Professional VB.NET written by Fred Barwell and published by Wrox. This book was released on 2002-04-30 with total page 670 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? .NET is designed to provide a new environment within which you can develop almost any application to run on Windows (and possibly in the future on other platforms). Visual Basic .NET (VB.NET) is likely to be a very popular development tool for use with this framework. VB.NET is a .NET compliant language and, as such, has (except for legacy reasons) almost identical technical functionality as the new C# language and Managed Extensions for C++. Using VB.NET, you can develop a dynamic Web page, a component of a distributed application, a database access component, or a classic Windows desktop application. In order to incorporate Visual Basic into the .NET Framework, a number of new features have been added to it. In fact, the changes are so extensive that VB.NET should be viewed as a new language rather than simply as Visual Basic 7. However, these changes were necessary to give developers the features that they have been asking for: true object orientated programming, easier deployment, better interoperability, and a cohesive environment in which to develop applications. What does this book cover? In this book, we cover VB.NET virtually from start to finish: We begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XML, along with investigating the new features in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that will allow you to target the Internet just as easily as the desktop. This book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime (CLR) and explains the differences between Visual Basic 6 and Visual Basic .NET. You will learn how to Develop applications and components using Visual Studio .NET Effectively apply inheritance and interfaces when designing objects and components Organize your code using namespaces Handle errors using the Try...Catch...Finally structure Access data using ADO.NET and bind controls to the underlying data sources Create Windows applications and custom Windows controls Interoperate with COM and ActiveX components Create transactional and queuing components Use .NET Remoting to send serialized objects between clients and servers Create Windows Services Use VB.NET to access information on the Web Create and consume Web Services Secure your applications and code using the tools provided in the .NET Framework SDK Arrange your applications and libraries in assemblies and deploy them using Visual Studio .NET Who is this book for? This book is aimed at experienced Visual Basic developers who want to make the transition to VB.NET. What do you need to use this book? Although it is possible to create VB.NET applications using the command lines tools contained in the .NET Framework SDK, you will need Visual Studio .NET (Professional or higher), which includes the .NET Framework SDK, to use this book to the full. Here are some additional notes on what you may need: Some chapters make use of SQL Server 2000. However, you can also run the example code using MSDE (Microsoft Data Engine), which ships with Visual Studio .NET. Several chapters make use of Internet Information Services (IIS). IIS ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default. Chapter 18 makes use of MSMQ to work with queued transactions. MSMQ ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default.

Beginner's Guide to Visual Basic . NET Programming

Download Beginner's Guide to Visual Basic . NET Programming PDF Online Free

Author :
Publisher :
ISBN 13 : 9781694434012
Total Pages : 420 pages
Book Rating : 4.4/5 (34 download)

DOWNLOAD NOW!


Book Synopsis Beginner's Guide to Visual Basic . NET Programming by : Serhan Yamacli

Download or read book Beginner's Guide to Visual Basic . NET Programming written by Serhan Yamacli and published by . This book was released on 2019-09-21 with total page 420 pages. Available in PDF, EPUB and Kindle. Book excerpt: The author assumes you have no experience in programming. The book starts with the installation of the required programming environment. Then, the simplest "Hello World" program is developed step by step. In the next three chapters (Chapters 4 to 6), Windows forms (the visual part of desktop programs) and their components are studied with practical examples. Screenshots and code snippets are clearly given in the book to guide the reader. After teaching the graphical user interface (GUI) design, VB.NET programming is covered in an organized manner in the following eight chapters (Chapters 7 to 14) with dozens of example projects. As the reader follows the development of the sample projects, he/she will learn designing user interfaces, connecting interface objects to code, developing efficient VB.NET code and generating standalone programs. Connecting to Access databases from our VB.NET programs for permanent data storage is explained in Chapter 15. In the last Chapter, a simple car racing game is developed in VB.NET.Chapters of the book and the contents of these chapters are as follows: Chapter 1. Introduction: General info on Visual Basic and .NET environment.Chapter 2. Setting up your development environment: Installing and configuring Visual Studio.Chapter 3. Test drive - the "Hello World" project: Creating a new Visual VB.NET project, adding and positioning a Label and building the project.Chapter 4. Form (GUI) elements: Containers, menus, dialog windows, components, controls, properties and events of controls.Chapter 5. Common controls: Using common controls like Buttons, TextBoxes and ProgressBars in our projects (a total of 21 commonly used controls are studied).Chapter 6. Menus, dialogs and containers: Utilizing various menu types, using dialog windows to take user input, file open/save operations and incorporating containers to organize the form layout.Chapter 7. Variables and constants: Organized VB.NET programming begins in this chapter. Declaring variables, variable types, type conversions and constants.Chapter 8. Conditional statements: Operators, various types of if-else structures and select-case statements.Chapter 9. Loops: The need for loops in our programs. Utilization of for, foreach, while and do-while loops. Break and continue statements.Chapter 10. Arrays and collections: Declaring arrays, using multidimensional arrays and array operations. Hashtable and ArrayList structures for storing multiple types of variables together.Chapter 11. Methods: Method declarations, scopes of methods, passing variables by value and by reference.Chapter 12. Classes and objects: The class-object concept. Declaring and using classes. Creating objects. Utilizing several constructor methods for flexibility.Chapter 13. Frequently used classes in VB.NET: Utilizing the methods of the String class, the StringBuilder class and the Math class.Chapter 14. Handling Errors: Preventing our programs from crashes in case of errors. Try-catch, try-catch-finally structures and the throw keyword.Chapter 15. Database connections using ADO.NET: Creating Access databases from scratch, reading and modifying database entries from our VB.NET programs.Chapter 16. Developing a simple 2D car racing game in Unity using VB.NET: Exporting the game as a standalone program.This book includes more than 500 figures and 300 code snippets that are used to explain VB.NET programming and GUI development concepts clearly. Full resolution colour figures and complete project files can be downloaded from the book's companion website: www.yamaclis.com/vbnet