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

.NET (Core and Framework)

 
QuestionOutput to memorystream Pin
byka12-Sep-14 2:35
byka12-Sep-14 2:35 
AnswerRe: Output to memorystream Pin
jschell13-Sep-14 6:44
jschell13-Sep-14 6:44 
AnswerRe: Output to memorystream Pin
Eddy Vluggen15-Sep-14 8:34
professionalEddy Vluggen15-Sep-14 8:34 
QuestionBlog and RSS feeds Pin
Bastien Vandamme10-Sep-14 23:24
Bastien Vandamme10-Sep-14 23:24 
AnswerRe: Blog and RSS feeds Pin
Richard MacCutchan10-Sep-14 23:46
mveRichard MacCutchan10-Sep-14 23:46 
GeneralRe: Blog and RSS feeds Pin
Bastien Vandamme13-Sep-14 16:13
Bastien Vandamme13-Sep-14 16:13 
GeneralRe: Blog and RSS feeds Pin
Richard MacCutchan14-Sep-14 0:10
mveRichard MacCutchan14-Sep-14 0:10 
QuestionAre DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 7:24
professionalCatchExAs10-Sep-14 7:24 
Whilst prototyping a console app the other day, it stuck me that the dynamically linked library seemed somewhat redundant in .NET and that was nothing I could do with one that could not be achieved by creating an executable. I can add a reference and reuse publically declared types whilst with both. But an executable has some obvious benefits, yet I've always created DLLs because I've been told 'it's best practice' or just followed other's examples.

Can anyone think of a technical reason why you'd choose to build a library over an executable? Is a DLL an artefact simply for some legacy backwards compatibility that I'm unaware of?

Thoughts?
AnswerRe: Are DLLs redundant in .NET? Pin
Richard Deeming10-Sep-14 7:34
mveRichard Deeming10-Sep-14 7:34 
GeneralRe: Are DLLs redundant in .NET? Pin
CatchExAs10-Sep-14 9:38
professionalCatchExAs10-Sep-14 9:38 
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
CatchExAs10-Sep-14 9:50
professionalCatchExAs10-Sep-14 9:50 
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 
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 

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.