Click here to Skip to main content
15,884,836 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: .Net Core self-contained Pin
Nelek22-Oct-20 8:34
protectorNelek22-Oct-20 8:34 
GeneralRe: .Net Core self-contained Pin
CCostaT23-Oct-20 4:32
CCostaT23-Oct-20 4:32 
GeneralRe: .Net Core self-contained Pin
Daniel Wilianto23-Oct-20 18:04
Daniel Wilianto23-Oct-20 18:04 
GeneralRe: .Net Core self-contained Pin
Gerry Schmitz22-Oct-20 1:14
mveGerry Schmitz22-Oct-20 1:14 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 1:30
protectorNelek22-Oct-20 1:30 
GeneralRe: .Net Core self-contained Pin
Gerry Schmitz22-Oct-20 2:14
mveGerry Schmitz22-Oct-20 2:14 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 20:42
protectorNelek22-Oct-20 20:42 
GeneralRe: .Net Core self-contained Pin
CodeWraith22-Oct-20 2:00
CodeWraith22-Oct-20 2:00 
The big question is what 'self contained' is supposed to mean. I doubt that they will go as far as letting you throw the program plus a generic bootloader on a computer without any OS installed. That could be done, but it would mean that you have to include a minimal OS and drivers. That would put you only one step away from the good old hardware dependency hell.

Both updating hell and framework hell are only additional circles of DLL hell. The only solution has always been to include required DLLs into the program and not use whatever versions are installed. That defeats many purposes of dynamic linking and may put you in some other hells, but it's the only way out.

I guess, 'self contained' will only mean independency from any installed .NET frameworks and not more. So framework and update hell get a little better, but you the other circles of DLL hell also get a little more interesting again. This is not progress. It's the admission of defeat.
I have lived with several Zen masters - all of them were cats.

His last invention was an evil Lasagna. It didn't kill anyone, and it actually tasted pretty good.

GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 8:47
protectorNelek22-Oct-20 8:47 
GeneralRe: .Net Core self-contained Pin
CodeWraith22-Oct-20 11:16
CodeWraith22-Oct-20 11:16 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 20:36
protectorNelek22-Oct-20 20:36 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 1:54
Reelix23-Oct-20 1:54 
GeneralRe: .Net Core self-contained Pin
danielrail23-Oct-20 2:53
professionaldanielrail23-Oct-20 2:53 
GeneralRe: .Net Core self-contained Pin
Dan Neely22-Oct-20 2:28
Dan Neely22-Oct-20 2:28 
GeneralRe: .Net Core self-contained Pin
Nelek22-Oct-20 8:55
protectorNelek22-Oct-20 8:55 
GeneralRe: .Net Core self-contained Pin
Dan Neely22-Oct-20 9:59
Dan Neely22-Oct-20 9:59 
GeneralRe: .Net Core self-contained Pin
Eddy Vluggen22-Oct-20 9:12
professionalEddy Vluggen22-Oct-20 9:12 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 1:51
Reelix23-Oct-20 1:51 
GeneralRe: .Net Core self-contained Pin
Nelek23-Oct-20 1:55
protectorNelek23-Oct-20 1:55 
GeneralRe: .Net Core self-contained Pin
Reelix23-Oct-20 2:05
Reelix23-Oct-20 2:05 
GeneralRe: .Net Core self-contained Pin
Nelek23-Oct-20 2:18
protectorNelek23-Oct-20 2:18 
GeneralCCCWNSO Pin
pkfox21-Oct-20 22:36
professionalpkfox21-Oct-20 22:36 
GeneralRe: CCCWNSO Pin
Sandeep Mewara21-Oct-20 22:45
mveSandeep Mewara21-Oct-20 22:45 
GeneralRe: CCCWNSO Pin
pkfox21-Oct-20 23:22
professionalpkfox21-Oct-20 23:22 
GeneralThey say that this pandemic with the repeated lock-downs is here to test our character... Pin
Kornfeld Eliyahu Peter21-Oct-20 18:01
professionalKornfeld Eliyahu Peter21-Oct-20 18:01 

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.