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

.NET (Core and Framework)

 
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 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:56
professionalCatchExAs10-Sep-14 9:56 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 10:02
mveDave Kreskowiak10-Sep-14 10:02 
GeneralRe: Are DLLs redundant in .NET? Pin
Eddy Vluggen10-Sep-14 10:04
professionalEddy Vluggen10-Sep-14 10:04 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 10:20
mveDave Kreskowiak10-Sep-14 10:20 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 11:06
mvePIEBALDconsult10-Sep-14 11:06 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 12:43
professionalCatchExAs10-Sep-14 12:43 
I just made a rough measure of this empirically:
1 class and 1 method DLL in release mode (4k on disk) vs EXE (5k on disk)
10 classes with 10 methods each in release mode gave DLL (7k on disk) and EXE (8k on disk)

So the bloat increases far less than I'd consider to be significant.

As for process start and CLR load.... remember we are just loading a library into an existing running CLR.
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 15:23
mvePIEBALDconsult10-Sep-14 15:23 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak10-Sep-14 17:35
mveDave Kreskowiak10-Sep-14 17:35 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs11-Sep-14 2:08
professionalCatchExAs11-Sep-14 2:08 
GeneralRe: Are DLLs redundant in .NET? Pin
Dave Kreskowiak11-Sep-14 2:15
mveDave Kreskowiak11-Sep-14 2:15 
AnswerRe: Are DLLs redundant in .NET? Pin
Rob Philpott11-Sep-14 0:34
Rob Philpott11-Sep-14 0:34 
AnswerRe: Are DLLs redundant in .NET? Pin
George Jonsson23-Sep-14 5:56
professionalGeorge Jonsson23-Sep-14 5:56 
Questionselect value in dropdownlist Pin
rupali45-Sep-14 1:11
rupali45-Sep-14 1:11 
QuestionIn what version(s) of .NET should a library be released? Pin
Graham Wilson3-Sep-14 9:35
Graham Wilson3-Sep-14 9:35 
AnswerRe: In what version(s) of .NET should a library be released? Pin
Kornfeld Eliyahu Peter3-Sep-14 9:50
professionalKornfeld Eliyahu Peter3-Sep-14 9:50 
AnswerRe: In what version(s) of .NET should a library be released? Pin
Bernhard Hiller3-Sep-14 20:35
Bernhard Hiller3-Sep-14 20:35 
AnswerRe: In what version(s) of .NET should a library be released? Pin
jschell5-Sep-14 9:57
jschell5-Sep-14 9:57 
QuestionMicrosoft Visual Studio running problem. Pin
hansoctantan1-Sep-14 6:46
professionalhansoctantan1-Sep-14 6:46 
AnswerRe: Microsoft Visual Studio running problem. Pin
Richard MacCutchan1-Sep-14 6:56
mveRichard MacCutchan1-Sep-14 6:56 
GeneralRe: Microsoft Visual Studio running problem. Pin
hansoctantan1-Sep-14 7:01
professionalhansoctantan1-Sep-14 7:01 
AnswerRe: Microsoft Visual Studio running problem. Pin
Rob Philpott1-Sep-14 7:03
Rob Philpott1-Sep-14 7:03 
GeneralRe: Microsoft Visual Studio running problem. Pin
hansoctantan1-Sep-14 7:17
professionalhansoctantan1-Sep-14 7:17 
GeneralRe: Microsoft Visual Studio running problem. Pin
Dave Kreskowiak1-Sep-14 7:44
mveDave Kreskowiak1-Sep-14 7:44 

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.