Tag: .net core
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...
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...
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...
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...
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...
