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
- Host: GitHub
- URL: https://github.com/aksoftware98/reflectiondemo
- Owner: aksoftware98
- Created: 2019-12-30T20:36:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T19:58:37.000Z (over 2 years ago)
- Last Synced: 2025-02-09T07:34:04.418Z (over 1 year ago)
- Language: C#
- Size: 1.18 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)