N
Nicholas Paldino [.NET/C# MVP]
Nishita,
What do you mean? As opposed to an EXE? From .NET 2.0 and on, the only
difference between dlls and exes are that exes are entry points to
applications, dlls are not. You can add references to each of them to use
the types that are used in them.
As for 1.1 and before, you could only set references to DLLs.
Hope this helps.
What do you mean? As opposed to an EXE? From .NET 2.0 and on, the only
difference between dlls and exes are that exes are entry points to
applications, dlls are not. You can add references to each of them to use
the types that are used in them.
As for 1.1 and before, you could only set references to DLLs.
Hope this helps.