Using Generics in C#

Go to class
Write Review

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

Overview
  • Learn how to use C# generics to build more reusable, type-safe code. Find out how to use generics in popular C# design patterns.

Syllabus
  • Introduction

    • Using generics to make your code safer and more valuable
    • What you should know
    • Exercise files
    1. Overview
    • History
    • Problem statement
    • Introducing generics
    • Type scoping
    • Constraints
    • Collections
    2. Architecting in Generics
    • Introduction
    • Service locator
    • Visitor
    • Observer
    Conclusion
    • What we learned