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: 432
Created: 2019-04-30

Others Visual Basic Tutorials

Visual Basic .NET Notes for Professionals

Others related eBooks about Visual Basic .NET Programming Tutorial

Problem Solving with Algorithms and Data Structures

Download free tutorial in Algorithms and data structures created by Brad Miller and David ranum....

How To Code in Python 3

Extremely versatile and popular among developers, Python is a good general-purpose languag..., download free Python tutorial in PDF (458 pages) created by ....

Reverse Engineering for Beginners

Download free ebook about Reverse Engineering for Beginners. A PDF tutorial on 942 pages by Dennis Yurichev....

IPython Interactive Computing and Visualization Cookbook

This book contains many ready-to-use, focused recipes for high-performance scientific computing and data analysis, from the latest IPython/Jupyter features to the most advanced tricks, to help you write better and faster code. You will apply these state-of-the-art methods to various real-world examp...

Programming for Computations - MATLAB/Octave

Download free course Programming for Computations - MATLAB/Octave, pdf file on 228 pages by Svein Linge, Hans Petter Langtangen....

Essential C#

This book written to provide clear and concise explanation of topics for programmers both starting to learn the C# programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

Getting started with Fortran language

Download free Fortran tutorial course in PDF, training file in 14 chapters and 83 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Android Application Development for the Intel Platform

The number of Android devices running on Intel processors has increased since Intel and Google announced, in late 2011, that they would be working together to optimize future versions of Android for Intel Atom processors. Today, Intel processors can be found in Android smartphones and tablets made b...

The Rook's Guide to C++

This Creative Commons-licensed textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. The PDF and original typesetting materials are available if you are interested in having a free digital copy of your own or if you wish to contr...

Ruby Regexp

Download free course Ruby Regexp, pdf file on 72 pages by Sundeep Agarwal....