How to make a dll in c#

Making a dll file is very useful if you need your code to be easily used in multiple places. Ex. Let's say you have a genius idea on how to add two numbers, but you don't want to make the code public in fear of someone stealing your idea and taking credit. Using a dll file is the most common and efficient way to achieve that. A DLL is a library that contains code and data that can be used by more than one program at the same time....

July 3, 2015 · 3 min · 548 words · Fahad