Discover Classes. Earn Rewards.

Learning to Program with C# is unfortunately unavailable

Thankfully we have 37 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

Learning to Program with 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 hands on C# programming course provides an introduction to programming using the C# 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.


Students Will Learn:

  • Using Visual Studio to create C# 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, while and for 
  • Using procedures to build complex applications 
  • Designing and using classes 
  • Using arrays and .NET collections 
  • Throwing and trapping exceptions using the C# try and catch statements 
  • Using ADO.NET 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 Windows Forms 4.5 Programming Using C#, ASP.NET 4.5 Programming Using C# or Windows Presentation Foundation Programming Using C# instead of this more introductory course.


Course materials include student guide, hands-on lab manual and UBS 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 C# 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 switch
  • Looping Constructs
    - Working with while Constructs
    - Working with for and foreach
  • 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

Using Procedures to Modularize Code

  • Defining and Calling Subroutines
  • Defining and Calling Functions
  • Understanding Variable Scope
  • Overloading Procedures
  • Passing Parameters
  • Understanding by value vs by reference 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 using 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 param array Parameters
  • Working with Command-line Arguments
  • Understanding .NET Collections
  • Managing Data Using List
  • Managing Data Using Dictionary<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 have taken classes at Learning to Program with C# have positive things to say about their experience. They mention that the instructor is outstanding and has excellent teaching skills. In addition, they praise the complete materials provided and the quality of the equipment shipped out for the course. Students also appreciate the level of detail covered in the training exercise and the infrastructure, especially for remote access. Furthermore, they found the training experience to be very useful, as the instructor was readily available to answer questions and provide assistance when needed. The students have gained practical skills in C# programming and have found the classes to be informative and comprehensive. Direct quotes from the reviews: 1. "I highly recommend him for any technical course." 2. "I was impressed by the extent of the detail covered in the training exercise." 3. "The instructor made every attempt to answer questions and provide assistance when needed."

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 (1)

Get quick answers from CourseHorse and past students.

Question from David L.
Is this class available?
Answer from Brenda L. CourseHorse StaffCourseHorse Staff
Hi David! Thanks for your inquiry. This class is not available for enrollment on CourseHorse at this time. Thanks!
Answer Show answer
Cancel

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