Top "Deprecated" questions

Deprecation is a status applied to software features or language terms to indicate that they should be avoided, typically because they have been superseded.

MySqlCommand Command.Parameters.Add is obsolete

I'm making an C# windows Form Application in visual studio 2010. That application is connecting to an mysql database, and I …

c# mysql parameters deprecated sqlcommand
Why is the DOMSubtreeModified event deprecated in DOM level 3?

Why is the DOMSubtreeModified event deprecated and what are we supposed to use instead?

javascript dom javascript-events deprecated dom3
Deprecated: Function ereg() is deprecated

Possible Duplicate: How can I convert ereg expressions to preg in PHP? My contact form is othervise working but I …

php forms deprecated eregi ereg
PHP 7.4 deprecated get_magic_quotes_gpc function alternative

I am encountered with the situation where one of my old code is using get_magic_quotes_gpc() which is …

php deprecated php-7.4
AmazonS3Client(credentials) is deprecated

I'm trying to read the files available on Amazon S3, as the question explains the problem. I couldn't find an …

java amazon-web-services amazon-s3 aws-sdk deprecated
jQuery - how to use the "on()" method instead of "live()"?

I used live() for generated pages and frames. But in jQuery 1.9 this function is deprecated and does not work. I …

javascript deprecated jquery jquery-on
Deprecated conversion from string literal to 'char*'

I have a program which declares an array of strings like this: char *colors[4] = {"red", "orange", "yellow", "blue"}; But I …

c++ string char deprecated literals
How do I flag a method as deprecated in Objective-C 2.0?

I'm part of a team developing a fairly large iPad app and there are many different classes we've created as …

iphone objective-c deprecated
How can I fix the "UIPopoverController is deprecated" warning?

I am using this code: mediaLibraryPopover = [[UIPopoverController alloc] initWithContentViewController:avc]; [self.mediaLibraryPopover presentPopoverFromRect:[theButton bounds] inView:theButton permittedArrowDirections:UIPopoverArrowDirectionAny animated:…

ios objective-c uipopovercontroller deprecated
OnGlobalLayoutListener: deprecation and compatibility

I have to use an OnGlobalLayoutListener object and then to remove the listener, I had a problem with deprecated methods …

android compatibility deprecated