🇩🇪
Programm
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.

After completing this course, students will be able to:
  • Review of C# Syntax
  • Creating Methods, Handling Exceptions, and Monitoring Applications
  • Developing the Code for a Graphical Application
  • Creating Classes and Implementing Type-safe Collections
  • Creating a Class Hierarchy by Using Inheritance
  • Reading and Writing Local Data
  • Accessing a Database
  • Accessing Remote Data
  • Designing the User Interface for a Graphical Application
  • Improving Application Performance and Responsiveness
  • Integrating with Unmanaged Code
  • Creating Reusable Types and Assemblies
  • Encrypting and Decrypting Data
Ziele
  1. Review of C# Syntax
    1. Overview of Writing Applications using C#
    2. Datatypes, Operators, and Expressions
    3. C# Programming Language Constructs
      1. Implementing Edit Functionality for the Students List
      2. Implementing Insert Functionality for the Students List
      3. Implementing Delete Functionality for the Students List
      4. Displaying the Student Age
  2. Creating Methods, Handling Exceptions, and Monitoring Applications
    1. Creating and Invoking Methods
    2. Creating Overloaded Methods and Using Optional and Output Parameters
    3. Handling Exceptions
    4. Monitoring Applications
      1. Extending the Class Enrolment Application Functionality
  3. Developing the Code for a Graphical Application
    1. Implementing Structs and Enums
    2. Organizing Data into Collections
    3. Handling Events
      1. Writing the Code for the Grades Prototype Application
  4. Creating Classes and Implementing Type-safe Collections
    1. Creating Classes
    2. Defining and Implementing Interfaces
    3. Implementing Type-safe Collections
      1. Adding Data Validation and Type-safety to the Grades Application
  5. Creating a Class Hierarchy by Using Inheritance
    1. Creating Class Hierarchies
    2. Extending .NET Framework Classes
    3. Creating Generic Types
      1. Refactoring Common Functionality into the User Class
  6. Reading and Writing Local Data
    1. Reading and Writing Files
    2. Serializing and Deserializing Data
    3. Performing I/O Using Streams
      1. Generating the Grades Report
  7. Accessing a Database
    1. Creating and Using Entity Data Models
    2. Querying Data by Using LINQ
    3. Updating Data by Using LINQ
      1. Retrieving and Modifying Grade Data
  8. Accessing Remote Data
    1. Accessing Data Across the Web
    2. Accessing Data in the Cloud
      1. Retrieving and Modifying Grade Data in the Cloud
  9. Designing the User Interface for a Graphical Application
    1. Using XAML to Design a User Interface
    2. Binding Controls to Data
    3. Styling a User Interface
      1. Customizing Student Photographs and Styling the Application
  10. Improving Application Performance and Responsiveness
    1. Implementing Multitasking by using Tasks and Lambda Expressions
    2. Performing Operations Asynchronously
    3. Synchronizing Concurrent Access to Data
      1. Improving the Responsiveness and Performance of the Application
  11. Integrating with Unmanaged Code
    1. Creating and Using Dynamic Objects
    2. Managing the Lifetime of Objects and Controlling Unmanaged Resources
      1. Upgrading the Grades Report
  12. Creating Reusable Types and Assemblies
    1. Examining Object Metadata
    2. Creating and Using Custom Attributes
    3. Generating Managed Code
    4. Versioning, Signing and Deploying Assemblies
      1. Specifying the Data to Include in the Grades Report
  13. Encrypting and Decrypting Data
    1. Implementing Symmetric Encryption
    2. Implementing Asymmetric Encryption
      1. Encrypting and Decrypting Grades Reports
Voraussetzungen
This course requires that you meet the following prerequisites:
    Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks.