Type forwarding using TypeForwardedTo attribute in Runtime.CompilerServices
Type forwarding allows you to move a type from one assembly to another without having to recompile the application that uses the original assembly.
Read more Leave a Comment October 19, 2008 Matthew Skelton