Sign in | Join | Help

Dave's Box

About Me
Contact Me
Recommended Reading

 Subscribe via reader
 Subscribe via email

Recent Posts

  • Moving a type from one assembly to another using TypeForwardedToAttribute

Blog Archive List

  • March 2010 (2)
  • August 2009 (3)
  • April 2009 (1)
  • March 2009 (1)
  • February 2009 (4)
  • January 2009 (2)
  • December 2008 (9)
  • November 2008 (4)
  • September 2008 (1)
  • August 2008 (3)
  • June 2008 (15)

Tags

  • .NET 4.0
  • API Design
  • API Hall of Shame
  • BCL
  • Bugs
  • C#
  • cci
  • Compatibility
  • Design Guidelines
  • FxCop
  • Linq
  • MEF
  • reflection
  • Releases
  • StyleCop
  • System.IO
  • Visual Studio 2010

Recommended

 
Framework Design Guidelines (2nd Edition)
Framework Design Guidelines
 
CLR via C# (2nd Edition)
CLR via C#
 
Code Complete (2nd Edition)
Code Complete 
More...

Browse by Tags

All Tags » Compatibility » API Design » .NET 4.0 (RSS)
  • BCL
Friday, December 19, 2008 7:00 AM

Moving a type from one assembly to another using TypeForwardedToAttribute

One of the problems that we’re facing today in the Framework, mainly stemming from the red bits/green bits design of .NET 3.5, is that certain ‘core’ types are located in the wrong assemblies. For example, the extremely useful ObservableCollection<T>...
Posted by David Kean | 1 comment(s)
Filed under: BCL, .NET 4.0, API Design, Compatibility
© 2008 David M. Kean
Powered by Community Server (Non-Commercial Edition), by Telligent Systems