.NET framework deprecated interfaces and attributes. What was your biggest refactoring due to lack o

Posted by Andrew Florko on Stack Overflow See other posts from Stack Overflow or by Andrew Florko
Published on 2010-06-05T15:52:33Z Indexed on 2010/06/05 16:12 UTC
Read the original article Hit count: 251

Some .net-framework interfaces and attributes become obsolete and deprecated since new framework version appears. I am warned that such code may be removed or become unpredictable in next versions but have you ever faced the situation when you were forced to refactor code because code came uncompilable or start to behave weird? What was you biggest refactoring?

Or maybe Microsoft always continued to support api's once they were published?

Thank you in advance!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about refactoring