Click here to Skip to main content
15,886,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sas.dll Pin
OriginalGriff20-Apr-20 4:51
mveOriginalGriff20-Apr-20 4:51 
AnswerRe: Sas.dll Pin
OriginalGriff20-Apr-20 4:50
mveOriginalGriff20-Apr-20 4:50 
QuestionAccess WebApi remotely - C'mon guys I don't believe no one has a clue ! any hint will do Pin
pkfox20-Apr-20 3:21
professionalpkfox20-Apr-20 3: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 10:22
professionalPeter Shaw22-Apr-20 10: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 12:05
professionalpkfox22-Apr-20 12: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 12:12
professionalPeter Shaw22-Apr-20 12: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 12:16
professionalpkfox22-Apr-20 12: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 12:25
professionalPeter Shaw22-Apr-20 12: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 12:29
professionalpkfox22-Apr-20 12: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 12:45
professionalPeter Shaw22-Apr-20 12: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 8:04
professionalpkfox23-Apr-20 8: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 21:01
professionalpkfox25-Apr-20 21: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 4:47
professionalPeter Shaw27-Apr-20 4: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 4:54
professionalpkfox27-Apr-20 4: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 14:05
professionalPeter Shaw27-Apr-20 14: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 1:23
professionalpkfox28-Apr-20 1:23 
QuestionHow to read .dbc file in C#? Pin
Member 1480752420-Apr-20 1:06
Member 1480752420-Apr-20 1:06 
AnswerRe: How to read .dbc file in C#? Pin
Pete O'Hanlon20-Apr-20 1:23
mvePete O'Hanlon20-Apr-20 1:23 
GeneralRe: How to read .dbc file in C#? Pin
#realJSOP20-Apr-20 2:11
mve#realJSOP20-Apr-20 2:11 
GeneralRe: How to read .dbc file in C#? Pin
Peter Shaw22-Apr-20 12:14
professionalPeter Shaw22-Apr-20 12:14 
AnswerRe: How to read .dbc file in C#? Pin
Gerry Schmitz20-Apr-20 11:26
mveGerry Schmitz20-Apr-20 11:26 
AnswerRe: How to read .dbc file in C#? Pin
Matt Slay24-Apr-20 16:33
Matt Slay24-Apr-20 16:33 
QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 10:19
professionalKevin Marois19-Apr-20 10:19 
QuestionObject Tracking With A Web Cam Pin
Kevin Marois19-Apr-20 10:19
professionalKevin Marois19-Apr-20 10:19 
AnswerRe: Object Tracking With A Web Cam Pin
Pete O'Hanlon19-Apr-20 21:26
mvePete O'Hanlon19-Apr-20 21: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.