Here's How C# Attributes Make Reflection a Breeze!
March 8, 2024
• 845 views
reflection in C#microsoft mvpc# reflection tutorialc# reflectionwhat is reflection in c#how to use reflection in c#c# reflection examplec# reflectionsattributes and reflection in c#c# attributes and reflectionreflection in c#c# type getconstructor examplereflection c# explaineddotnet reflectionreflection performance .netreflection c#attributes in C#attribute in c#c# attributescustom attributes in c#custom attribute in c#C#dotnet
Finding types in reflection can mean iterating through assemblies and looking for whatever matches your naming convention or some other heuristic. But what if we could find C# types using reflection in an easier way? What if we could use that same approach to find other members of those types as well?
In this video, I'll explain how we can use attributes in C# combined with reflection in order to find types and members easily.
