Discover Classes. Earn Rewards.

Windows Forms Programming Using C# is unfortunately unavailable

Thankfully we have 39 other C# Classes for you to choose from. Check our top choices below or see all classes for more options.

Presto Level 11 (C2)

Collina Italiana @ 1556 3rd Ave , New York, NY

Become practically fluent in Italian with Presto Level 11 (C2) at Collina Italiana. Immerse yourself in the language, effortlessly expressing yourself like a native speaker, reading and discussing classic Italian literature by Dante, Boccaccio, Manzoni, and more. Advance your grammar and conversation skills to the highest level.

(4) Advanced 18 and older
$515

10 sessions

Gift it!

Presto Level 10 (C1)

Collina Italiana @ 1556 3rd Ave , New York, NY

Take your Italian language skills to the next level with Collina Italiana's Presto Level 10 course. Become practically bilingual, confidently express yourself, and understand native materials like books, movies, and music. Keep the conversation going and sharpen your skills with advanced grammar and conversation practice.

(4) Advanced 18 and older
$533

10 sessions

Gift it!

Beginners 1: Guitar for Absolute Beginners

New York City Guitar School @ 251 W 30th St, New York, NY

Unlock your musical potential with a guitar course designed for absolute beginners. Students will learn basic chords, practice with real songs, and connect with classmates at the New York City Guitar School. Guitars are provided, so all you need to bring is your desire to rock!

(60) Beginner 18 and older
$357

12 sessions

Gift it!

12-Week: Acting for Stage, Film & TV

The New York Performing Arts Academy @ 244 West 54th St, New York, NY

Unlock your potential as an actor and master the art of stage, film, and television performance with industry professionals at The New York Performing Arts Academy. Gain comprehensive training and develop the skills needed to excel in the world of acting. Start your journey towards becoming a skilled and authentic actor in a supportive and collaborative learning environment.

(7) All levels 17 and older
$565

12 sessions

Gift it!

8-Week: Acting for Stage, Film & TV

The New York Performing Arts Academy @ 244 West 54th St, New York, NY

Master the art of stage, film, and television acting with industry professionals at The New York Performing Arts Academy. Develop your skills in script analysis, character development, and audition preparation in a supportive learning environment. Take your acting to the next level and become a skilled and authentic actor with this comprehensive training program.

(7) All levels 17 and older
$395

8 sessions

Gift it!
See all C# classes NYC

Windows Forms Programming Using C#

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

Start Dates (0)

  • $2,795
  • NY - Manhattan @ (Exact location to be announced), New York, NY 00000
  • 40 hours over 5 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this c# training:

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

This course provides students with hands on experience using Visual Studio to create desktop applications using Windows Forms and the .NET 4.0 Framework using C#. The course provides a thorough introduction to the C# programming language, including coverage of the essentials of the C# programming language, built in data types, operators, control structures, classes and methods, collections and exception handling.


Students then learn how to leverage the power of the .NET Framework to build desktop applications. Students learn how to build Windows Forms applications and use with a variety of controls to create sophisticated user interfaces. Students also learn how to use the BackgroundWorker to perform asynchronous operations.


Students also learn how to use ADO.NET to interact with databases and XML files. Students learn how Windows Forms uses data binding to display data in controls such as the DataGridView and Chart. Students also learn how to build and interact with simple WCF SOAP Web Services.


Other topics include: debugging techniques; using a .config file to control application configuration; building menus, toolbars and status bars; reading and writing files; interacting with the file system; and deploying desktop applications.


Comprehensive labs provide the students with extensive experience creating and deploying Windows Forms-based desktop applications.


Course Prerequisites

Prior programming experience is required.


Course Overview


Introduction to .NET

  • Overview of the .NET Framework
  • How .NET is Different from Traditional Programming
  • Common Language Runtime (CLR)
  • Common Language Specification (CLS)
  • Common Type System (CTS)
  • .NET Assemblies
  • Microsoft Intermediate Language (CIL)
  • .NET Namespaces
  • .NET Framework Class Library

Introduction to Visual Studio

  • Creating a Project
  • Using the Code Editor
  • Correcting Syntax Errors
  • Setting Project Properties
  • Adding References
  • Compiling a Program
  • Running a Program
  • Debugging a Program
  • Using the MSDN (Help)

Language Fundamentals

  • C# Program Structure
  • Defining Namespaces
  • Understanding C# Data Types
  • Defining Variables and Constants
  • Comparing Value Types vs. Reference Types
  • Working with Operators and Expressions
  • Performing Type Conversions
  • Using Console I/O
  • Formatting Numbers, Date and Times

Conditionals and Looping

  • if/else
  • switch
  • while and do/while
  • for
  • foreach

Methods and Parameters

  • Defining Static and Instance Methods
  • Passing Parameters by value and by reference
  • Overloading Methods
  • Using Variable Length Parameter Lists

Exception Handling

  • What are Exceptions?
  • .NET Exception Hierarchy
  • Catching Exceptions
  • Throwing Exceptions
  • Managing Resources with Finally

Collections

  • Defining and Using Arrays
  • Understanding System.Array
  • .NET Collections vs Generic Collections
  • Working with Lists
  • Working with Dictionaries
  • Using LINQ to Objects

Object-Oriented Programming

  • Overview of Object-Oriented Programming
  • Building Classes
  • Defining Properties
  • Using Auto-Implemented Properties
  • Defining Methods
  • Understanding Constructors
  • Extending .NET Classes via Inheritance
  • Defining and Implementing Interfaces
  • Understanding the Role of Interfaces in .NET

Windows Forms Applications

  • Windows Forms Applications
  • Setting Form Properties
  • Understanding the Life-cycle of a Form
  • Using the Windows Forms Designer
  • Using the MessageBox Class
  • Using a .config File

Using Controls

  • Working with Windows Forms Controls
  • Using Text Controls
  • Using Button Controls
  • Using Selection Controls
  • Using List Controls
  • Using Container Controls
  • Using Image Controls
  • Using Up/Down Controls
  • Using the ErrorProvider and ToolTipProvider Controls

Handling Events

  • Understanding the Event-Driven Programming Model
  • Writing Event Handlers
  • Sharing Event Handlers

Performing Asynchronous Activities

  • Understanding Threading
  • Working with Delegates
  • Using the Background Worker
  • Updating Controls from Other Threads

ADO.NET

  • Understanding the ADO.NET Object Model
  • Connected vs. Disconnected Access
  • Using a Connection to Connect to a Data Source
  • Using a Command to Execute Queries and Stored Procedures
  • Using a DataReader to Work with Cursors
  • Using the DataSet with Disconnected Data
  • Using DataAdapters with DataSets

Using XML

  • Understanding XML and XML Schemas
  • Reading XML Data with a DataSet
  • Writing XML Data with a DataSet

Data Binding

  • Understanding ADO.NET Data Binding
  • Binding to Simple and Complex Controls
  • Manually Binding Controls
  • Using the BindingSource Control
  • Using the BindingNavigator Control
  • Using the DataGridView Control
  • Using the Chart Control

Working with Forms

  • Understanding Modal vs Modeless Forms
  • Displaying Modal Forms
  • Working with DialogResult
  • Retrieving Data from Modal Forms
  • Displaying Modeless Forms
  • Working with Data in Modeless Forms
  • Using the Common Dialogs

Working with Menus, Toolbars and Status Bars

  • Working with Menus
  • Working with Toolbars
  • Working with Status Bars

Working with Files and Directories

  • Working with the Windows File System
  • Discovering Drives
  • Discovering Directories
  • Discovering Files
  • Examining File, Directory and Drive Attributes
  • Reading, Writing and Appending to Files

Introduction to WCF Web Services

  • Overview of WCF Services
  • Understanding SOAP
  • Creating a WCF SOAP Web Service
  • Creating a Proxy Class
  • Calling a WCF SOAP Web Service

Deploying Windows Forms Applications

  • Understanding Deployment Options
  • Configuring an Application for Deployment
  • Using XCOPY Deployment
  • Using Installers
  • Using Click-Once Deployment

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)

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 27950 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...