How to Improve .Net Applications with AOP

Learn how to configure dependency injection to make things happen by design

Daniele Fontani
Level Up Coding
Published in
5 min readMar 3, 2020

--

Completing tasks without writing code is the dream of any developer. In this article, we will learn a pattern that makes things happen without writing a line of code. The philosophy is AOP (Aspect-Oriented Programming). This technique is widely used in Java and helps to keep high-quality standards with low effort. Today we will learn how to use it also in .net core project with no pain. After a brief theoric explanation, you will find…

--

--