
Common Service Registry
Based on my previous blog post “Decouple IoC/DI container when authoring a C# library“ I have written some C# Nuget packages to have that Service Registry thing easily available in … Continue Reading Common Service Registry
Marc blogs about Tech
Based on my previous blog post “Decouple IoC/DI container when authoring a C# library“ I have written some C# Nuget packages to have that Service Registry thing easily available in … Continue Reading Common Service Registry
During the last months I had to code several web-cervices (ASP.Net WCF Service) for connecting other pieces of software with Dynamics CRM. I’ve used the Dynamics CRM SDK (2011, 2015 … Continue Reading Testability for Dynamics CRM SDK code
Intro Often when writing library code the integration of an IoC/DI container (eg. Unity, SimpleInjector, etc.) gets a topic. My goals are to use Inversion Of Control (IoC) and dependency … Continue Reading Decouple IoC/DI container when authoring a C# library