Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

VB.Net: Learn Visual Basic .Net in 1 Day

Posted By: silva1410
VB.Net: Learn Visual Basic .Net in 1 Day

VB.Net: Learn Visual Basic .Net in 1 Day
By Krishna Rungta
English | 2019 | ASIN ‏: ‎B07XB88KBC | 133 Pages | EPUB | 8 MB

20th Book from Author Krishna Rungta. Learn VB.Net. Updated for 2019.

VB.NET was developed by Microsoft in 2002 to replace Visual Basic 6. VB.NET supports object-oriented programming which include encapsulation, polymorphism, abstraction, and inheritance.

Visual Basic .ASP NET runs on the .NET framework, which means that it has full access to the .NET libraries. It is a very productive tool for rapid creation of a wide range of Web, Windows, Office, and Mobile applications that have been built on the .NET framework.

Here is what is covered in the book –

Chapter 1: What is VB.Net? Introduction, History, Features, Advantages, Disadvantages

What is VB.Net?
History of VB.NET
VB.NET Features
Advantages of VB.NET
Disadvantages of VB.NET

Chapter 2: VB.Net Program Structure, Module, Classes: Hello World Example

Modules
Hello World Program
Classes
Structures
Using Microsoft Visual Studio IDE

Chapter 3: VB.Net Data Types and Variable Declaration with DIM

What are Data Types?
Type Conversion Functions
Variable Declaration
Variable Initialization
Accepting User Values
Lvalues and Rvalues

Chapter 4: VB.Net Operators: Arithmetic, Comparison, Logical with EXAMPLES

What is an operator?
Arithmetic Operators
Comparison Operators
Logical/Bitwise Operators
Bit Shift Operators
Assignment Operators
Miscellaneous Operators

Chapter 5: VB.Net Arrays: String, Dynamic with EXAMPLES

What is an Array?
How to Declare and Initialize an Array
Fixed-Size Arrays
Dynamic Arrays
Retrieving the Contents of an Array
Adding New Elements to an Array
Deleting an Array
The Split Function
The Join Function

Chapter 6: VB.NET Substring Method with EXAMPLE

What is a SubString?
Syntax of Substring
Examples
One Argument
Middle Characters
One Char

Chapter 7: For Each…Next, Exit, Continue Statement in VB.net with EXAMPLE

What is For Each?
Syntax of For Each… Next
Examples
Nested For Loops
Exit For and Continue For

Chapter 8: Select…Case Statement in VB.Net with Example

What is a Select Case?
Syntax of Select Case
Examples
Case Sensitive: ToLower, ToUpper

Chapter 9: Try…Catch…Finally, Throws, User Defined exception in VB.Net

What is an Exception?
What is Exception Handling?
Syntax of Try/Catch
Example to Handle Exceptions
User-Defined Exceptions
Throwing Objects

Chapter 10: VB.Net ComboBox Control with EXAMPLE

What is Combobox Control?
Creating a Combobox
Adding Items to Combobox
Selecting Combobox Items
Retrieving Combobox Values
Removing Combobox Items
Binding DataSource
SelectedIndexChanged event

Chapter 11: VB.Net TEXTBOX Control Tutorial: Properties with Example

What is TextBox Control?
TextBox Properties
Textbox Events
How to Create a TextBox
Password character
Newline in TextBox
Retrieving Integer Values
ReadOnly TextBox
max length