An open API service indexing awesome lists of open source software.

https://github.com/aksoftware98/reflectiondemo

Reflection Demo is the associated repository for the videos Reflection in C# Part 1 and 2 in AK Academy YouTube Channel
https://github.com/aksoftware98/reflectiondemo

Last synced: about 1 year ago
JSON representation

Reflection Demo is the associated repository for the videos Reflection in C# Part 1 and 2 in AK Academy YouTube Channel

Awesome Lists containing this project

README

          

# Reflection Demo
Reflection Demo is the associated repository for the videos Reflection in C# Part 1 and 2 in AK Academy YouTube Channel

https://youtu.be/r9yAdJfx2WM

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)