(Print this page)

New article: Embedding a DLL in a .Net application
Published date: Sunday, December 20, 2015
On: Moer and Éric Moreau's web site

I just published my last article for 2015.

Embedding a component as a resource in an application simplifies the distribution because you have less resources (files) to distribute.

A couple of months ago, I have shown how to embed a font into a WPF application. But we are not limited to fonts. DLLs from Class library can be embedded as well but it is a bit more complex to use them.

This month, I will show you how to embed a .Net DLL into a .Net application. I believe that this trick can be useful in very specific situation. But for large applications, I would never recommend to use this solution!

You can read this article from http://emoreau.com/Entries/Articles/2015/12/Embedding-a-DLL-in-a-Net-application.aspx


(Print this page)