Type Forwarding
Wednesday, March 5th, 2008This article covers a .NET 2.0 concept that helps developers overcome DLL hell. For those of you who have never experienced DLL hell this article might be a little confusing.
Type forwarding is an ‘attribute’ in the .NET framework that allows you to move members from assembly X to assembly Y without recompiling clients that use […]

