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

.NET (Core and Framework)

 
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 
I never write or execute unit tests at all, anywhere.


I don't have the same concerns as the OP and I don't think we're talking about DLLs shipped with an application, but libraries provided to other developers for use in their applications -- like if I wrote an ISO 8601-compliant date handling library for example, but only distributed the DLL rather than the code.

Personally, when I get a DLL from some third-party (an ADO.net provider perhaps) I don't like having to create a Solution and Project, then add a reference just so I can use the Object Explorer to see what's in it. It would be convenient if it were an EXE and running it would provide (version-specific) documentation and such (hopefully more accurate than what's available on the developer's website, if any). Additionally, the Object Explorer only says what's in there, not how to use it, no documentation.

I suspect there must already be a tool that allows sort of a command-line Object Explorer, but I haven't looked. Certainly one could be written, but it still wouldn't provide everything that a custom baked-in tool would.


Seeing that given a DLL with some (public) class C with a (public) method M that takes a string parameter S and returns a string is all well and good, but wouldn't it be convenient to immediately be able to execute:

somelib test C.M "hello world"

and have it report the result? Without having to access an IDE and write a simple test app just to see what it does?
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 
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 

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.