Fluent API Development in C#

Go to class
Write Review

Free Online Course: Fluent API Development in C# 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. Fluent API Development in C# is taught by Robby Millsap.

Overview
  • Master the art of designing fluent APIs, an extremely valuable skill in developing clean, easy-to-use, and maintainable C# code.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    1. Why Fluent?
    • Defining a fluent interface
    • A quick example
    • Creating paths
    2. Techniques
    • Method chaining
    • Using conjunctions
    • Generics
    • Indentation
    • Extension methods
    3. Existing Fluent APIs
    • LINQ
    • Azure Management
    • Fluent assertions
    4. Refactoring to Fluent
    • Overview of the console app
    • Diagram a fluent API
    • Code a fluent API
    Conclusion
    • Next steps