DeanMc
Nov 20th, 2009, 07:22 AM
Hi Guys,
So I have been developing do different applications that seem to share a lot of the same features. Currently I am copy and pasting classes into each one rather than using .DLL's.
This lead me to wonder, if designed right a lot of my code could be packaged in .DLL's and used as blocks to build an application.
What sort of overhead is there to this method, does it slow the application down? It would be nice to have a small data base of DLL's that I could just copy to the solution and have insta functionality!
So I have been developing do different applications that seem to share a lot of the same features. Currently I am copy and pasting classes into each one rather than using .DLL's.
This lead me to wonder, if designed right a lot of my code could be packaged in .DLL's and used as blocks to build an application.
What sort of overhead is there to this method, does it slow the application down? It would be nice to have a small data base of DLL's that I could just copy to the solution and have insta functionality!