Click here to Skip to main content
15,916,463 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 30/1/17 Pin
PeejayAdams30-Jan-17 0:07
PeejayAdams30-Jan-17 0:07 
GeneralRe: WSO CCC 30/1/17 Pin
OriginalGriff30-Jan-17 0:14
mveOriginalGriff30-Jan-17 0:14 
GeneralRe: WSO CCC 30/1/17 Pin
PeejayAdams30-Jan-17 0:30
PeejayAdams30-Jan-17 0:30 
JokeBad answer... Pin
Kornfeld Eliyahu Peter29-Jan-17 20:20
professionalKornfeld Eliyahu Peter29-Jan-17 20:20 
GeneralRe: Bad answer... Pin
Jon McKee29-Jan-17 20:25
professionalJon McKee29-Jan-17 20:25 
GeneralRe: Bad answer... Pin
Sander Rossel29-Jan-17 21:19
professionalSander Rossel29-Jan-17 21:19 
GeneralRe: Bad answer... Pin
Jon McKee29-Jan-17 21:22
professionalJon McKee29-Jan-17 21:22 
GeneralASP.NET Core : Interesting but a bit misleading Pin
raddevus29-Jan-17 11:09
mvaraddevus29-Jan-17 11:09 
.NET - Powerful Open Source Development[^]
Watch the 3 minute video at that link.
The video presenter creates a .NET console app on a Windows machine via VStudio Community 2015.
Then, runs it on the macOS.
It's a bit misleading though because you have to get .NET CLR running on macOS first and that isn't shown in the video.

About 15 years late
Further, the presenter knows that a lot of people will be shocked seeing a C# app run on macOS.
It's such a non-event really. I mean that was the entire promise of .NET in the beginning:
write once, run anywhere.

And it could've been done a lot earlier if the .NET CLR ran on those other platforms from the beginning of .NET. But it didn't. Instead you had run Mono or something, right?
It seems the reason you couldn't run .NET all those years ago was a political decision more than an amazing technology decision.

So, the point is, not exactly amazing.

I may have been more amazed if she had done a WinForm app and ran that on macOS. But, that's not going to happen soon is it?
And, this is the entire basis of .NET CORE!!!! Squeee!!!!

Getting .NET on MacOS Is Not Trivial
.NET - Powerful Open Source Development[^]
1. You have to first install OpenSSL -- What!?! No explanation really
2. To get OpenSSL the "easy" way they tell you to get it from Brew (Homebrew pkg installer)
3. But you have to install the homebrew pkg manager first.
4. After that, you can download & install the .NET Core SDK.
Confused | :confused:

Edit (from my Mac Mini)
I went ahead and installed homebrew Unsure | :~
Here's what I saw after it installed:
==> Cleaning up /Library/Caches/Homebrew...
==> Migrating /Library/Caches/Homebrew to /Users/<usernam>/Library/Caches/Homebre
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!

==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
  https://git.io/brew-analytics

Confused | :confused:
Take over my machine, it's just the mac anyways. WTF | :WTF:

Edit 2
Wow, after that, there are quite a few commands to get .NET installed.
It's funny too since it's a Mac and this is the SUPER UI world that all of it is terminal commands. Roll eyes | :rolleyes:
I was able to successfully follow the instructions and even run the initial test console app.
Now I have a dotnet ASP.NET core app and I'm wondering if copying it over and starting it "just works"??

modified 29-Jan-17 17:44pm.

GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
lopatir29-Jan-17 17:40
lopatir29-Jan-17 17:40 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 1:56
mvaraddevus30-Jan-17 1:56 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
DaveAuld29-Jan-17 18:52
professionalDaveAuld29-Jan-17 18:52 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 1:57
mvaraddevus30-Jan-17 1:57 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
Marco Bertschi29-Jan-17 20:11
protectorMarco Bertschi29-Jan-17 20:11 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 1:59
mvaraddevus30-Jan-17 1:59 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
Brady Kelly29-Jan-17 21:23
Brady Kelly29-Jan-17 21:23 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
User 1013254629-Jan-17 22:36
User 1013254629-Jan-17 22:36 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 2:03
mvaraddevus30-Jan-17 2:03 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
User 1013254630-Jan-17 2:10
User 1013254630-Jan-17 2:10 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 5:01
mvaraddevus30-Jan-17 5:01 
GeneralRe: ASP.NET Core : Interesting but a bit misleading Pin
raddevus30-Jan-17 2:05
mvaraddevus30-Jan-17 2:05 
GeneralSir John Hurt, R.I.P. Pin
  Forogar  29-Jan-17 8:27
professional  Forogar  29-Jan-17 8:27 
GeneralRe: Sir John Hurt, R.I.P. Pin
Sander Rossel29-Jan-17 8:51
professionalSander Rossel29-Jan-17 8:51 
GeneralRe: Sir John Hurt, R.I.P. Pin
User 5924129-Jan-17 14:12
User 5924129-Jan-17 14:12 
GeneralRe: Sir John Hurt, R.I.P. Pin
Dominic Burford29-Jan-17 18:30
professionalDominic Burford29-Jan-17 18:30 
GeneralVisual Studio 2017 RC Initial Impressions Pin
Cornelius Henning29-Jan-17 7:59
professionalCornelius Henning29-Jan-17 7:59 

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.