Online Class: C# Programming

Learn how to program in C# in our self-paced online courses.

$95.00
no certificate
- OR -
$120.00
with CEU Certificate*
Start Right Now!
$120.00 (with CEU Certificate)
Taking multiple courses? Save with our platinum program.
 
  • 15
    Lessons
  • 14
    Exams &
    Assignments
  • 17
    Hours
    average time
  • 1.7
    CEUs
 
 

Course Description

C# is a powerful backend coding language used for Microsoft web and desktop applications. C# is a C-style language, so you can take C# and learn other languages such as Java, C and C++. This course will get you started with C# and the language styles including object-oriented programming (OOP).
As with any programming language, we start with the basics including operators, variables and primitive strings. These concepts are shared across all programming languages, but you learn the specific nuances of the basics in C#.

After you learn the basics, we move on to operators and Boolean logic. These features control the flow of your code, and they can be a source of errors if you don't understand them properly. We cover them in detail, so you understand how to change the flow of your code to dynamically display the right information to your users.

Once you learn linear code, you will then be introduced to more complex concepts including OOP. OOP is a part of several languages, so it's something you'll need to know if you decide to move on to other language platforms. We show you C# methods, which are class object functions specific for OOP.

We then take you through several more OOP concepts including inheritance, polymorphism, interfaces, and abstraction. We also show you how to test and debug your code as well as handle errors and files. All of these concepts are necessary for any programming language, but C# has its own libraries and namespaces.

This course will give you detailed code and instructions that will help give you the knowledge that lets you code any C# program from scratch.

  • Completely Online
  • Self-Paced
  • Printable Lessons
  • Full HD Video  
  • 6 Months to Complete
  • 24/7 Availability
  • Start Anytime
  • PC & Mac Compatible
  • Android & iOS Friendly
  • Accredited CEUs
Universal Class is an IACET Accredited Provider
 

Course Lessons

Lesson 1: What is the C# Programming Language?

C# is a Windows programmer go-to language. It’s the preferred language for any desktop or web application that runs on a Windows computer. Additional lesson topics: Microsoft Visual C Step by Step Developer Reference ; Visual Studio Express; The C Player's Guide 2nd Edition 12 Total Points
  • Lesson 1 Video
  • Review Practice Worksheet: optional-csharp-lesson-01.pdf
  • Lesson discussions: Reasons for Taking this Course
  • Complete Assignment: Motives for Taking this Course
  • Assessment: Exam 1

Lesson 2: C# Language Structure and C# Variables

The C# language is made up of variables and data types. Variables hold your values. You can either store that value in a database or display it to the user. Additional lesson topics: General Structure of a C Program C Programming Guide ; C 10 Total Points
  • Lesson 2 Video
  • Review Practice Worksheet: optional-csharp-lesson-02.pdf
  • Assessment: Exam 2

Lesson 3: C# Operators

C# operators are the components that perform actions on those variables. An action can be an assignment, a comparison, or a mathematical calculation. Additional lesson topics: Operators C Programming Guide ; Assignment Operators in C; Arithmetic Operators 10 Total Points
  • Lesson 3 Video
  • Review Practice Worksheet: optional-csharp-lesson-03.pdf
  • Assessment: Exam 3

Lesson 4: C# Strings

This lesson covers strings and the .NET framework libraries that are used to work with them. Additional lesson topics: C Strings in depth; C Split Strings Examples 10 Total Points
  • Lesson 4 Video
  • Review Practice Worksheet: optional-csharp-lesson-04.pdf
  • Assessment: Exam 4

Lesson 5: User Input

User input is any click command, text from a keyboard, or entry in a form. In almost any program, you need to handle user input. Additional lesson topics: Read user input from console [closed]; C Console User Input 10 Total Points
  • Lesson 5 Video
  • Review Practice Worksheet: optional-csharp-lesson-05.pdf
  • Assessment: Exam 5

Lesson 6: Boolean Logic

Boolean variables can be only two values: true or false. Additional lesson topics: Understanding Boolean Logic; C 10 Total Points
  • Lesson 6 Video
  • Review Practice Worksheet: optional-csharp-lesson-06.pdf
  • Assessment: Exam 6

Lesson 7: Loops and Arrays

Loops and arrays are a more complex concept, but you can master them with practice. Additional lesson topics: Code: Iterating Through an Array Visual C ; C Loop Over String Array; Loops 0 Total Points
  • Lesson 7 Video
  • Review Practice Worksheet: optional-csharp-lesson-07.pdf

Lesson 8: C# Methods

Methods are actually functions, but they are a part of classes. Additional lesson topics: C; C Method Declaration; C internal method calling Video 10 Total Points
  • Lesson 8 Video
  • Review Practice Worksheet: optional-csharp-lesson-08.pdf
  • Assessment: Exam 8

Lesson 9: Classes, Objects, Inheritance and Polymorphism

We’ll first review classes and OOP and then explain concepts of inheritance and polymorphism. They are both more complex concepts but important parts of C# and any OOP program. Additional lesson topics: Polymorphism C Programming Guide ; Introduction to inheritance, polymorphism in C 10 Total Points
  • Lesson 9 Video
  • Review Practice Worksheet: optional-csharp-lesson-09.pdf
  • Assessment: Exam 9

Lesson 10: Interfaces and Abstract Classes in C#

An abstract class takes inheritance a step further and allows child classes to inherit from the parent class but blocks other classes from instantiating it. Additional lesson topics: Abstract Class vs Interface; C Tutorial 10 Total Points
  • Lesson 10 Video
  • Review Practice Worksheet: optional-csharp-lesson-10.pdf
  • Assessment: Exam 10

Lesson 11: Debugging and Enumerators

For programmers who have coded in any other language, enums are not a new concept. An enum is a list of integer values represented by friendly names. Additional lesson topics: Enum examples; Enums debugging and Nested types in C 10 Total Points
  • Lesson 11 Video
  • Review Practice Worksheet: optional-csharp-lesson-11.pdf
  • Assessment: Exam 11

Lesson 12: Handling Events

The purpose of this lesson is to learn: About event handling How to declare your own events and handlers Manage multiple controls Remove un-needed controls Locating Mouse on form and key presses TabStop and TabIndex Additional lesson topics: Variance in Generic Types C Programming Guide ; List of generic Type; Generics C Programming Guide 0 Total Points
  • Lesson 12 Video
  • Review Practice Worksheet: optional-csharp-lesson-12.pdf

Lesson 13: Exception and File Handling

You can’t predict every user income and what they will do with your program. For instance, you could ask a user for a number value and a character is entered. If you try to work with the character after expecting a number, errors occur in your program. 10 Total Points
  • Lesson 13 Video
  • Review Practice Worksheet: optional-csharp-lesson-13.pdf
  • Assessment: Exam 13

Lesson 14: Threading

Threads are component of processes. Each process can have multiple threads. When a process contains multiple threads, it’s said to be multithreaded. Additional lesson topics: Threading Tutorial; C Threads: Using Thread Type; C 10 Total Points
  • Lesson 14 Video
  • Review Practice Worksheet: optional-csharp-lesson-14.pdf
  • Assessment: Exam 14

Lesson 15: Putting it All Together - Demonstration Program

In this final lesson, we'll demonstrate creating a sample C# program using all the techniques we've learned in this course. 80 Total Points
  • Lesson 15 Video
  • Review Practice Worksheet: optional-csharp-lesson-15.pdf
  • Lesson discussions: What is your opinion of this course?; Course Comments; Program Evaluation Follow-up Survey (End of Course)
  • Assessment: The Final Exam
202
Total Course Points
 

Learning Outcomes

By successfully completing this course, students will be able to:
  • Understand what C# Programming language is.
  • Identify C# Language Structure and C# Variables.
  • Describe C# operators.
  • Define C# strings.
  • Demonstrate user input.
  • Summarize boolean logic.
  • Recognize loops and arrays.
  • Describe C# methods.
  • Determine classes, objects, inheritance and polymorphism.
  • Describe methods for handling events, exceptions, and file handling.
  • Demonstrate mastery of lesson content at levels of 70% or higher.
 

Additional Course Information

Online CEU Certificate
  • Document Your Lifelong Learning Achievements
  • Earn an Official Certificate Documenting Course Hours and CEUs
  • Verify Your Certificate with a Unique Serial Number Online
  • View and Share Your Certificate Online or Download/Print as PDF
  • Display Your Certificate on Your Resume and Promote Your Achievements Using Social Media
Document Your CEUs on Your Resume
 
Course Title: C# Programming
Course Number: 8900371
Languages: English - United States, Canada and other English speaking countries
Availability: This course is online and available in all 50 states including: California, Florida, Georgia, Illinois, New York, Pennsylvania, Ohio, Texas, and Washington.
Last Updated: April 2022
Course Type: Self-Paced, Online Class
CEU Value: 1.7 IACET CEUs (Continuing Education Units)
CE Accreditation: Universal Class, Inc. has been accredited as an Authorized Provider by the International Association for Continuing Education and Training (IACET).
Grading Policy: Earn a final grade of 70% or higher to receive an online/downloadable CEU Certification documenting CEUs earned.
Assessment Method: Lesson assignments and review exams
Course Fee: $120.00 U.S. dollars

Choose Your Subscription Plan

Course Only
One Course
No Certificate / No CEUs
$95
for 6 months
 
Billed once
This course only
Includes certificate X
Includes CEUs X
Self-paced Yes
Instructor support Yes
Time to complete 6 months
No. of courses 1 course
Certificate Course
One Course
Certificate & CEUs
$120
for 6 months
 
Billed once
This course only
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 6 months
No. of courses 1 course
Platinum Yearly
ALL COURSES
Certificates & CEUs
$189
per year
 
Billed once
Includes all 600+ courses
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 12 Months
No. of courses 600+
Platinum 2 Years
ALL COURSES
Certificates & CEUs
$299
for 2 years
You save $79.00!
Billed once
Includes all 600+ courses
Includes certificate Yes
Includes CEUs Yes
Self-paced Yes
Instructor support Yes
Time to complete 24 Months
No. of courses 600+