Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 683 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 683 Bytes

Dora.Interception

Dora.Interception provides an abstract interception model for AOP programming. Leveraging such an interception model, we can define an Interceptor to conduct non-business cross-cutting function in a very graceful programming style. Dora.Interception is designed for .NET Core, and the Dependency Injection (Microsoft.Extensions.DependencyInjection) is directly integrated. There is only interception implementation based on Castle. You can provide your custom interception implementation if you want.

www.doranet.org

开发文档