Hello and welcome :), This series is retired due to me spending most of my time on the .net core side. Thanks to feedback, this series might be revived at one point under .net core since I recently found out that there is a port for MEF on .net core but at this point I … Continue reading Let’s talk about MEF – Part 1
Month: October 2017
Rolling our own IoC
Hello and welcome π Previously we talked about what Dependency Inversion and Dependency Injection are, today weβre going to look at what an Inversion of Control (IoC) container is and how it works. In the future, we will also have a look at what are the common implementations of IoCs available and which are my … Continue reading Rolling our own IoC
ASP.NET Core 1.1 and Identity adventures
Hello and Welcome βΊ Recently a friend and I were trying to implement the Identity pattern from ASP.Net Core 1.1 on a different database schema and with custom tables from a legacy application and though some trial and error we managed to do it. Today I want to share the steps we took and how … Continue reading ASP.NET Core 1.1 and Identity adventures