I keep hearing about Azure WebJobs but I have never used them. Time to change this. WebJobs are a feature of Azure App Service that can run a script at a specific time. In my case I would like to hit a specific url of my website at the same time every day. To the right you can see an example of the WebJobs form on the...

A while ago I blogged about promoting my blog with Buffer. At the time I made use of the nuget package BufferAPI but lets look at some improvements I can make. The BufferAPI package worked great from my console app, but when I tried to use it from a Controller in an MVC app I never got it to work. Lets look at the API...

Last week I talked about Power BI , what it is and some of the different services you can use with it. This week lets add some of that data to a simple web page. For this example I am going to add the google analytics data from this website to this page. First login to your Power BI https://app.powerbi.com/ Click the...