Ciao! I’m Jason.

I'm a Cloud Solution Architect, Speaker, Teacher, Learner, Engineer, Craftsman, Whovian with his head in the Cloud.

's Picture
Code Coverage for Multiple Projects in a Single Build using Dotnet Test and Coverlet

Code Coverage for Multiple Projects in a Single Build using Dotnet Test and Coverlet

Let's talk a look at aggregating code coverage results from multiple test projects into a single report for upload to Azure DevOps.

Incorporating Snyk into Continuous Integration with Azure Yaml Pipelines

Incorporating Snyk into Continuous Integration with Azure Yaml Pipelines

Let's take a look at how we can incorporate Snyk into our Azure Pipelines as part of Continuous Security during Continuous Integration.

Continuous Delivery of NuGet Packages with Azure Yaml Pipelines

Continuous Delivery of NuGet Packages with Azure Yaml Pipelines

Let's take a look at an approach to building, versioning, and delivering Nuget packages with Azure Pipelines.

Using NHibernate in Asp.Net Core

Using NHibernate in Asp.Net Core

In this article, I'll set up a basic Asp.Net Core microservice with NHibernate.

Installing Jekyll on Windows Subsystem for Linux - Ubuntu 16.04

Installing Jekyll on Windows Subsystem for Linux - Ubuntu 16.04

A quick guide on installing Jekyll on Windows Subsystem for Linux (formally Bash on Windows) Ubuntu 16.04 on Windows 10.

NHibernate Releases 5.1 with support for .Net Core and .NetStandard 2.0

NHibernate Releases 5.1 with support for .Net Core and .NetStandard 2.0

The NHibernate Team has released 5.1 with support for .Net Core 2.0, ASP.Net Core 2.0 and .NetStandard 2.0.

Building Microservices with Asp.Net WebAPI, Owin, Ninject, NHibernate, and Azure -- Part 2: Error Responses and Exception

Building Microservices with Asp.Net WebAPI, Owin, Ninject, NHibernate, and Azure -- Part 2: Error Responses and Exception

In this installment, we'll look at exception handling and error responses.

C# DateTime, DateTimeOffset and the Cloud

C# DateTime, DateTimeOffset and the Cloud

In this article, we'll take a look at the challenges that arise when deploying applications that use System.DateTime to cloud providers like Azure and AWS.

Adding New Microsoft Extensions to Legacy WCF and ASMX Web Services

Adding New Microsoft Extensions to Legacy WCF and ASMX Web Services

In this article, We'll look at how to use new Microsoft.Extensions.* in a legacy WCF and ASP.Net Web Services (ASMX) applications.