Blog LogoBlog Logo

Tag: .net core

All tags

Paramore Brighter: Implementing a fallback exception handler

So far in this series, we have a basic command processor set up and able to dispose of resources . But what happens when things go wrong? The command processor...

— 16 Feb 2018

Paramore Brighter: Using .NET Core's Dependency Injection

This is the first in a series of posts on Paramore.Brighter . I'm writing this as a series of recipes, with the aim of you picking up a point quickly and...

— 02 Feb 2018

Application Configuration in .NET Core - Part 2

In the first part we got started by pulling in configuration data from multiple source in .NET Core, in this part we'll look at mapping the configuration onto...

— 09 Sep 2016

Application configuration in .NET Core - Part 1

.NET Core has a new way of working with configuration that is much more flexible than the way that previous versions of .NET have. It allows you to: Pull...

— 03 Jul 2016

Setting up Ubuntu for .NET Development

First up, at the time of writing only Ubuntu 14.04LTS is supported. I've read that it will work on 15.04, but I know it won't work on 15.10 because of a binary...

— 06 Apr 2016