Jump to content
xisto Community
Sign in to follow this  
kvarnerexpress

When To Make Dlls?

Recommended Posts

in c#, how do i decide when to make a class(es) a DLL or when to implement it as just an exe? im a little vague on the area. in my mind, i would make a dll that contained a bunch of similar classes or classes that associate with one another and implement the exe file as just a interface class for the DLL (ie, like in say Java, have some Greeter class, and have a seperate GreeterTest class to instantiate the Greeter class) is this the right train of thought or am i completely off?

Share this post


Link to post
Share on other sites

Dlls are made to kind of splitting the whole program into small files so that the whole of program doesnt get loaded and crash the memory. So when a dll is called only a part of the program is loaded into the memory

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.