Login
Nederlands
About
Consulting
Projects
Resume
Contact Me!
Any fool can write code that a computer can understand.
Good programmers
write code that
humans
can
understand
.
- Martin Fowler
TypeForwardTo Attribute
Overview
Attribute to indicate a type has moved from one assembly to another.
Enables you to update your assemblies without recompiling the clients using them.
Great example can be found at
What is TypeForwardedToAttribute?