↧
Run an application from memory
What for? There are many reasons why running an application from memory may be useful. For example your machine might have white-listed applications or you might want to gain some security by deploying...
View ArticleEmbedded Class Libraries (DLL)
Sometimes we need to prepare a single file application, but what if we want to split a code into DLLs or use 3rd party libraries? Fortunately .NET provides an event AssemblyResolve, which allows us to...
View Article