MultiThreadingProtectorAspect<T, TResult>
Hi, today I would like to share with you another aspect for protection service method in multi-threading environment. I also try to examine how fast this solution is and how much of the CPU time it consumes. Todays implementation is extended for most popular usage and it is a method that return value and it is still protected. I will try to show you Continue ReadingMultiThreadingProtectorAspect<T, TResult>