Discover Classes. Earn Rewards.

Learning to Program with C# is unfortunately unavailable

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

Photoshop Part 1

Computer Training Source, Inc. @ 420 N Wabash Ave, Chicago, IL

Learn the basics of image manipulation and the Photoshop work area in this comprehensive course. Discover how to retouch images, create layered images, and use masks to enhance your design skills. Join us at Computer Training Source, Inc. to take your Photoshop skills to the next level.

(21) Beginner 18 and older

Excel Introduction

Computer Training Source, Inc. @ 1821 Walden Office Sq, Schaumburg, IL

Unlock the full potential of Microsoft Excel with this comprehensive course. Learn how to navigate the user interface, perform calculations, modify and format worksheets, and efficiently print workbooks. Gain essential skills for managing multiple worksheets and workbooks effectively.

(21) Beginner 18 and older

Project - Creating Projects

Computer Training Source, Inc. @ 420 N Wabash Ave, Chicago, IL

Learn how to create and manage projects like a pro in the Creating Projects class at Computer Training Source, Inc. Master the art of project planning, task organization, and resource management to ensure successful project outcomes. Enroll now and take your project management skills to the next level.

(21) All levels 18 and older

Photoshop Part 2

Computer Training Source, Inc. @ 420 N Wabash Ave, Chicago, IL

Learn advanced techniques in Photoshop to create stunning montages, colorize images, add special effects, and automate tasks. Enhance your skills in raster and vector images, layer techniques, video editing, and project management. Level up your Photoshop abilities with this comprehensive course.

(21) Intermediate 18 and older

Word Introduction

Computer Training Source, Inc. @ 1821 Walden Office Sq, Schaumburg, IL

Enhance your document creation skills with our comprehensive Word course. Learn to navigate, format, and customize your documents efficiently. Gain hands-on experience in creating tables, inserting graphics, and controlling page appearance for professional results.

(21) Beginner 18 and older
See all C# classes Chicago

Learning to Program with C#

  • Beginner
  • 18 and older
  • $2,595
  • (Exact location to be announced), Chicago, IL
  • 40 hours over 5 sessions

Start Dates (0)

  • $2,595
  • IL - Chicago @ (Exact location to be announced), Chicago, IL 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)

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