Click here to Skip to main content
15,914,013 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.

 
AnswerRe: Are people back to work yet? Pin
agolddog23-Apr-20 6:43
agolddog23-Apr-20 6:43 
AnswerRe: Are people back to work yet? Pin
Slow Eddie23-Apr-20 7:03
professionalSlow Eddie23-Apr-20 7:03 
AnswerRe: Are people back to work yet? Pin
Member 1409260526-Apr-20 21:48
Member 1409260526-Apr-20 21:48 
GeneralUbuntu: .Net Core very cool Pin
raddevus22-Apr-20 9:58
mvaraddevus22-Apr-20 9:58 
GeneralRe: Ubuntu: .Net Core very cool Pin
pkfox22-Apr-20 11:24
professionalpkfox22-Apr-20 11:24 
GeneralRe: Ubuntu: .Net Core very cool Pin
raddevus22-Apr-20 11:35
mvaraddevus22-Apr-20 11:35 
GeneralRe: Ubuntu: .Net Core very cool Pin
pkfox22-Apr-20 11:51
professionalpkfox22-Apr-20 11:51 
GeneralRe: Ubuntu: .Net Core very cool Pin
raddevus22-Apr-20 17:10
mvaraddevus22-Apr-20 17:10 
pkfox wrote:
can you give me any hints as to how one goes about doing this ?

My experience is limited, but here is what I've done.
1. get a DigitalOcean droplet -- mine is $5/month and runs Debian. The first time I set one up, it took 5 minutes. I'm not kidding. Only 5 minutes and I had never done it before.
DigitalOcean is very cool. Just follow the wizard...Droplets on DigitalOcean - More than just virtual machines[^]
2. install dotnet core on your droplet. Follow microsoft's instructions: Install .NET Core runtime on Windows, Linux, and macOS - .NET Core | Microsoft Docs[^]
3. use your Visual Studio Code editor locally to create and build and test the code you want to run on the droplet.
4. move the code up to the droplet and run it.

Now, there are some more advanced things you'll need to learn like exposing a ASP.NET Core MVC to the outside world (via nginx) and that will be more difficult. But if you have console based apps they will run with the first 4 steps above.
Let me know your results. I'm very interested.
GeneralRe: Ubuntu: .Net Core very cool Pin
jesarg22-Apr-20 14:02
jesarg22-Apr-20 14:02 
GeneralRe: Ubuntu: .Net Core very cool Pin
raddevus22-Apr-20 17:03
mvaraddevus22-Apr-20 17:03 
GeneralRe: Ubuntu: .Net Core very cool Pin
Garth J Lancaster22-Apr-20 16:09
professionalGarth J Lancaster22-Apr-20 16:09 
GeneralRe: Ubuntu: .Net Core very cool Pin
raddevus22-Apr-20 17:00
mvaraddevus22-Apr-20 17:00 
GeneralRe: Ubuntu: .Net Core very cool Pin
#realJSOP23-Apr-20 1:14
professional#realJSOP23-Apr-20 1:14 
GeneralPrinting web pages - why is this so hard? Pin
charlieg22-Apr-20 9:47
charlieg22-Apr-20 9:47 
GeneralRe: Printing web pages - why is this so hard? Pin
raddevus22-Apr-20 10:10
mvaraddevus22-Apr-20 10:10 
GeneralRe: Printing web pages - why is this so hard? Pin
charlieg22-Apr-20 11:36
charlieg22-Apr-20 11:36 
GeneralRe: Printing web pages - why is this so hard? Pin
DerekT-P22-Apr-20 10:59
professionalDerekT-P22-Apr-20 10:59 
GeneralRe: Printing web pages - why is this so hard? Pin
charlieg22-Apr-20 11:37
charlieg22-Apr-20 11:37 
GeneralRe: Printing web pages - why is this so hard? Pin
RedDk22-Apr-20 11:12
RedDk22-Apr-20 11:12 
GeneralRe: Printing web pages - why is this so hard? Pin
Member 936666723-Apr-20 6:10
Member 936666723-Apr-20 6:10 
GeneralRe: Printing web pages - why is this so hard? Pin
charlieg23-Apr-20 6:50
charlieg23-Apr-20 6:50 
GeneralRe: Printing web pages - why is this so hard? Pin
dandy7223-Apr-20 7:55
dandy7223-Apr-20 7:55 
GeneralRe: Printing web pages - why is this so hard? Pin
Nelek23-Apr-20 8:06
protectorNelek23-Apr-20 8:06 
GeneralRe: Printing web pages - why is this so hard? Pin
Peter Shaw23-Apr-20 6:52
professionalPeter Shaw23-Apr-20 6:52 
GeneralRe: Printing web pages - why is this so hard? Pin
kalberts23-Apr-20 8:07
kalberts23-Apr-20 8:07 

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.