.NET Framework V2.0 Obsolete API List

With the release of .Net framework 3.0 & 3.5 a lot API in .Net 2.0 has become obsolete.

I found two excellent links in MSDN which gives a comphrensive list of all the obsolete API's of .Net 2.0

  • The Obsoleted Types count is the number of obsoleted types found in the assembly/namespace.
  • The Obsoleted Members count is the number of obsoleted members not contained in an obsoleted type. If a type is obsolete, it's members are not counted in this value.

Obsolete List: By Assembly

Obsolete List: By Namespace

 

 

No Comments