Click here to Skip to main content
15,893,588 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Matt McGuire8-May-19 4:32
professionalMatt McGuire8-May-19 4:32 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 4:56
mvahoney the codewitch8-May-19 4:56 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 5:23
professionalDr.Walt Fair, PE8-May-19 5:23 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 5:27
mvahoney the codewitch8-May-19 5:27 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 5:31
professionalDr.Walt Fair, PE8-May-19 5:31 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dr.Walt Fair, PE8-May-19 8:21
professionalDr.Walt Fair, PE8-May-19 8:21 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 9:44
mvahoney the codewitch8-May-19 9:44 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Member 28960208-May-19 9:34
Member 28960208-May-19 9:34 
Pretty sure you were under a rock or something.

Most modern code is client/server and needs a ton of dependencies, which can't be bundled into a single DLL due to license problems.

With that in mind, .NET begs separation of concerns, so during compilation, regardless of the type of code have, you end up with a gazillion Namespaced DLLs.

It would be wiser to have in Windows what NeXT, macOS and iOS started in 1988 and create single folder (*.app) masked as a self contained application where all *.so or *.dll would reside and any foreign code would simply be symlinked from source at install time. But that ship has sailed and not even UWP apps do that successfully.

So with that in mind, if you want clean code you must go the macOS route, else you'll notice that any #WinUI or Win32 code gets filled easily with DLL.

So
¯\_(ツ)_/¯

Keep Calm and Keep Coding
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 9:48
mvahoney the codewitch8-May-19 9:48 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Dale Barnard8-May-19 11:23
Dale Barnard8-May-19 11:23 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch8-May-19 12:03
mvahoney the codewitch8-May-19 12:03 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
MSBassSinger8-May-19 11:33
professionalMSBassSinger8-May-19 11:33 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
Reelix8-May-19 20:37
Reelix8-May-19 20:37 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch9-May-19 2:39
mvahoney the codewitch9-May-19 2:39 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
KLPounds11-May-19 5:05
KLPounds11-May-19 5:05 
GeneralRe: Gripe: No, you can keep your 60 tiny DLLs. I'll find another way. Pin
honey the codewitch11-May-19 7:15
mvahoney the codewitch11-May-19 7:15 
GeneralWSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 1:57
mveOriginalGriff7-May-19 1:57 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
PeejayAdams7-May-19 2:56
PeejayAdams7-May-19 2:56 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 2:59
mveOriginalGriff7-May-19 2:59 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
PeejayAdams7-May-19 3:17
PeejayAdams7-May-19 3:17 
GeneralRe: WSO CCC OTD 2019-05-07 Solution Pin
OriginalGriff7-May-19 4:35
mveOriginalGriff7-May-19 4:35 
GeneralSister's New Laptop & WoW Pin
#realJSOP7-May-19 0:48
mve#realJSOP7-May-19 0:48 
GeneralRe: Sister's New Laptop & WoW Pin
den2k887-May-19 1:01
professionalden2k887-May-19 1:01 
GeneralRe: Sister's New Laptop & WoW Pin
CodeWraith7-May-19 2:07
CodeWraith7-May-19 2:07 
GeneralRe: Sister's New Laptop & WoW Pin
den2k887-May-19 2:24
professionalden2k887-May-19 2:24 

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.