MOC 20483B Programming in C#
MOC 20483B Programming in C#
Programming in C#
MOC 20483B
Description
This training course teaches developers the programming skills that are required for developers to create
Windows applications using the C# language. During their five days in the classroom students review the basics of
C# program structure, language syntax, and implementation details, and then consolidate their knowledge
throughout the week as they build an application that incorporates several features of the .NET Framework 4.5.
The course introduces many of the techniques and technologies employed by modern desktop and enterprise
applications, including:
Performance-based Objectives
After completing this course, the student will be able to:
Describe the core syntax and features of C#.
Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-
scale applications.
Implement the basic structure and essential elements of a typical desktop application.
Create classes, define and implement interfaces, and create and use generic collections.
Use inheritance to create a class hierarchy, extend a .NET Framework class, and create generic classes and
methods.
Read and write data by using file input/output and streams, and serialize and deserialize data in different
formats.
Create and use an entity data model for accessing a database and use LINQ to query and update data.
Use the types in the System.Net namespace and WCF Data Services to access and query remote data.
Build a graphical user interface by using XAML.
Improve the throughput and response time of applications by using tasks and asynchronous operations.
Integrate unmanaged libraries and dynamic components into a C# application.
Examine the metadata of types by using reflection, create and use custom attributes, generate code at
runtime, and manage assembly versions.
Encrypt and decrypt data by using symmetric and asymmetric encryption.
Outline
Module 1: Review of C# Syntax Module 2: Creating Methods, Handling
Exceptions, and Monitoring Applications
This module reviews the core syntax and features of
the C# programming language. It also provides an This module explains how to create and call
introduction to the Visual Studio 2012 debugger. methods, catch and handle exceptions. This module
Lessons also describes the monitoring requirements of large-
scale applications.
Overview of Writing Applications using C#
Datatypes, Operators, and Expressions Lessons
C# Programming Language Constructs Creating and Invoking Methods
Creating Overloaded Methods and Using
Optional and Output Parameters