< KosherCode/>

Mon Jan 07 2013

C# How To Embed And Reference An External Assembly (DLL) - Windows Forms

In this tutorial, I show you how to embed and reference an external .NET assembly (dll) inside of your own Windows Form Application. This is useful if you want to ship an application that relies on external libraries, but you only want to ship one executable file.