Click here to Skip to main content
15,890,882 members
Articles / Programming Languages / C#

Castle Dynamic Proxy Interceptors to Build Restartable Flows

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
3 Nov 2020CPOL10 min read 9.3K   5  
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
This article demonstrates another way of using proxies and interceptors from the Castle Dynamic Proxy framework. We implemented an interruptible and restartable flow, that is really lightweight, it is debuggable, and the flow logic is in the C# method. Also, we used Moq for unit testing and proved that for verifying and debugging your code, you don't need to spend time creating and running an application.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Pro Coders
Australia Australia
Programming enthusiast and the best practices follower

Comments and Discussions