Tip: How to Load Assembly DLLs Dynamically
Hello Community,in my opinion dynamic loading of dotNET assembly DLLs at the runtime a necessity. Therefore here a first approach how this possibility can be realized.At first I developed a tiny library, which I packed in a NuGet. //-Begin-----------...