- Course
- Core Tech
C# Reflection
In this course you’ll learn when reflection is useful and how to use it with C# 12 in .NET 8.
What you'll learn
In this course, C# Reflection, you’ll learn how to use reflection in C# 12. First, you’ll explore for which use cases reflection can be useful. Next, you’ll discover how to use reflection to inspect & manipulate classes and objects at runtime. Finally, you’ll learn how to apply reflection when working with generics. When you’re finished with this course, you’ll have in-depth knowledge on using reflection with C# 12.
Table of contents
- Introduction | 2m 1s
- Coming Up | 1m 23s
- Course Prerequisites | 24s
- Frameworks and Tooling | 1m 47s
- Defining Reflection | 5m 23s
- Reflection Use Cases and Considerations | 2m 42s
- Demo - Introducing the Demo Application | 1m 28s
- Demo - Inspecting a Type | 12m 58s
- Demo - Getting Info About a Type | 6m 45s
- Inspecting Specialized Forms of MethodInfo | 2m 24s
- Early and Late Binding | 3m 1s
- Demo - Controlling the Way Reflection Searches with BindingFlags | 2m 17s
- Summary | 2m 27s
About the author
Kevin Dockx is a freelance solution architect (mobile/web), author & consultant, living in Antwerp (Belgium).
More Courses by Kevin