Course Catalog
Programming in C#
Code: Prog C#
Duration: 5 Day
$2995 USD

OVERVIEW

In this course, you will gain the programming skills that are required for developers to create Windows applications using the Visual C# language. During their five days in the classroom students review the basics of Visual 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.7.

This course uses Visual Studio 2017 running on Windows 10.

DELIVERY FORMAT

This course is available in the following formats:

Virtual Classroom

Duration: 5 Day
Classroom

Duration: 5 Day

CLASS SCHEDULE
Call 800-798-3901 to enroll in this class!

GOALS
  • Core syntax and features of Visual C#
  • Create methods 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 and to extend a .NET Framework class.
  • Read and write data by using file input/output and streams and serialize/deserialize data in different formats
  • Create and use an entity data model for accessing a database and use LINQ to query data
  • Access and query remote data by using the types in the System.Net namespace and WCF Data Services.
  • 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
  • Exam the metadata of types 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

Will Be Updated Soon!
Will Be Updated Soon!
LABS

Will Be Updated Soon!
Will Be Updated Soon!
WHO SHOULD ATTEND
  • Experienced developers who have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic, or Java and understand the concepts of object-oriented programming
  • Professional developers with at least one month of experience programming in an object-oriented environment
PREREQUISITES

How to name, declare, initialize, and assign values to variables within an application

  • Experience using:
    • Arithmetic operators to perform arithmetic calculations involving one or more variables
    • Relational operators to test the relationship between two variables or expressions
    • Logical operators to combine expressions that contain relational operators
  • Experience creating:
    • Code syntax for simple programming statements using C# language keywords and recognize syntax errors using the Visual Studio IDE
    • Simple branching structure using an IF statement
    • Simple looping structure using a For statement to iterate through a data array
  • Understanding of how to:
    • Use the Visual Studio IDE to locate simple logic errors
    • Design and build a simple user interface using standard controls from the Visual Studio toolbox
    • Connect to a SQL Server database and the basics of how to retrieve and store data
    • Sort data in a loop
    • Recognize the classes and methods used in a program