Click here to Skip to main content
15,894,825 members
Home / Discussions / C#
   

C#

 
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 
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 
I don't have it monitoring github, but it could be used to do so.

Basically though, it's quite simple.

Most people think that git/github is just for source code, but if you think outside the box, it's for anything that you want to keep track of "changes".

I have my own private git server, that I run under IIS using the fantastic, and free .NET Bono Git server software.

On my linode I use exactly the same process as I do on my build server, namely I have "Jenkins Continuous Integration Server" watching a specific git repo for changes, then reacting when it sees a change.

That reaction, is simply to shut down the running service, git pull the latest version to the linode server, then start the service back up.

The thing that's different about the git server it pulls from, is that, all that git server holds is the compiled binary. No source code, no nothing, just the files needed to run the app.

When ever the build server makes a successful build, it pushes the new build into the git repo holding the binary s, a minute or so later, jenkins running on the linode server detects this and does what it needs to to deploy the new version.

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 
GeneralRe: Object Tracking With A Web Cam Pin
Kevin Marois20-Apr-20 6:03
professionalKevin Marois20-Apr-20 6:03 
GeneralRe: Object Tracking With A Web Cam Pin
Kevin Marois20-Apr-20 8:44
professionalKevin Marois20-Apr-20 8:44 
GeneralRe: Object Tracking With A Web Cam Pin
Pete O'Hanlon20-Apr-20 10:55
mvePete O'Hanlon20-Apr-20 10:55 
QuestionMake a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
andla119-Apr-20 8:19
andla119-Apr-20 8:19 
AnswerRe: Make a single exe application - costura.fody - AppDomain.CurrentDomain.AssemblyResolve Pin
Richard MacCutchan19-Apr-20 21:54
mveRichard MacCutchan19-Apr-20 21:54 

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.