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...
Use Visual Studio Code keyboard shortcuts in Visual Studio If you use both Visual Studio Code and Visual Studio and don’t want to have to remember two different keyboard … Continue reading Use Visual Studio Code keyboard shortcuts in...
Create plain GUID in Visual Studio via PowerShell I use GUIDs for ad hoc stuff like passing into postman requests or when inserting dummy data into DBs for … Continue reading Create plain GUID in Visual Studio via...