By tag: dynamicproxy
0
kicks
Explicit Strongly Typed Selective Proxies (CORRECTED)
“How could I dynamically create a proxy around an object (interface based proxies are not a problem) and then selectively apply interceptors at a method by method level if necessary?”.
0
kicks
Strongly Typed Resources ... Care of DynamicProxy2
"One option was to use resgen.exe to create strongly typed classes for the resources, but I felt that this lost us the flexibility that dropping the .resx files into app_globalresources would provide us with. Although accessing the compiled resources from the AppDomain is easy enough (look for...