Posts in 2017
  • Use Azure Media Services to Find Filler Words

    Monday, May 15, 2017 in 2017

    On April 22 I had the great opportunity to give a talk on Azure Functions in the Global Azure Bootcamp hosted in Madrid. I had a great time, but weeks later when the video was published I realised that I was using a filler word way to much through my …

    Read more

  • Step by step: Kafka Pub/Sub with Docker and .Net Core

    Monday, May 08, 2017 in 2017

    Last week I attended to a Kafka workshop and this is my attempt to show you a simple Step by step: Kafka Pub/Sub with Docker and .Net Core tutorial. Let’s start: Create a folder for your new project Open a command prompt an run mkdir …

    Read more

  • Step by step: Couchbase Lite with .Net Core

    Saturday, April 29, 2017 in 2017

    Not long after writing Step by step: Couchbase with .Net Core I discovered Couchbase Lite, which is still in development, but it looks like a great solution for embedded NoSQL scenarios. So let’s start with this simple: Step by step: Couchbase …

    Read more

  • Step by step: Couchbase with .Net Core

    Monday, April 10, 2017 in 2017

    This week I started to read an understand how Couchbase works and that’s the reason I decided to write: Step by step: Couchbase with .Net Core Tip: I’ll be using Docker to install and run Couchbase Now let’s start: Create a folder …

    Read more

  • Raspberry Pi: Run ASP.NET Core on Startup

    Sunday, March 26, 2017 in 2017

    Last week I wrote: Step by step: Running ASP.NET Core on Raspberry Pi and didn’t have the time to write about running the application on startup. After browsing for a while I found this great post: Windows IoT Core: Running a PowerShell Script …

    Read more

  • Step by step: Running ASP.NET Core on Raspberry Pi

    Tuesday, March 21, 2017 in 2017

    After reading .NET Core on Raspberry Pi and successfully running a console application on Windows 10 IoT Core on my Raspberry Pi 3 I decided to write: Step by step: Running ASP.NET Core on Raspberry Pi. First be aware of the following prerequisites: …

    Read more

  • Twilio with .NET Core

    Thursday, March 02, 2017 in 2017

    Last night after reading this tweet, I decided to try out Twilio with .NET Core Your feedback led to the newly redesigned C# helper library. See what's new and take it for a spin here: https://t.co/IuD4NZLBH9 pic.twitter.com/SzLB7udU1h — twilio …

    Read more

  • Create a class with .NET Core and Roslyn

    Thursday, March 02, 2017 in 2017

    After my post first post on: Code Generation I decided to go a bit further, so today we’ll Create a class with .NET Core and Roslyn and write the output to the console. Let’s see: Create the application Open a command prompt and run md …

    Read more

  • Docker Machine with an existing Azure VNET

    Sunday, February 26, 2017 in 2017

    Last week I had to provision a Docker host and I tried out the docker-machine command. The resulting host would have to use an existing Azure subnet from another resource group and I also needed to be able to reach the machine using it’s …

    Read more

  • .NET Core Health Endpoint Monitoring Middleware

    Sunday, February 12, 2017 in 2017

    Today I’ll show a simple example of how to create a .Net Core Health Endpoint Monitoring Middleware. If you need to know about the Health Endpoint Monitoring Pattern check: https://msdn.microsoft.com/en-us/library/dn589789.aspx Create the …

    Read more