DotNetCore Environment Specific Configuration in DotNet Core It's common to have different application configurations per environment (e.g: Dev, QA, Production) allowing us to switch between them at each stage. In older Web Applications this was usually
AOP Aspect Orientated Programming in Castle Windsor A while back I did a lunch & learn on using the Castle Windsor inversion of control library to build a very basic interceptor, demonstrating the basics of AOP in C#. I'm surprised at how little AOP I've seen in the wild and thought