
August 31st, 2007, 01:37 AM
|
|
Contributing User
|
|
Join Date: May 2006
Posts: 703
Time spent in forums: 1 Day 23 h 38 m 31 sec
Reputation Power: 3
|
|
|
DLL output file naming convension
Hello everyone,
Previously, I think if I am using namespace ns1, and declaring and defining a public class cs1 using C# Class Library project, I have to name the output DLL name to be ns1.dll. I have this idea because I noticed that Microsoft names the DLLs, like System.dll for name space System, System.Data.dll for name space System.Data.
Now I tried that I can name the output DLL name to arbitrary name (not ns1), like mylib.dll. Then the applications which use the DLL still work.
So, I think the conclusion should be, we can use arbitrary name which is not related to namespace. Right?
thanks in advance,
George
|