Tutorials
C# Scripting Engine Part 9 – Installed Runtime
Welcome back to another post on building a C# scripting engine. Today, we’ll look at how we can avoid bundling the 200+ .NET Runtime DLLs with our application. Instead, we will load the DLLs that Read more…