C#: Advanced Practices

Go to class
Write Review

Free Online Course: C#: Advanced Practices provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C#: Advanced Practices is taught by Microsoft .NET and Mika Dumont.

Overview
  • This course introduces you to advanced practices in C#, such as LINQ queries, asynchronous task composition, and multithreading.

Syllabus
  • 1. C#: Advanced Practices

    • Introduction to Language Integrated Query (LINQ)
    • Learn LINQ query syntax
    • LINQ query composition and execution
    • LINQ, Entity Framework, and remote data sources
    • Introduction to async, await, and tasks
    • Asynchronous task composition
    • Handling asynchronous exceptions
    • Distinguish asynchronous and multithreading