/Dora

Primary LanguageC#

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

开发文档