.NET framework deprecated interfaces and attributes. What was your biggest refactoring due to lack o
- by Andrew Florko
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!