Reflection in C# — a practical guide to C# reflection with clear examples you can reuse in real projects.
C# Tutorial Series (100/121). Prefer one article? Read the complete C# tutorial.
Short description
Powerful but slower — use for frameworks/plugins, not hot loops.
Reflection tip
Type.GetType / GetMethods
Attributes discovery
Prefer source generators when possible