Archive

Posts Tagged ‘Obsolete’

How to safely rename a public API member and mark it obsolete

July 31st, 2012 Comments off

There are times when public API members must be deprecated or its signature must be changed. In this case, we can not remove or modify public members, because other application that depend on these APIs may become broken and/or uncompilable. If you’d like to supersede a public member, you can use a special attribute called ‘Obsolete’. The Obsolete attribute marks an API member as one that is no longer recommended for use.

Read more…

Refactor! for VB.NET refactorings list

July 11th, 2010 Comments off

DevExpress Refactor! for VB.NET

July 1st, 2010 Comments off

Today DevExpress no longer provide Refactor! for VB.NET, because all features this product had are included inĀ CodeRush Xpress.

However, the latest CodeRush Xpress version doesn’t support Visual Studio 2005, but you can download a previous product version, which is compatible with this IDE version. Simply register your free copy of CodeRush Xpress on the following page: Register Your Copy of CodeRush Xpress.

Read more…