Course Details
Course Outline
1 - Review of C# Syntax
Overview of Writing Applications using C#Datatypes, Operators, and ExpressionsC# Programming Language ConstructsLab : Developing the Class Enrolment Application
2 - Creating Methods, Handling Exceptions, and Monitoring Applications
Creating and Invoking MethodsCreating Overloaded Methods and Using Optional and Output ParametersHandling ExceptionsMonitoring ApplicationsLab : Extending the Class Enrolment Application Functionality
3 - Developing the Code for a Graphical Application
Implementing Structs and EnumsOrganizing Data into CollectionsHandling EventsLab : Writing the Code for the Grades Prototype Application
4 - Creating Classes and Implementing Type-safe Collections
Creating ClassesDefining and Implementing InterfacesImplementing Type-safe CollectionsLab : Adding Data Validation and Type-safety to the Grades Application
5 - Creating a Class Hierarchy by Using Inheritance
Creating Class HierarchiesExtending .NET Framework ClassesCreating Generic TypesLab : Refactoring Common Functionality into the User Class
6 - Reading and Writing Local Data
Reading and Writing FilesSerializing and Deserializing DataPerforming I/O Using StreamsLab : Generating the Grades Report
7 - Accessing a Database
Creating and Using Entity Data Models Querying Data by Using LINQUpdating Data by Using LINQLab : Retrieving and Modifying Grade Data
8 - Accessing Remote Data
Accessing Data Across the WebAccessing Data in the CloudLab : Retrieving and Modifying Grade Data in the Cloud
9 - Designing the User Interface for a Graphical Application
Using XAML to Design a User InterfaceBinding Controls to DataStyling a User InterfaceLab : Customizing Student Photographs and Styling the Application
10 - Improving Application Performance and Responsiveness
Implementing Multitasking by using Tasks and Lambda ExpressionsPerforming Operations AsynchronouslySynchronizing Concurrent Access to DataLab : Improving the Responsiveness and Performance of the Application
11 - Integrating with Unmanaged Code
Creating and Using Dynamic ObjectsManaging the Lifetime of Objects and Controlling Unmanaged ResourcesLab : Upgrading the Grades Report
12 - Creating Reusable Types and Assemblies
Examining Object MetadataCreating and Using Custom AttributesGenerating Managed CodeVersioning, Signing and Deploying AssembliesLab : Specifying the Data to Include in the Grades Report
13 - Encrypting and Decrypting Data
Implementing Symmetric EncryptionImplementing Asymmetric EncryptionLab : Encrypting and Decrypting Grades Reports
Actual course outline may vary depending on offering center. Contact your sales representative for more information.
Who is it For?
Target Audience
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 course is not designed for students who are new to programming; it is targeted at professional developers with at least one month of experience programming in an object-oriented environment.
Prerequisites
Other Prerequisites
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#.