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: 223
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
Visual Basic .NET Notes for Professionals

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others Visual Basic .NET Tutorials

Others related eBooks about Visual Basic .NET Notes for Professionals

VB.NET a complet tutorial for beginners

The purpose of this course is to provide a basic guide for student or people interested in Visual Basic dot net programming,it's a free training document for beginners....

Fundamentals of Python Programming

This book does not attempt to cover all the facets of the Python programming language. Exp..., download free Python tutorial in PDF (669 pages) created by ....

Assemblers And Loaders

Download free course Assemblers And Loaders, pdf file on 299 pages by by David Salomon....

C Programming for Arduino

Physical computing allows us to build interactive physical systems by using software &..., download free C Programming tutorial in PDF (512 pages) created by Julien Bayle ....

Modeling and Simulation in Python

This book is an introduction to physical modeling using a computational approach. It is organized in three parts:...

Solving PDEs in Python: The FEniCS Tutorial I

This book offers a concise and gentle introduction to finite element programming in Python based on the popular FEniCS software library. Using a series of examples, including the Poisson equation, the equations of linear elasticity, the incompressible Navier–Stokes equations, and systems of nonl...

Learning haxe PDF course

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

Programming in Lua

This book is for students and professionals who are intrigued by the prospect of learning and using a powerful language that provides a rich infrastructure for creating programs. No programming knowledge is necessary to benefit from this book except for the section on Lua bindings, which requires so...

Coffee Break Python Slicing

Puzzle-based learning is an active learning technique. With code puzzles, you will learn f..., download free Python tutorial in PDF (89 pages) created by ....

How To Think Like A Computer Scientist: C++ Version

The goal of this book is to teach you to think like a computer scientist, using C++ as the programming language. ...