Click here to Skip to main content
15,887,585 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: WSO CCC OTD 30-Nov-2020 Pin
Randor 29-Nov-20 22:47
professional Randor 29-Nov-20 22:47 
GeneralRe: WSO CCC OTD 30-Nov-2020 Pin
5teveH29-Nov-20 23:03
5teveH29-Nov-20 23:03 
GeneralRe: WSO CCC OTD 30-Nov-2020 Pin
OriginalGriff29-Nov-20 23:03
mveOriginalGriff29-Nov-20 23:03 
GeneralP.M.: According to my favorite teacher: We all are a bunch of uneducated what ever ;p Pin
User 1106097929-Nov-20 9:00
User 1106097929-Nov-20 9:00 
GeneralRe: P.M.: According to my favorite teacher: We all are a bunch of uneducated what ever ;p Pin
RickZeeland29-Nov-20 9:07
mveRickZeeland29-Nov-20 9:07 
GeneralRe: P.M.: According to my favorite teacher: We all are a bunch of uneducated what ever ;p Pin
User 1106097929-Nov-20 9:17
User 1106097929-Nov-20 9:17 
RantChanging Names .NET ______ Pin
michaelbarb29-Nov-20 8:11
michaelbarb29-Nov-20 8:11 
GeneralRe: Changing Names .NET ______ Pin
honey the codewitch29-Nov-20 8:35
mvahoney the codewitch29-Nov-20 8:35 
The details are even worse. Basically Core was intended as a cross platform rendition of .NET which I think is silly because Mono can already run .NET Framework apps (so presumably, could other incarnations of the CLI). There's no code access security or windows specific things like Winforms but basically otherwise it's the same thing to the developer.

The main difference from a usability standpoint AFAIAC is the the fact that you must instantiate .NET core apps using a sandbox app like:
dotnet myapp

instead of just
myapp


which frankly makes using it as a CLI a little annoying.

Then there's .NET standard which is a standard subset that works with both of the above.

It's more than a marketing problem. It was a tech problem. They forked .NET when they never should have. Arguably it was unavoidable because of some baggage in terms of how .NET Framework was designed in the first place but i don't know how much I agree with that, given Mono.

Take all this with a grain of salt. This is just my take from using them + the snatches of info I've read online.
Real programmers use butterflies

GeneralRe: Changing Names .NET ______ Pin
michaelbarb29-Nov-20 14:17
michaelbarb29-Nov-20 14:17 
GeneralRe: Changing Names .NET ______ Pin
PIEBALDconsult29-Nov-20 14:10
mvePIEBALDconsult29-Nov-20 14:10 
GeneralRe: Changing Names .NET ______ Pin
michaelbarb29-Nov-20 14:20
michaelbarb29-Nov-20 14:20 
GeneralRe: Changing Names .NET ______ Pin
H.Brydon29-Nov-20 17:09
professionalH.Brydon29-Nov-20 17:09 
GeneralRe: Changing Names .NET ______ Pin
Jörgen Andersson29-Nov-20 19:18
professionalJörgen Andersson29-Nov-20 19:18 
GeneralRe: Changing Names .NET ______ Pin
Kornfeld Eliyahu Peter30-Nov-20 4:31
professionalKornfeld Eliyahu Peter30-Nov-20 4:31 
GeneralRe: Changing Names .NET ______ Pin
Sander Rossel29-Nov-20 21:21
professionalSander Rossel29-Nov-20 21:21 
GeneralIs it that uncommon to use the abbreviation 'P.M.' ? Pin
User 1106097929-Nov-20 6:32
User 1106097929-Nov-20 6:32 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
Richard MacCutchan29-Nov-20 6:43
mveRichard MacCutchan29-Nov-20 6:43 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
User 1106097929-Nov-20 6:48
User 1106097929-Nov-20 6:48 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
Richard MacCutchan29-Nov-20 6:54
mveRichard MacCutchan29-Nov-20 6:54 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
User 1106097929-Nov-20 6:59
User 1106097929-Nov-20 6:59 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
Rick York29-Nov-20 6:55
mveRick York29-Nov-20 6:55 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
User 1106097929-Nov-20 7:00
User 1106097929-Nov-20 7:00 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
Rick York29-Nov-20 8:08
mveRick York29-Nov-20 8:08 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
User 1106097929-Nov-20 8:09
User 1106097929-Nov-20 8:09 
GeneralRe: Is it that uncommon to use the abbreviation 'P.M.' ? Pin
RickZeeland29-Nov-20 7:06
mveRickZeeland29-Nov-20 7:06 

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.