0
Item added to cart

Search For Courses

Shopping Cart

Your cart is empty.

Your Account

Login or Create an Account

Contact By Phone

877-442-3915



Contact By Email

Your Account

Login or Create an Account

Contact By Phone

877-442-3915



Contact By Email

MOC On-Demand: 20483-Programming in C#

$995 | 90-month Training License

Course Overview

  The Programming in C# - 20483 course is a 5-day course that is designed for students who want to learn the programming skills needed to create Windows applications using the C# language.

Topics covered in the course include:

  • Understand the core syntax and features of C#.
  • Creating and calling methods, catching and handling exceptions, and describing the monitoring requirements of large-scale applications.
  • Implementing the basic structure and key elements of a typical desktop application.
  • Creating classes, defining and implementing interfaces, and creating and using generic collections.
  • Using inheritance to create a class hierarchy
  • Extending a .NET Framework class
  • Creating generic classes and methods.
  • Reading and writing data by using file input/output and streams
  • Serializing and deserializing data in different formats.
  • Creating and using an entity data model for accessing a database and using LINQ to query and update data.
  • Using the types in the System.Net namespace and WCF Data Services to access and query remote data.
  • Building a graphical user interface by using XAML.
  • Improving the throughput and response time of applications with tasks and asynchronous operations.
  • Integrating unmanaged libraries and dynamic components into a C# application.
  • Examining the metadata of types by using reflection, creating and using custom attributes, generating code at runtime, and managing assembly versions.
  • Encrypting and decrypting data by using symmetric and asymmetric encryption

Target Student:This course is designed for students with at least one year of programming experience in C, C++, Java or another eqivalent platform.

Students should possess the following hands-on experience using C# before attending the course:

  • Naming, declaring, initializing and assigning values to variables within an application.
  • Using arithmetic operators to perform arithmetic calculations involving one or more variables
  • Using relational operators to test the relationship between two variables or expressions
  • Using logical operators to combine expressions that contain relational operators.
  • Creating the code syntax for simple programming statements using C# language keywords and recognize syntax errors using the Visual Studio IDE.
  • Creating a simple branching structure using an IF statement.
  • Creating a simple looping structure using a For statement to iterate through a data array.
  • Using the Visual Studio IDE to locate simple logic errors.
  • Creating a Function that accepts arguments (parameters and returns a value of a specified type.
  • How to design and build a simple user interface using standard controls from the Visual Studio toolbox.
  • How to connect to a SQL Server database and the basics of how to retrieve and store data.
  • How to sort data in a loop.
  • How to recognize the classes and methods used in a program

Visual Studio Training

TARGETED FOR: Using Logical Operators | Using Relational Operators | Using Arithmetic Operators

Learn from Professional Instructors and move forward in your field with industry-aligned Visual Studio training.

+ Course Delivery Format
On-Demand

All of our On-Demand Classes were developed by professional instructors to provide you with a comprehensive learning experience.

How it works is once you register for an On-Demand course we will activate your course and send you instructions on how to access your training. You will have full access to your course during your license period and be able to review the material as much as you want during that time.

We offer On-Demand topics from different vendors in addition to our own courses, so the activation process is slightly different based on who offers the course. All instructions will be emailed upon class activation.

+ What's Included

  • Professional Level Training - Courses are developed by expert trainers with over 15 years of experience, so you will get a great course at a low price.
  • 24/7 Access - You can learn when it is convenient for you.
  • Affordable Pricing - Our classes are much cheaper than our live-instructor classes, so you can get the same excellent training at a lower price.
  • Free Repeat - You can repeat the On-Demand classes as many times as you like during the license period.
  • Hands-On Learning - Our classes are designed for you work hands on during the session so can stay engaged and really learn the material.
  • Certificate of Completion - Each student will receive a certificate of completion after completing the course.

+ Course Outline
Section 1: Review of C# Syntax
This section revisits the core syntax and features of the C# programming language. It also provides an introduction to the Visual Studio 2012 debugger.

Topics :
• Overview of Writing Applications using C#
• Datatypes, Operators, and Expressions
• C# Programming Language Constructs

Lab :
Developing the Class Enrolment Application
• Implementing Edit Functionality for the Students List
• Implementing Insert Functionality for the Students List
• Implementing Delete Functionality for the Students List
• Displaying the Student Age

Section 2: Creating Methods, Handling Exceptions, and Monitoring Applications
This section discusses how to create and call methods, catch and handle exceptions. This section also covers the monitoring requirements of large-scale applications.

Topics :
• Creating and Invoking Methods
• Creating Overloaded Methods and Using Optional and Output Parameters
• Handling Exceptions
• Monitoring Applications

Lab :
Extending the Class Enrolment Application Functionality
• Refactoring the Enrolment Code
• Validating Student Information
• Saving Changes to the Class List

Section 3: Developing the Code for a Graphical Application
This module describes how to implement the basic structure and essential elements of a typical desktop application, including using structures and enumerations, collections, and events.

Topics :
• Implementing Structs and Enums
• Organizing Data into Collections
• Handling Events

Lab :
Writing the Code for the Grades Prototype Application
• Adding Navigation Logic to the Application
• Creating Data Types to Store User and Grade Information
• Displaying User and Grade Information

Section 4: Creating Classes and Implementing Type-safe Collections
This section discusses how to create classes, define and implement interfaces, and create and use generic collections. This section also covers the differences between value types and reference types in C#.

Topics :
• Creating Classes
• Defining and Implementing Interfaces
• Implementing Type-safe Collections

Lab :
Adding Data Validation and Type-safety to the Grades Application
• Implementing the Teacher, Student, and Grade Types as Classes
• Adding Data Validation to the Grade Class
• Displaying Students in Name Order
• Enabling Teachers to Modify Class and Grade Data

Section 5: Creating a Class Hierarchy by Using Inheritance
This section discusses how to use inheritance to create a class hierarchy and extend a .NET Framework class. This section also covers how to create generic classes and define extension methods.

Topics :
• Creating Class Hierarchies
• Extending .NET Framework Classes
• Creating Generic Types

Lab :
Refactoring Common Functionality into the User Class
• Creating and Inheriting from the User Base Class
• Implementing Password Complexity by Using an Abstract Method
• Creating the ClassFullException Class

Section 6: Reading and Writing Local Data
This section discusses how to read and write data by using file input/output (I/O) and streams, and how to serialize and deserialize data in different formats.

Topics :
• Reading and Writing Files
• Serializing and Deserializing Data
• Performing I/O Using Streams

Lab :
Generating the Grades Report
• Serializing the Data for the Grades Report as XML
• Previewing the Grades Report
• Persisting the Serialized Grades Data to a File

Section 7: Accessing a Database
This section discusses how to create and use an entity data model for accessing a database, and how to use LINQ to query and update data.

Topics :
• Creating and Using Entity Data Models
• Querying Data by Using LINQ
• Updating Data by Using LINQ

Lab :
Retrieving and Modifying Grade Data
• Creating an Entity Model from the The School of Fine Arts Database
• Updating Student and Grade Data Using the Entity Framework
• Extending the Entity Model to Validate Data

Section 8: Accessing Remote Data
This section discusses how to use the types in the System.Net namespace, and WCF Data Services, to query and modify remote data.

Topics :
• Accessing Data Across the Web
• Accessing Data in the Cloud

Lab :
Retrieving and Modifying Grade Data in the Cloud
• Creating a WCF Data Service for the SchoolGrades Database
• Integrating the WCF Data Service into the Application
• Retrieving Student Photographs Over the Web

Section 9: Designing the User Interface for a Graphical Application
This section discusses how to build and style a graphical user interface by using XAML. This section also covers how to display data in a user interface by using data binding.

Topics :
• Using XAML to Design a User Interface
• Binding Controls to Data
• Styling a User Interface

Lab :
Customizing Student Photographs and Styling the Application
• Customizing the Appearance of Student Photographs
• Styling the Logon View and the StudentPhoto Control

Section 10: Improving Application Performance and Responsiveness
This section discusses how to improve the throughput and response time of applications by using tasks and asynchronous operations.

Topics :
• Implementing Multitasking by using Tasks and Lambda Expressions
• Performing Operations Asynchronously
• Synchronizing Concurrent Access to Data

Lab :
Improving the Responsiveness and Performance of the Application
• Ensuring that the User Interface Remains Responsive When Retrieving Data for Teachers
• Providing Visual Feedback During Long-Running Operations

Section 11: Integrating with Unmanaged Code
This section discusses how to integrate unmanaged libraries and dynamic components into a C# application. This section also covers how to control the lifetime of unmanaged resources.

Topics :
• Creating and Using Dynamic Objects
• Managing the Lifetime of Objects and Controlling Unmanaged Resources

Lab :
Upgrading the Grades Report
• Generating the Grades Report by Using Microsoft Office Word
• Controlling the Lifetime of Word Objects by Implementing the Dispose Pattern

Section 12: Creating Reusable Types and Assemblies
This section discusses how to examine the metadata of types by using reflection, create and use custom attributes, generate managed code at runtime, and manage different versions of assemblies.

Topics :
• Examining Object Metadata
• Creating and Using Custom Attributes
• Generating Managed Code
• Versioning, Signing and Deploying Assemblies

Lab :
Specifying the Data to Include in the Grades Report
• Creating the IncludeInReport Attribute
• Generating the Report
• Storing the Grades.Utilities Assembly Centrally

Section 13: Encrypting and Decrypting Data
This section discusses how to encrypt and decrypt data by using symmetric and asymmetric encryption.

Topics :
• Implementing Symmetric Encryption
• Implementing Asymmetric Encryption

Lab :
Encrypting and Decrypting Grades Reports
• Encrypting the Grades Report
• Decrypting the Grades Report
+ Prerequisites

Please check the course description to find prerequisite information.

+ Related Courses

Related Visual Studio Instructor-Led Courses

Click Class Title for Dates and Details Days Course Fee

As part of our commitment to supporting learners at every stage, we’re working to develop a library of free Visual Studio tutorials designed to help you tackle common tasks and workflows. We understand that not every situation calls for a full course, so these resources offer quick, practical guidance to help you get the job done efficiently.

Available Visual Studio On-Demand Courses

Course Title (Click For Details) Course Fee
No courses available

We have earned the trust of 15,481 customers, including these fine organizations:

United States Army Cisco United States Marine Corp HBO United States Air Force New York United States Navy Michigan Department of Homeland Security

Course Benefits

Professional Instruction

Our On-Demand classes are developed by professional instructors and provide you with a quality learning experience.

Hands-On Training

Our courses are all designed for the students to have hands-on interaction throughout the course.

Cost Savings

On-Demand classes are significantly less expensive than our live-instructor options.

Available 24/7

You are busy, we get it. Our On-Demand classes are available 24/7 so you can learn when it is convenient for you.

Financing Available

We offer affordable financing options for all of our courses to make sure cost is not a barrier to your progress.

Group Discount Options

Have a team to train? We offer discounted pricing for our On-Demand courses. Contact us for a quote.

Get Started Today!

Course Registration

Benefits of On-Demand Training Include:

  • Expert Instruction
  • Hands-On Skill Development
  • Free Lesson Repeats
  • Train Anywhere, Anytime
  • Boost Your Career Prospects
  • Financing Available

MOC On-Demand: 20483-Programming in C#

SAVE 10% FOR A LIMITED TIME

$995 / 90-month License




  • 24/7 Access
  • Hands-On Practice Exercises
  • Free Repeats
  • Professional Instruction

Client Reviews

Here’s what professionals and teams across the country are saying about their experience with Business Computer Skills

★★★★★
Rating 5.0 / 5.0

This was the class I needed. The instructor Jeff took his time and made sure we understood each topic before moving to the next. He answered all of our questions, and I don’t know about the rest of the students, but was very pleased with this experience.

Amanda T.,
Yale New Haven Hospital

★★★★★
5 / 5

Related Visual Studio Instructor-Led Courses

Click Class Title for Dates and Details Days Course Fee

As part of our commitment to supporting learners at every stage, we’re working to develop a library of free Visual Studio tutorials designed to help you tackle common tasks and workflows. We understand that not every situation calls for a full course, so these resources offer quick, practical guidance to help you get the job done efficiently.

Available Visual Studio On-Demand Courses

Course Title (Click For Details) Course Fee
No courses available
NEED GROUP TRAINING?

We Offer Live-Instructor Private Group Training

Benefits of Group Training Include:

  • Experienced Professional Instructor Trains Your Team
  • Content Focused On Your Team’s Needs
  • Convenient Scheduling and Class Setup
  • Significant Per/Student Cost Savings
  • Online, On-Site and Blended Options Available

Learn How Group Training Can Benefit Your Team

Request A Free Quote

Flexible Visual Studio Training Formats

Choose the training experience that fits your schedule, learning style, and professional goals. We offer flexible options for individuals and teams—whether you prefer virtual live instruction, on-demand access, or private group training.

Virtual Instructor-Led

Attend scheduled classes taught by expert instructors in real time. You can join remotely or from one of 250+ training center locations—for engaging, skill-based instruction with real-time support.

Learn More →

On Demand Training

Access pre-recorded Visual Studio courses 24/7. Learn at your own pace with flexible, self-guided modules—ideal for busy professionals or those who prefer to study independently.

Learn More →

Private Group Training

Tailored Visual Studio training for your organization—delivered either online or onsite. Designed to meet your team’s specific needs and schedule. Perfect for teams needing consistent, tailored instruction.

>Learn More →

Over 250 Locations Nationwide

Alabama
Arizona
Arkansas
California
Colorado
Connecticut
Delaware
Florida
Georgia
Idaho
Illinois
Indiana
Iowa
Kansas
Kentucky
Louisiana
Maine
Maryland
Massachusetts
Michigan
Minnesota
Missouri
Montana
Nebraska
Nevada
New Hampshire
New Jersey
New Mexico
New York
North Carolina
North Dakota
Ohio
Oklahoma
Oregon
Pennsylvania
Rhode Island
South Carolina
Tennessee
Texas
Utah
Virginia
Washington
Washington DC
Wisconsin