17 July 2021
Introduction to Aspect-Oriented Programming (AOP) in .NET with Autofac Interceptors
I recently worked on some of our backend .NET Core services. While implementing some functions, I found myself writing repetitive code to log function calls. These logs would allow us to trace the execution of a function if