C# Load all assemblies from encrypted zip package and run the app from package using runner app
I have a requirement where I am writing C# console app; which is a runner app; which downloads the encrypted zip package from provide url (and has an entry assembly info and includes all files required to run that package app).