Skip to content

C# app that loads DLLs Dynamically with dependent DLLs for ex Nuget packages

License

Notifications You must be signed in to change notification settings

07prajwal2000/Dynamic-CSharp-DLL-Loader

Repository files navigation

Dynamic DLL Loader in C#

A simple application that loads C# DLL's at runtime with all of it's dependencies (even Nuget packages examples provided) using Reflection. The code written in .Net 8.0 and, I guess it would work in older versions as well.

Disclaimer ⚠: Code is not clean and may not be performant.

About

C# app that loads DLLs Dynamically with dependent DLLs for ex Nuget packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages