Click here to Skip to main content
15,797,721 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sas.dll Pin
OriginalGriff20-Apr-20 5:51
mvaOriginalGriff20-Apr-20 5:51 
AnswerRe: Sas.dll Pin
OriginalGriff20-Apr-20 5:50
mvaOriginalGriff20-Apr-20 5:50 
QuestionAccess WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox20-Apr-20 4:21
professionalpkfox20-Apr-20 4:21 
AnswerRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw22-Apr-20 11:22
professionalPeter Shaw22-Apr-20 11:22 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox22-Apr-20 13:05
professionalpkfox22-Apr-20 13:05 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw22-Apr-20 13:12
professionalPeter Shaw22-Apr-20 13:12 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox22-Apr-20 13:16
professionalpkfox22-Apr-20 13:16 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw22-Apr-20 13:25
professionalPeter Shaw22-Apr-20 13:25 
I host most of my external apps on Linode.

You basically get a VM to do with as you please, the cost is about $20 per month for the lowest offering which is plenty powerful enough to run a few dotnet core apps with PostgreSQL as a DB and nginx as the front end proxy.

You get 3TB monthly allowance, and if you run over it's a pay as you use model at something like 1c for every 1000mb you go over...

I generally run Ubuntu on the ones I set up, what I tend to do is build a VM inside my own DC with the same specs as the linode, furnish said VM with Jenkins, dotnet core and nginx.

I then set Jenkins up to check my git server, and every time I check in, Jenkins builds and deploys the dotnet core app to the same VM, one I'm happy the built one's working I manually run the second job on jenkins which takes the deployed service pushes it to a separate GIT server, that the Linode VM is monitoring, when it sees a new build, it pulls that ready built to the linode, and deploys it.

With this process, I can basically check a change in on my desktop using visual studio, wait a couple of minutes, validate the build on staging, then click a button in a web page and it's live in about 5 mins.

I can go from VS to live usually in about 30 mins.

GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox22-Apr-20 13:29
professionalpkfox22-Apr-20 13:29 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw22-Apr-20 13:45
professionalPeter Shaw22-Apr-20 13:45 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox23-Apr-20 9:04
professionalpkfox23-Apr-20 9:04 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox25-Apr-20 22:01
professionalpkfox25-Apr-20 22:01 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw27-Apr-20 5:47
professionalPeter Shaw27-Apr-20 5:47 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox27-Apr-20 5:54
professionalpkfox27-Apr-20 5:54 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
Peter Shaw27-Apr-20 15:05
professionalPeter Shaw27-Apr-20 15:05 
GeneralRe: Access WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox28-Apr-20 2:23
professionalpkfox28-Apr-20 2:23 
QuestionHow to read .dbc file in C#? Pin
Member 1480752420-Apr-20 2:06
Member 1480752420-Apr-20 2:06 
AnswerRe: How to read .dbc file in C#? Pin
Pete O'Hanlon20-Apr-20 2:23
subeditorPete O'Hanlon20-Apr-20 2:23 
GeneralRe: How to read .dbc file in C#? Pin
#realJSOP20-Apr-20 3:11
mve#realJSOP20-Apr-20 3:11 
GeneralRe: How to read .dbc file in C#? Pin
Peter Shaw22-Apr-20 13:14
professionalPeter Shaw22-Apr-20 13:14 
AnswerRe: How to read .dbc file in C#? Pin
Gerry Schmitz20-Apr-20 12:26
mveGerry Schmitz20-Apr-20 12:26 
AnswerRe: How to read .dbc file in C#? Pin
Matt Slay24-Apr-20 17:33
Matt Slay24-Apr-20 17:33 
QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 11:19
professionalKevin Marois19-Apr-20 11:19 
QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 11:19
professionalKevin Marois19-Apr-20 11:19 
AnswerRe: Object Tracking With A Web Cam Pin
Pete O'Hanlon19-Apr-20 22:26
subeditorPete O'Hanlon19-Apr-20 22:26 

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.