Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:55
mveDave Kreskowiak10-Sep-14 9:55 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 9:59
mvePIEBALDconsult10-Sep-14 9:59 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 10:04
mveDave Kreskowiak10-Sep-14 10:04 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 10:58
mvePIEBALDconsult10-Sep-14 10:58 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 10:00
professionalCatchExAs10-Sep-14 10:00 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 10:07
mveDave Kreskowiak10-Sep-14 10:07 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 12:12
professionalCatchExAs10-Sep-14 12:12 
AnswerRe: Are DLLs redundant in .NET? Pin
Eddy Vluggen10-Sep-14 7:57
professionalEddy Vluggen10-Sep-14 7:57 
CatchExAs wrote:
Can anyone think of a technical reason why you'd choose to build a library over
an executable?
..because the code is not an executable; that's the reason I did not include an entry point.

If I put a logger into a separate assembly, I can easily swap it with another, without ever touching the executable. The logger-class does not need to run independently of the main executable. Same goes for most code.

And yes, I've got some private projects where I use executables as if they are DLL's; it's just a collection of code after all.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 8:04
mvePIEBALDconsult10-Sep-14 8:04 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:37
professionalCatchExAs10-Sep-14 9:37 
GeneralRe: Are DLLs redundant in .NET? Pin
Eddy Vluggen10-Sep-14 10:03
professionalEddy Vluggen10-Sep-14 10:03 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 11:01
mvePIEBALDconsult10-Sep-14 11:01 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 12:23
professionalCatchExAs10-Sep-14 12:23 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 15:20
mvePIEBALDconsult10-Sep-14 15:20 
GeneralRe: Are DLLs redundant in .NET? Pin
Eddy Vluggen11-Sep-14 7:14
professionalEddy Vluggen11-Sep-14 7:14 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult11-Sep-14 7:19
mvePIEBALDconsult11-Sep-14 7:19 
AnswerRe: Are DLLs redundant in .NET? Pin
Pete O'Hanlon10-Sep-14 8:05
mvePete O'Hanlon10-Sep-14 8:05 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 9:44
mvePIEBALDconsult10-Sep-14 9:44 
AnswerRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:22
mveDave Kreskowiak10-Sep-14 9:22 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 9:42
mvePIEBALDconsult10-Sep-14 9:42 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:46
mveDave Kreskowiak10-Sep-14 9:46 
GeneralRe: Are DLLs redundant in .NET? Pin
Eddy Vluggen10-Sep-14 10:19
professionalEddy Vluggen10-Sep-14 10:19 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 11:03
mvePIEBALDconsult10-Sep-14 11:03 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:46
professionalCatchExAs10-Sep-14 9:46 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 9:50
mveDave Kreskowiak10-Sep-14 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.