440+ posts on Azure, C#, Entity Framework, .NET, Software Engineering and Visual Studio
Visual Studio has a refactor to rename corresponding file when a class name is changed
FYI… Visual Studio has a refactor which can be used to quickly rename the containing file when a class name is changed.
The refactor is available from the Quick Actions menu just to the left of your code…
You might also be interested in...
Visual Studio constructor creation shortcuts Visual Studio has shortcuts for almost everything. Getting to know even some of these can save you a lot of … Continue reading Visual Studio constructor creation shortcuts...
Saving Visual Studio Output window contents to file Are you often trying to scroll up and down the Output window in Visual Studio to copy its contents so … Continue reading Saving Visual Studio Output window contents to...
Creating a DTO class from a JSON string in Visual Studio If you’ve got back some JSON from a REST API you’ll likely be wanting to use Newtonsoft or System.Text.Json (.NET Core … Continue reading Creating a DTO class from a JSON...