obsolete
.NET Framework deprecated interfaces and attributes. What was your biggest refactoring due to lack of support?
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[详细]
2023-01-02 04:37 分类:问答Is Obsolete attribute only checked at Compile time?
I wonder that the obsolete attribute is checked at only runtime? Think that you have two assemblies. Assembly A uses a method from Assembly B. After that we mark the method in Assembly B as obsolete[详细]
2023-01-01 23:28 分类:问答Obsolete attribute doesn't cause any compiler warning in VS2010
I\'m using Visual Studio 2010. But find开发者_如何学Go that the Obsolete attribute doesn\'t cause any compiler warning (I want it to cause a compiler warning).[详细]
2022-12-31 18:07 分类:问答Ambiguous class name
If have a new project (ProjNew ) where I want to put several classes that are on other project (ProjOld).[详细]
2022-12-28 20:25 分类:问答What does <project> is obsolete mean?
My batch build has a project, lets call it \'My.Project\'.That 开发者_开发问答project got up-reved to .NET 3.5 (from .NET 1.1) in its own standalone project (meaning its not part of this batch build).[详细]
2022-12-25 22:27 分类:问答Which functions from the standard library must (should) be avoided?
I\'ve read on Stack Overflow that some C functions are \"obsolete\" or \"should be avoided\". Can you please give me some examples of this kind of function a开发者_开发知识库nd the reason why?[详细]
2022-12-25 16:56 分类:问答How to prevent your code from becoming obsolete? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-19 15:54 分类:问答Prevent other developers using base methods within a class
I have a class that uses filesystem entities to manipulate data.We have several methods specifically designed to (attempt to) cope with some of the issues we face with this approach (file locking, non[详细]
2022-12-18 22:39 分类:问答When, if ever, would you expect classes marked as obsolete to be removed from the .NET framework?
As we approach the 4th major release of the .NET framework we are likely to see an increase in the number of classes and methods marked as obsolete (to indicate they are deprecated). I found this page[详细]
2022-12-09 11:01 分类:问答