Posts in 2017
  • 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

  • Shadow IT a Digital Transformation Incubator

    Tuesday, January 31, 2017 in 2017

    Shadow IT, defined as the use of IT systems, solutions and services inside organizations without explicit organizational approval, has always been seen as a problem and a huge risk for the enterprise. But what if I tell you that you should learn …

    Read more

  • .NET Core, Roslyn and Code Generation

    Sunday, January 29, 2017 in 2017

    For ages I’ve been using T4 templates as main tool for code generation and scaffolding, but now that I’m an absolute fan of Visual Studio Code and .Net Core I need to explore other options such as Yeoman, Scripty and Roslyn. This post is …

    Read more

  • .Net Core and NancyFX: can writing a WebApi get any simpler?

    Monday, January 16, 2017 in 2017

    Last Thursday I attended a Meetup hosted by my friends of @MsCodersMadrid in Madrid where, thanks to @snavarropino, I learned a bit about the NancyFX open source framework. I really couldn’t believe my eyes when I saw how simple it is to use …

    Read more