Top "Obsolete" questions

Methods and ideas that are no longer used in the current versions of various technologies.

Usage of the Obsolete attribute

I was recently told it was bad practice to haved marked a number of methods in our code with the […

c# attributes coding-style obsolete
Vector is an obsolete Collection

The Inspection reports any uses of java.util.Vector or java.util.hashtable. While still supported, these classes were made …

java vector obsolete
CSS 3.0 user-select property replacement

I am using CSS 3.0 and it is complaining that the "user-select" property doesn't exist. Does anyone know what the appropriate …

css properties obsolete
TypeScript – what is 'export import'?

Apparently, you can say 'export import xx = module("xx")' in TypeScript. But what does that mean? I didn't see …

typescript obsolete
How can I mark a specific parameter as obsolete/deprecated in C#?

I would like to be able to keep a C# API the same as it is now, but simply deprecate …

c# parameters deprecated obsolete