loader

Training & Certifications


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:

  1. Building new data types.
  2. Handling events.
  3. Programming the user interface.
  4. Accessing a database.
  5. Using remote data.
  6. Performing operations asynchronously.
  7. Integrating with unmanaged code.
  8. Creating custom attributes.
  9. Encrypting and decrypting data.

At the end of the course, students should leave the class with a solid knowledge of C# and how to use it to develop .NET Framework 4.5 applications. This course uses Visual Studio 2012, running on Windows 8.


At the end of the program, the participants will be able to :

  1. Describe the core syntax and features of C#
  2. Create and call methods, catch and handle exceptions, and describe the monitoring requirements of large-scale applications
  3. Implement the basic structure and essential elements of a typical desktop application
  4. Create classes, define and implement interfaces, and create and use generic collections
  5. Use inheritance to create a class hierarchy, extend a .NET Framework class, and create generic classes and methods
  6. Read and write data by using file input/output and streams, and serialize and deserialize data in different formats
  7. Create and use an entity data model for accessing a database and use LINQ to query and update data
  8. Use the types in the System.Net namespace and WCF Data Services to access and query remote data
  9. Build a graphical user interface by using XAML
  10. Improve the throughput and response time of applications by using tasks and asynchronous operations
  11. Integrate unmanaged libraries and dynamic components into a C# application
  12. Examine the metadata of types by using reflection, create and use custom attributes, generate code at runtime, and manage assembly versions
  13. Encrypt and decrypt data by using symmetric and asymmetric encryption

This course is intended for experienced developers who already have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic®, or Java and understand the concepts of object-oriented programming.


This program is 5 days of intensive training class.


Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks. More specifically, students should have hands-on experience using C# that demonstrates their understanding of the following:

  1. How to name, declare, initialize and assign values to variables within an application.
  2. How to use:
    • 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.
  3. How to create the code syntax for simple programming statements using C# language keywords and recognize syntax errors using the Visual Studio IDE.
  4. How to create a simple branching structure using an IF statement.
  5. How to create a simple looping structure using a For statement to iterate through a data array.
  6. How to use the Visual Studio IDE to locate simple logic errors.
  7. How to create a Function that accepts arguments (parameters and returns a value of a specified type.
  8. How to design and build a simple user interface using standard controls from the Visual Studio toolbox.
  9. How to connect to a SQL Server database and the basics of how to retrieve and store data.
  10. How to sort data in a loop.
  11. How to recognize the classes and methods used in a program.

At the end of the program, the participants will be assessed with 2 hours of Programming in C#Exam.


-


  1. Overview of Writing Applications using C#
  2. Datatypes, Operators, and Expressions
  3. C# Programming Language Constructs

Lab : Developing the Class Enrolment Application

  1. Creating and Invoking Methods
  2. Creating Overloaded Methods and Using Optional and Output Parameters
  3. Handling Exceptions
  4. Monitoring Applications

Lab : Extending the Class Enrolment Application Functionality

  1. Implementing Structs and Enums
  2. Organizing Data into Collections
  3. Handling Events

Lab : Writing the Code for the Grades Prototype Application

  1. Creating Classes
  2. Defining and Implementing Interfaces
  3. Implementing Type-safe Collections

Lab : Adding Data Validation and Type-safety to the Grades Application

  1. Creating Class Hierarchies
  2. Extending .NET Framework Classes
  3. Creating Generic Types

Lab : Refactoring Common Functionality into the User Class

  1. Reading and Writing Files
  2. Serializing and Deserializing Data
  3. Performing I/O Using Streams

Lab : Generating the Grades Report

  1. Creating and Using Entity Data Models
  2. Querying Data by Using LINQ
  3. Updating Data by Using LINQ

Lab : Retrieving and Modifying Grade Data

  1. Accessing Data Across the Web
  2. Accessing Data in the Cloud

Lab : Retrieving and Modifying Grade Data in the Cloud

  1. Using XAML to Design a User Interface
  2. Binding Controls to Data
  3. Styling a User Interface

Lab : Customizing Student Photographs and Styling the Application

  1. Implementing Multitasking by using Tasks and Lambda Expressions
  2. Performing Operations Asynchronously
  3. Synchronizing Concurrent Access to Data

Lab : Improving the Responsiveness and Performance of the Application

  1. Creating and Using Dynamic Objects
  2. Managing the Lifetime of Objects and Controlling Unmanaged Resources

Lab : Upgrading the Grades Report

  1. Examining Object Metadata
  2. Creating and Using Custom Attributes
  3. Generating Managed Code
  4. Versioning, Signing and Deploying Assemblies

Lab : Specifying the Data to Include in the Grades Report

  1. Implementing Symmetric Encryption
  2. Implementing Asymmetric Encryption

Lab : Encrypting and Decrypting Grades Reports


Scroll to Top