I have been writing String.IsNullOrEmpty for years, and in Visual Studio 2015, the IDE suggests to refactor it into string.IsNullEmpty, Why? what would you do?
I well understand what behind String and string, however, I just wonder why VS 2015 could give me a hint I don't need.