Download Visual Basic E-book free Click Here
The Visual Basic® .NET Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the various chapters. Images may be copyright of their respective owners unless otherwise specified
Book created for educational purposes and is not affiliated with Visual Basic® .NET group(s), company(s) nor Stack Overflow. All trademarks belong to their respective company owners
Chapters
- Getting started with Visual Basic .NET Language
- Declaring variables
- Introduction to Syntax
- Operators
- Conditions
- Short-Circuiting Operators (AndAlso — OrElse)
- Date
- Array
- Lists
- Enum
- Dictionaries
- Looping
- File Handling
- File/Folder Compression
- Connection Handling
- Type conversion
- ByVal and ByRef keywords
- Console
- Functions
- Recursion
- Classes
- Generics
- Disposable objects
- NullReferenceException
- Using Statement
- Option Strict
- Option Explicit
- Option Infer
- Error Handling
- OOP Keywords
- Extension methods
- Visual Basic 14.0 Features
- Reflection
- Threading
- Multithreading
- BackgroundWorker
- Using BackgroundWorker
- Task-based asynchronous pattern
- LINQ
- Data Access
- FTP server
- Working with Windows Forms
- Google Maps in a Windows Form
- WinForms SpellCheckBox
- GDI+
- Reading compressed textfile on-the-fly
- WPF XAML Data Binding
- Debugging your application
- Random
- Using axWindowsMediaPlayer in VB.Net
- Unit Testing in VB.NET