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

.NET (Core and Framework)

 
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 
PIEBALDconsult wrote:
I don't see a big benefit.
You'd be separating the "testing" code from the code being tested. Better yet, put it in your own class, as opposed to the Program class, and get the benefits of inheritance.

I can see how one would create an application that executes SQL from the command prompt, and references this as if it is a library to get the appropriate databaseclasses.

Then again, you don't want to be referencing a WinApp application from a Webapplication and have it load the complete Forms-environment and all its dependencies.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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 
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 
GeneralRe: Are DLLs redundant in .NET? Pin
PIEBALDconsult10-Sep-14 15:23
mvePIEBALDconsult10-Sep-14 15: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.