blah blah blah is here! blah blah » Close

0
votes
0 answers

EXEs instead of DLLs to host class libraries

Hello, Before .Net, it was not a good programming practice to use an EXE to host class libraries. I was wondering if it's still the case with .Net. I can make the public classes in my .Net EXEs avaialble to other applications, and I'm ...

Feedback