Question - What Are The Different Refactoring Options In Visual Studio?
Answer -
The different refactoring options in visual studio are:
Add parameter (from Call Site)
Generate overrides
Add named argument
Add null-check for parameters
Insert digit-separators into literals
Change base for numeric literals (for example, hex to binary)
Convert if-to-switch
Remove unused variable