Skip to content

Jamie Wright

.dev </>

  • Home
  • About Me
  • Blog

Category: C#

Result Pattern
June 23, 2020June 23, 2020

Result Pattern

Previously I have always generated custom exceptions when I know that the state of the system will causes errors when running. Null checking method parameters at the start of a…Continue Reading …

Branching Pipelines with OWIN
January 16, 2020January 16, 2020

Branching Pipelines with OWIN

Branching pipelines with OWIN allow for several different request pipelines to be used as needed depending on a determining factor. This factor is most often a Hostname but it could…Continue Reading …

Creating a dotnet core windows service
October 17, 2019October 17, 2019

Creating a dotnet core windows service

Services are great for performing reoccurring tasks, especially if the task needs to be repeated often, say every minute. They also have the benefit of not requiring anyone to be…Continue Reading …

Health checks in .netCore web APIs
July 16, 2019July 16, 2019

Health checks in .netCore web APIs

Previously I have been writing health check controllers by hand. Now .netCore has a simple way of managing service health checks via middleware. You can test everything is operational all…Continue Reading …

NUnit test cases
February 6, 2019February 6, 2019

NUnit test cases

Testing multiple scenarios through the same function can be a bit of a time sink. Writing out a method for each scenario and just changing the data passed into the…Continue Reading …

C# Interfaces and default method implementations
January 26, 2019January 28, 2019

C# Interfaces and default method implementations

The upcoming C# 8.0 release came up the other day, or more specifically the inclusion of default implementations on interface methods. At first glance it seems akin to madness, blurring…Continue Reading …

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Recent Posts

  • Result Pattern
  • Branching Pipelines with OWIN
  • Programing IIS website configuration properties
  • Creating a dotnet core windows service
  • Automated Deployments- An easy in with Octopus Deploy

Tech Gurus

  • Dan Horrocks-Burgess
  • Steve Fenton
  • Dave Beaumont

Recent Posts

  • Result Pattern
  • Branching Pipelines with OWIN
  • Programing IIS website configuration properties
  • Creating a dotnet core windows service
  • Automated Deployments- An easy in with Octopus Deploy

Categories

  • Agile
  • C#
  • Concepts
  • Javascript
  • Musings
  • Operations
  • Testing
  • User Interface
  • Web API

Archives

  • June 2020
  • January 2020
  • November 2019
  • October 2019
  • September 2019
  • July 2019
  • February 2019
  • January 2019
  • July 2018
  • February 2018
  • September 2017
  • August 2017
  • June 2017

Tech Gurus

  • Dan Horrocks-Burgess
  • Steve Fenton
  • Dave Beaumont
Proudly powered by WordPress | Theme: GroundWP by the contributors.