Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Visual Basic .NET Programming for Complete Beginners
Rating: 4.1 out of 5(182 ratings)
5,994 students

Visual Basic .NET Programming for Complete Beginners

A course on VB .NET for the beginners to computer programming, for those who want concepts explained in plain English
Last updated 11/2022
English

What you'll learn

  • Produce Windows Console Applications
  • Learn the fundamentals of Visual Basic .NET
  • How to understand and write simple Visual Basic .NET programs
  • Design and build Windows Forms Application
  • By learning Visual Basic .NET Basics, you will be able to jump quickly into the intermediate level of this programming language
  • Create a database in Microsoft Access 2016
  • Connect to Access database by using commands in a central module
  • Do Simple Data Binding and Complex Data Binding
  • Manage data in the database by doing CRUD Operations
  • Write SQL statements for retrieving and searching from a single point
  • Create a Product Management System (Complete CRUD Application)
  • Create Multiple Document Interface (MDI) Application

Course content

6 sections65 lectures8h 15m total length
  • How to create a Hello World program5:58

    Create a Visual Basic console application and display a hello world message using Console.WriteLine. Learn declaring variables with dim, string and integer types, and concatenate with CStr to combine messages.

  • String Format and String Interpolation15:10

    Learn string format and string interpolation in Visual Basic .NET by building a console application that formats and prints first name, last name, and age.

  • Arithmetic Operators10:48

    Learn to use basic arithmetic operators in Visual Basic .NET, including addition, subtraction, multiplication, division, integer division, modulus, and square; explore the Powell method in the system namespace.

  • Assignment Operators16:08
  • Logical Operators4:12

    Explore logical operators in Visual Basic .NET, using and, or, and not to compare conditions. Learn how and requires both true, or yields true when any condition is true.

  • Short-Circuiting Operators3:25

    Explore short-circuiting operators in Visual Basic .NET, focusing on and also and or else versus and and or, and how conditional evaluation yields true or false.

  • Comparison Operators4:20

    Explore comparison operators in Visual Basic .NET by comparing numeric values using equality, inequality, less than, greater than, and their inclusive forms, with practical A and B examples.

  • Comparing Strings12:28

    Master string comparisons in Visual Basic .NET using equality, inequality, case sensitive checks, and ordinal comparisons with string.compare ordinal to show less than, equal, or greater than.

  • Creating a Discount Calculator app13:06

    Create a discount calculator app in Visual Basic .NET that computes discount amount and final price from a price with a 15 percent discount, and formats output with currency symbols.

Requirements

  • You should know how to use a computer at a basic level
  • No previous experience with coding is needed
  • Microsoft Visual Studio Community Edition (FREE)

Description

Visual Basic .NET for Complete Beginners is designed for those who have no previous experience in computer programming or coding. This course aims to teach programming at a steady pace with straightforward explanations so that you are not left with a thousand questions. Topics are explained in plain English and with the necessary depth, enabling you to piece everything together with ease.


Recommended continuing course:

- Master Visual Basic .NET (Access) By Building the Point Of Sale System (POS).


Note: You can search from the instructor's profile.


The courses suggested above are for those looking to further their programming. Details such as:

- Designing forms and implementing controls.

- Using a module for storing central commands to run the entire program.

- Writing Visual Basic .NET commands to connect to an Access database.

- Simple Data Binding and Complex Data Binding in Windows Forms.

- Writing commands for verifying user input for the accuracy of the data.

- Converting data from TextBox, ComboBox and Checkbox controls to match the data type in the database.

- Writing commands to check for blank values ​​and set default values ​​automatically before saving them to the database.

- Writing SQL statements for CRUD operations (Create, Read, Update and Delete).

- Writing central procedures for fetching and searching in one place.


The knowledge that learners gain from this course can be applied to other databases such as SQL Server, MySQL, PostgreSQL, etc., where the instructor has already completed some of the courses. Students can find those courses from the teacher's profile.


I hope to see you in the class,


Thank you very much.

Who this course is for:

  • Newbies or students looking for a refresher on the basics of Visual Basic .NET
  • People who want to learn Visual Basic .NET by writing code
  • People who want to learn SQL statements by applying them to real programs
  • People who want to build a Product Management System