Reflection Demo is the associated repository for the videos Reflection in C# Part 1 and 2 in AK Academy YouTube Channel
Learn the basic concepts of Reflection in .NET Core (or Framework)
Create a basic example (Engine like Entity Framework Code First to generate SQL Tables from a given .NET Classes)
Create a Plugins system for your application (Letting other developers create libraries that could be added to your app just be adding the .dll file into the app folder)