Discover Classes. Earn Rewards.

Learning to Program with VB.NET is unfortunately unavailable

Thankfully we have 3 other Visual Basic Classes for you to choose from. Check our top choices below or see all classes for more options.

Excel Programming with VBA

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Automate repetitive tasks in Excel and develop custom commands with VBA programming. Learn the fundamentals of Macros and Excel automation in this hands-on class. Prior knowledge of Intermediate Excel is recommended.

(373) All levels 18 and older
$549

2 sessions

Gift it!

Excel VBA and Macros Level I

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the art of automating Excel with VBA macros in this beginner-friendly course. Learn how to enhance your spreadsheet skills and boost productivity by incorporating basic macros. No prior programming knowledge is required, just a basic understanding of Excel functions.

(373) Beginner 18 and older

Excel Programming with VBA

NYIM Training @ 185 Madison Ave, New York, NY & Virtually Online

Learn how to automate tasks and boost your productivity with Excel Programming using VBA. Master the VBA programming language and create custom buttons to streamline your workflow. Take this hands-on course and discover the power of macros and Excel automation.

(742) Advanced 18 and older
$549

2 sessions

Gift it!
See all Visual Basic classes NYC

Learning to Program with VB.NET

  • Beginner
  • 18 and older
  • $2,595
  • (Exact location to be announced), New York, NY
  • over 5 sessions

Start Dates (0)

  • $2,595
  • over 5 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this visual basic training:

All HOTT courses are available face-to-face, remote-live, on-demand or on-site at your facility

This hands on VB.NET programming course provides an introduction to programming using the VB.NET language. Students are introduced to the application development cycle, structure of programs, and specific language syntax. The course also contains "Thinking Like a Programmer" sections that provide students insight on how to develop common algorithms. 


The course covers console and file I/O, string and character manipulation, managing data using collections and fundamental object-oriented programming concepts. Error handling techniques are also emphasized. The course also introduces how to access databases using ADO.NET and illustrates how to build user interfaces using Windows Forms. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency.


Student Will Learn: 

  • Using Visual Studio to create VB.NET applications 
  • Working with the .NET data types 
  • Creating variables with the proper scope and using operators to build complex expressions 
  • Using control structures such as If, Do While and For 
  • Using procedures to build complex applications 
  • Designing and using classes 
  • Using arrays and .NET collections 
  • Throwing and trapping exceptions using the VB.NET Try and Catch statements 
  • Using ADO.NET classes to access databases 
  • Working with files and directories 
  • Building simple Windows Forms applications 
  • Building and using derived classes 
  • Defining and implementing interfaces
    Performing advanced string manipulation

This class is intended for non-programmers. Students who already understand fundamental structured programming and object-oriented techniques should attend either ASP.NET 4.0 Programming Using Visual Basic.NET, Windows Forms 4.0 Programming Using Visual Basic.NET or Windows Presentation Foundation Programming Using Visual Basic.NET instead of this more introductory course.


Course materials include student guide, hands-on lab manual and USB flash drive containing examples and lab files. Students receive a certificate of completion at the end of class. 


Course Prerequisites: Familiarity with computers.



Course Overview

Application Development Fundamentals

  • Overview of Programming Concepts
  • Understanding the Structure of a VB.NET Program
  • Understanding Data Types
  • Working with Variables
  • Reading From and Writing to the Console
  • Overview of the .NET Framework
  • Using Visual Studio
  • Thinking Like a Programmer
    - Designing Algorithms
    - Finding Patterns in Code

Managing the Flow of an Application

  • Conditional Constructs
    - Working with If/Else Constructs
    - Working with Select Case
  • Looping Constructs
    - Working with Do/Loop Constructs
    - Working with For and For Each
  • Thinking Like a Programmer
    - Making Decisions
    - Designing Loops

Working with Data

  • Using Integer Data Types
  • Using Floating Point Data Types
  • Using Characters and Strings
  • Using Dates
  • Using Booleans
  • Working with Constants and Literals
  • Understanding Option Strict

Using Procedures to Modularize Code

  • Defining and Calling Subroutines
  • Defining and Calling Functions
  • Understanding Variable Scope
  • Overloading Procedures
  • Passing Parameters
  • Understanding ByVal vs ByRef Parameters
  • Understanding the Call Stack
  • Thinking Like a Programmer
    - Finding the Procedures
    - Refactoring
    - Improving Productivity with Snippets

Object-Oriented Programming

  • Understanding Object-Oriented Concepts
  • Designing Classes
  • Coding Properties and Methods
  • Initializing Objects with Constructors
  • Overloading Constructors
  • Declaring and Instantiating Objects
  • Calling Properties and Methods
  • Understanding Value Types vs. Reference Types
  • Working with Shared Data Members and Methods
  • Thinking Like a Programmer
    - Finding your Classes

Understanding Namespaces

  • Understanding the Role of Namespaces
  • Understanding .NET Namespaces
  • Defining Custom Namespaces
  • Referencing Members in a Namespace
  • Using the Imports Statement

Working with Data Collections

  • Understanding Arrays
  • Declaring and Instantiating Arrays
  • Iterating through Arrays
  • Working with System.Array Methods
    - Copying, Sorting, Searching and Resizing
  • Passing Arrays to Methods
  • Working with ParamArray Parameters
  • Working with Command-line Arguments
  • Understanding .NET Collections
  • Managing Data Using List(Of T)
  • Managing Data Using Dictionary(Of TKey, TValue)
  • Working with LINQ
  • Making LINQ Queries
  • Enumerating LINQ Query Results
  • Working with Anonymous Types
  • Using Extension Methods with LINQ

Building Inheritance Hierarchies

  • Understanding Inheritance
  • Building Derived Classes
  • Understanding Constructors in Derived Classes
  • Defining and Using Protected Class Members
  • Understanding Polymorphism
  • Defining Overridable Methods
  • Overriding Methods
  • Understanding Abstract Classes
  • Defining Abstract Classes
  • Inheriting from Abstract Classes

Building GUIs with Windows Forms

  • Overview of Windows Forms
  • Designing Forms
  • Working with Controls
    - Using Labels and Textboxes
    - Using Buttons
    - Using Checkboxes and Radio Buttons
    - Using Menus
    - Using list Controls
  • Handling Events

Accessing Databases Using ADO.NET

  • Understanding the ADO.NET Object Model
  • Opening Connections
  • Executing Queries Using Commands
  • Iterating Through Results Using DataReaders
  • Calling Stored Procedures
  • Passing Parameters to Stored Procedures
  • Working with DataSets
  • Binding Data to Controls

Exception Handling

  • Understanding Exception Handling
  • Using Try/Catch to Handle Exceptions
  • Working with the Exception Class
  • Understanding Exception Propagation
  • Using Finally to Manage Cleanup Processing
  • Throwing Exceptions

Working with Files, Directories and Streams

  • Using the System.IO Namespace
  • Discovering Drives
  • Working with Directories
  • Working with Files
  • Parsing a File Path
  • Understanding Streams
  • Working with FileStream
  • Reading and Writing Text Files
  • Understanding other Types of Streams

Working with Strings

  • Working with the String Class
  • Working with String Literals and Escape Sequences
  • Understanding String Manipulation Performance Issues
  • Working with the StringBuilder Class
  • Formatting Output with String.Format

Building N-Tier Applications

  • Building Large Scale Applications
  • Designing N-Tier Applications
  • Building .NET Assemblies
  • Referencing Assemblies

Note: Classes do not have fixed location. Prior to each class they examine the geographical location of the enrolled students and then select a venue that will provide most convenient overall access for the students. Classes are held in hotel conference rooms and exact location is determined 2 weeks prior to the course date.

Refund Policy

Tuition includes all course materials. Students may withdraw before the second day of class to receive a 100% refund, provided course materials are returned to the instructor. Prorated refunds may be granted for withdrawals after the first day.

Cancellations and Changes: There are no cancellation fees.

Attendance Requirements: Students must attend each day of a course and successfully complete hands on exercises in order to receive a certificate of completion. If a student wishes to retake any portion of a class that he or she completes, the student may do so within 12 months at no extra cost.

Intended Audience: Hands On Technology Transfer, Inc., provides IT training designed for technology professionals who wish to quickly upgrade their computer skills. In most states, the employer bears all training costs.

Reviews of Classes at Hands On Technology Transfer, Inc. (7)

(4.6-star rating across 7 reviews)
See reviews for other classes at Hands On Technology Transfer, Inc.
loading...
Hide Reviews

Review Summary by CourseHorse

Students who took classes at Learning to Program with VB.NET had a positive experience and found the instructors to be knowledgeable, friendly, and helpful. The students appreciated the option of remote classes and felt that the overall class experience was excellent. They learned a lot of valuable material during the classes and found them to be informative. The students also praised the staff at Learning to Program with VB.NET, saying that they offered superior personal attention and exceeded their expectations in terms of course material and assistance with labs. The students had a desire for additional training with instructors of similar knowledge and expertise. Direct quotes from the reviews: 1. "The instructor was very knowledgeable, friendly, and helpful." 2. "Amazing instructor. Knew the material very well and his class was very informative." 3. "SST hires excellent staff from administration to instructors who offer superior personal attention."

Similar Classes

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 25950 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hands On Technology Transfer, Inc.

HOTT delivers instructor-led technical training across the United States, Canada and the United Kingdom. Whether you attend in person, remote-live or on-demand, our classroom-based training philosophy zeroes in on your ability to work more productively and with higher quality results after training....

Read more about Hands On Technology Transfer, Inc.

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

Hands On Technology Transfer, Inc.

Hands On Technology Transfer, Inc.

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...