An open API service indexing awesome lists of open source software.

https://github.com/zeppaman/csharp-aop

Repository of AOP examples for the article "How to Improve .Net Applications with AOP"
https://github.com/zeppaman/csharp-aop

aop aop-framework dotnet dotnetcore

Last synced: 3 months ago
JSON representation

Repository of AOP examples for the article "How to Improve .Net Applications with AOP"

Awesome Lists containing this project

README

          

Doing things 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 or quite. The philosophy is the 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.

This repo is the code base used for the medium article [How to Improve .Net Applications with AOP](https://levelup.gitconnected.com/aop-dotnet-applications-67c6d94c08b0?source=friends_link&sk=69f2cdfe8fcdc3530854c8dbddece8d6).