Multiple DLL's

B

brian

I have an Intranet site that acts as the employees
central spot to input, edit, and view data from a SQL
2000 DB. Currently I have 5 programs written using VB
codebehind on the ASP.NET pages each with about 2000
lines of code each.

I am wondering- should I be breaking these programs out
into their own DLL or is it alright to keep compiling
them all into one big DLL?

I am asking because it is taking longer and longer to
compile. Lately when I am working on a new web program-
I write it in its own project and import it into the main
project.

Any insight would be helpful!

Thanks
 
G

Guest

If it s getting to the point where it is having a negative impact on your
compiler time then you might look at breaking it up into logical pieces.
Especailly if you find yourself only changing certain pieces of code or
adding new code to certain parts.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,282
Latest member
RoseannaBa

Latest Threads

Top