The Programming C# course provides full coverage of the programming skills required to create Windows applications using C#. This new and exciting course also provides knowledge on language syntax, C# program structure and implementation details. This new course provides you the needed training for building new data types, handling events, accessing a database, using remote data, integrating with unmanaged code, as well as the knowledge and skills to perform operations asyncrhonously, creating custom attributes and more. This course brings together all the features of programming in C# using Visual Studio. Some of the skills you will learn in this class are: Describe the core syntax and features of C#Implement the basic structure and essential elements of a typical desktop applicationEncrypt and decrypt data by using symmetric and asymmetric encryptionExamine the metadata of types by using reflection, create and use custom attributes, generate code at runtime and manage assembly versionsIntegrate unmanaged libraries and dynamic components into a C# applicationImprove the throughput and response time of applications by using tasks and asynchronous operationsBuild a graphical user interface by using XAMLUse the types in the System.Net namespace and WCF Data Services to access and query remote dataCreate and use an entity data model for accessing a database and use LINQ to query and update dataRead and write data by using file input/output and streams and serialize/deserialize data in different formatsUse inheritance to create a class hierarchy, extend a .NET Framework class and create generic classes and methodsCreate classes, define and implement interfaces and create and use generic collectionsCreate and call methods, catch/handle exceptions and describe the monitoring requirements of large applications