Giter Site home page Giter Site logo

bubdm / dynamicproxy-2 Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 18 KB

实现AOP的多种方式:a 静态实现--装饰器/代理模式 b 动态实现--Remoting/Castle(Emit) c 静态织入--PostSharp(收费)--扩展编译工具,生成的加入额外代码 d 依赖注入容器的AOP扩展(开发) e MVC的Filter--特性标记,然后该方法执行前/后就多了逻辑 invoker调用中心--负责反射调用方法--检查特性--有则执行额外逻辑

C# 100.00%

dynamicproxy-2's Introduction

DynamicProxy

实现AOP的多种方式:a 静态实现--装饰器/代理模式 b 动态实现--Remoting/Castle(Emit) c 静态织入--PostSharp(收费)--扩展编译工具,生成的加入额外代码 d 依赖注入容器的AOP扩展(开发) e MVC的Filter--特性标记,然后该方法执行前/后就多了逻辑 invoker调用中心--负责反射调用方法--检查特性--有则执行额外逻辑

dynamicproxy-2's People

Contributors

contione avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.