logo


your one source for IT & AV

Training Presentation Systems Services & Consulting Cloud Services Purchase Client Center Computer Museum
Arrow Course Schedule | Classroom Rentals | Student Information | Free Seminars | Client Feedback | Partners | Survey | Standby Discounts

Programming in C#

SS Course: GK821522

Course Overview

TOP

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.

                                                                  

Scheduled Classes

TOP

Outline

TOP
  1. Visual C# Syntax
    • Writing Applications Using C#
    • Datatypes, Operators, and Expressions
    • C# Programming Language Constructs
  2. Creating Methods, Handling Exceptions, and Monitoring Applications
    • Creating and Invoking Methods
    • Creating Overloaded Methods and Using Optional and Output Parameters
    • Handling Exceptions
    • Monitoring Applications
  3. Basic types and constructs of Visual C#
    • Implementing Structs and Enums
    • Organizing Data into Collections
    • Handling Events
  4. Creating Classes and Implementing Type-Safe Collections
    • Creating Classes
    • Defining and Implementing Interfaces
    • Implementing Type-Safe Collections
  5. Creating a Class Hierarchy Using Inheritance
    • Creating Class Hierarchies
    • Extending .NET Framework Classes
  6. Reading and Writing Local Data
    • Reading and Writing Files
    • Serializing and Deserializing Data
    • Performing I/O Using Streams
  7. Accessing a Database
    • Creating and Using Entity Data Models
    • Querying Data Using LINQ
  8. Accessing Remote Data
    • Accessing Data Across the Web
    • Accessing Data in the OData Connected Services
  9. Designing the User Interface for a Graphical Application
    • Using XAML to Design a User Interface
    • Binding Controls to Data
  10. Improving Application Performance and Responsiveness
    • Implementing Multitasking
    • Performing Operations Asynchronously
    • Synchronizing Concurrent Access to Data
  11. Integrating with Unmanaged Code
    • Creating and Using Dynamic Objects
    • Managing the Lifetime of Objects and Controlling Unmanaged Resources
  12. Creating Reusable Types and Assemblies
    • Examining Object Metadata
    • Creating and Using Custom Attributes
    • Generating Managed Code
    • Versioning, Signing, and Deploying Assemblies
  13. Encrypting and Decrypting Data
    • Implementing Symmetric Encryption
    • Implementing Asymmetric Encryption

    Prerequisites

    TOP

    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

      Who Should Attend

      TOP
      • 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