Click here to Skip to main content
15,885,208 members
Everything / Intercepting

Intercepting

intercepting

Great Reads

by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations
by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.

Latest Articles

by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.
by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations

All Articles

Sort by Score

Intercepting 

1 Nov 2018 by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17
13 Jan 2014 by JoCodes
Refer Interception and Interceptors in C# (Aspect oriented programming)[^]The Two Interceptors: HttpModule and HttpHandlers[^]
9 Apr 2015 by João Matos Silva
A near real world example of usage of the Interceptor Pattern to leverage new behavior without changing implementations
15 Jun 2016 by wmjordan
This is an alternative for "Interceptor in the Wild". The Function Decorator Pattern offers a way to inject new behaviors into existing methods without using IoC frameworks nor modifying method implementations.
13 Jan 2014 by Member 10220152
Why you use intercepting in ASP.NET?I want to know about using interception of ASP.NET.Please explain me. Thanks to all.