donderdag 14 augustus 2014

Dynamically loading Assemblies to reduce Runtime Dependencies

Using a static language like C# tends to work with hard assembly bindings for everything. But what if you want only want to provide an assembly optionally, if the functionality is actually used by the user? In this article I discuss a scenario where dynamic loading and activation made sense for me and show the code required to activate and use components loaded at runtime using Reflection and dynamic in combination.






Dynamically loading Assemblies to reduce Runtime Dependencies

Geen opmerkingen:

Een reactie posten