Visual Basic .NET Notes for Professionals



Download free course Visual Basic .NET Notes for Professionals, pdf file on 148 pages by Stack Overflow Community.
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.

Table of contents

  • 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
  • Data Access
  • Type conversion
  • ByVal and ByRef keywords
  • Console
  • Functions
  • Recursion
  • Random
  • Classes
  • Generics
  • Disposable objects
  • NullReferenceException
  • Using Statement
  • Option Strict
  • Option Explicit
  • Option Infer
  • Error Handling
  • OOP Keywords
  • Extension methods
  • Reflection
  • Visual Basic 14.0 Features
  • LINQ
  • FTP server
  • Working with Windows Forms
  • Google Maps in a Windows Form
  • GDI+
  • WinForms SpellCheckBox
  • Using axWindowsMediaPlayer in VB.Net
  • WPF XAML Data Binding
  • Reading compressed textfile on-the-fly
  • Threading
  • Multithreading
  • BackgroundWorker
  • Using BackgroundWorker
  • Task-based asynchronous pattern
  • Debugging your application
  • Unit Testing in VB.NET
Pages : 148
Size : 2.2 MB
File type : PDF
Downloads: 194
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Visual Basic .NET Notes for Professionals

Others Visual Basic .NET Tutorials

Others related eBooks about Visual Basic .NET Notes for Professionals

Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance

This book is assembled from lectures given by the author over a period of 10 years at the School of Computing of DePaul University. The lectures cover multiple classes, including Analysis and Design of Algorithms, Scientific Computing, Monte Carlo Simulations, and Parallel Algorithms. These lectur...

ADA course in PDF

Welcome to the Ada Programming tutorial in PDF, training document under 200 pages intended to beginners....

C++ Core Guidelines

The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11, C++14, and C++17. In other words, what would you like your code to look like in 5 years' time, given that you can start now? In 10 years' time?...

Ruby on Rails Notes for Professionals

Download free course Ruby on Rails Notes for Professionals, pdf file on 230 pages by Stack Overflow Community....

2D Game Development: From Zero to Hero

This is a small project that aims to gather some knowledge about game development and make..., download free Game Development tutorial in PDF (260 pages) created by Penaz ....

Tutorial XML in PDF

Download free XML tutorial course in PDF, training file in 8 chapters and 25 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Arduino Development Cookbook

The single-chip computer board Arduino is small in size but vast in scope, capable of bein..., download free Arduino tutorial in PDF (246 pages) created by Cornel Amariei ....

Think Python - How to Think Like a Computer Scientist

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, ...

Java programming

This document is about a Java programming ,a free pdf tutorial for beginners a basic knowledge of object-oriented programming is assumed....

Think Python, Free PDF tutorial

The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science. ...