Published on20 January 2021How to split git repo and keep history of multiple projects.NETHere's how I split a off multiple projects from a large solution into a new git repository and kept the history.
Published on30 June 2020Install dotnet global tool with private NuGet feed.NETDockerIn this post I show how to solve a 401 Unauthorised error while installing a .NET Global Tool and you have a private NuGet feed.
Published on23 June 2020Docker build with private NuGet feed in Azure Artifacts.NETDockerIn this post I describe how to do a NuGet restore from a private nuget feed within a docker container.
Published on7 March 2017Command Pattern in Web API2 with MediatR and Ninject.NETIn this post I investigate how to use the Command Pattern in Web API 2 with MediatR and Ninject.
Published on15 January 2016Persist Claims Transformation in a cookie with MVC and OWIN.NETAdding Claims transformations (aka claims augmentation) to a MVC claims based application doesn't take a lot of code, but knowing where to put it isn't obvious.