Visual Basic .NET Programming Tutorial

Download free Visual Basic tutorial course in PDF, training file in 51 chapters and 149 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Table of contents

  • About
  • Getting started with Visual Basic NET Language
  • Hello World
  • Hello World on a Textbox upon Clicking of a Button
  • Region
  • Creating a simple Calculator to get familiar with the interface and code
  • Declaring variables
  • Declaring and assigning a variable using a primitive type
  • Levels of declaration – Local and Member variables
  • Example of Access Modi?ers
  • Introduction to Syntax
  • Intellisense Helper
  • Declaring a Variable
  • Comments
  • Modi?ers
  • Object Initializers
  • Collection Initializer
  • Writing a function
  • Operators
  • String Concatenation
  • Math
  • Assignment
  • Comparison
  • Bitwise
  • Conditions
  • If operator
  • IFThenElse
  • Short-Circuiting Operators (AndAlso - OrElse)
  • OrElse Usage
  • AndAlso Usage
  • Avoiding NullReferenceException
  • Date
  • Converting (Parsing) a String to a Date
  • Converting a Date To A String
  • Array
  • Array de?nition
  • Null Array Variables
  • Array initialization
  • Declare a single-dimension array and set array element values
  • Jagged Array Initialization
  • Non-zero lower bounds
  • Referencing Same Array from Two Variables
  • Multidimensional Array initialization
  • Lists
  • Add items to a List
  • Check if item exists in a List
  • Declaring variables
  • Operators
  • Short-Circuiting Operators (AndAlso - OrElse)
  • Array
  • Enum
  • Looping
  • File/Folder Compression
  • Data Access
  • ByVal and ByRef keywords
  • Functions
  • Random
  • Generics
  • NullReferenceException
  • Option Strict
  • Option Infer
  • OOP Keywords
  • Reflection
  • LINQ
  • Working with Windows Forms
  • GDI+
  • Using axWindowsMediaPlayer in VB.Net
  • Reading compressed textfile on-the-fly
  • Multithreading
  • Using BackgroundWorker
  • Debugging your application

It is a free Visual Basic ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many Visual Basic developers and contributors.

The content is released under Creative Commons BY-SA

Size : 2.21 MB
File type : pdf
Downloads: 431
Created: 2019-04-30

Others Visual Basic Tutorials

Visual Basic .NET Notes for Professionals

Others related eBooks about Visual Basic .NET Programming Tutorial

Entity Framework tutorial for professionals

Download free Entity Framework tutorial course in PDF, training file in 23 chapters and 94 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Introduction to Programming Using Java

Designed to support an introductory programming course, this book teaches you concepts of problem-solving and object-orientated programming using a fundamentals-first approach. As beginner programmers, you learn critical problem-solving techniques then move on to grasp the key concepts of object-ori...

Programming Windows Store Apps with HTML, CSS, and JavaScript

Download free course Programming Windows Store Apps with HTML, CSS, and JavaScript, pdf file on 1311 pages by Kraig Brockschmidt....

Cookbook for R: Best R Programming TIPs

The goal of this cookbook is to provide solutions to common tasks and problems in analyzing data. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works....

Exploring .NET Core

Download free course Exploring .NET Core, pdf file on 155 pages by Dustin Metzgar....

Algorithmic Problem Solving with Python

This book uses Python to introduce folks to programming and algorithmic thinking. It is sharply focused on classical algorithms, but it also gives a solid understanding of fundamental algorithmic problem-solving techniques. ...

Modern Java EE Design Patterns

Download free course Modern Java EE Design Patterns, pdf file on 67 pages by Markus Eisele....

Artificial Neural Networks - Models and Applications

The idea of simulating the brain was the goal of many pioneering works in Artificial Intelligence. The brain has been seen as a neural network, or a set of nodes, or neurons, connected by communication lines. Currently, there has been increasing interest in the use of neural network models. ...

Artificial Neural Networks - Architectures and Applications

Artificial Neural Networks (ANN) may probably be the single most successful technology in the last two decades which has been widely used in a large variety of applications. The purpose of this book is to provide recent advances of architectures, methodologies, and applications of artificial neura...

Introduction to Csharp

Download free tutorial in PDF of C# (Csharp) , it's a training document under 65 pages for students who want to learn about the basics of CSharp programming language....