G
Guest
I posted this question in the past, but have not
yet received an answer. Here is the question.
By default an ASP.NET app developed in Visual Studio
compiles it's code to a DLL located in the bin directory.
Is it worth while to try to break your code into seperate
DLLs, rather than allow your project to keep building this
DLL larger and larger as you develop your app? Does it
save memory to have less frequently used (by the user)
code in a seperate DLL.
If you broke the code into seperate DLLs and wanted to
continue to work within Visual Studio, would you need
seperate projects?
If you had seperate dependant projects would all the
Dlls wind up in the same bin directory, or in a seperate
bin for each project.
Thanks in advance - (e-mail address removed)
yet received an answer. Here is the question.
By default an ASP.NET app developed in Visual Studio
compiles it's code to a DLL located in the bin directory.
Is it worth while to try to break your code into seperate
DLLs, rather than allow your project to keep building this
DLL larger and larger as you develop your app? Does it
save memory to have less frequently used (by the user)
code in a seperate DLL.
If you broke the code into seperate DLLs and wanted to
continue to work within Visual Studio, would you need
seperate projects?
If you had seperate dependant projects would all the
Dlls wind up in the same bin directory, or in a seperate
bin for each project.
Thanks in advance - (e-mail address removed)