Development With A Dot

Blog on development in general, and specifically on .NET

Browse by Tags

All Tags » Unity (RSS)
Set Default Interceptor Unity Extension
With Unity, it is quite easy to implement an extension that automatically sets the appropriate interceptor for each registered type. Here is how I did it: public class DefaultInterceptorInterceptionExtension : Interception { private static readonly IInterceptor...
More Posts