Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

Type forwarding using TypeForwardedTo attribute in Runtime.CompilerServices

We used this feature to solve a problem internally and I was tempted to blog about this cool feature. Type forwarding allows you to move a type from one assembly to another without having to recompile the application that uses the original assembly. Here
 
Page view tracker