multiple modules under one solution

Posted by Vicky on Stack Overflow See other posts from Stack Overflow or by Vicky
Published on 2010-04-09T09:48:20Z Indexed on 2010/04/09 9:53 UTC
Read the original article Hit count: 367

Filed under:
|

I have a project under which various distributed applications are placed; the whole project is under a single dll. Hence, if any issue occurs we need to re-build the whole application to run or import to our server. I am looking for the best possible way to make the build process faster and also bit worried about the size of the DLL. Is it a good way to have separate dll for all the modules or split the application in multiple projects??? Can, anyone suggest the best way or example to deal with this situation. Any help would be appreciated.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about multiple

Related posts about applications