Programs that saved you 100 hours (Online tools, Git aliases and Visual Studio extensions)

from blog Just Some Code, | ↗ original
Today I saw this Hacker News thread about Programs that saved you 100 hours. I want to show some of the tools that have saved me a lot of time. Probably not 100 hours yet. 1. Online Tools JSON Utils It converts a json file into C# classes. We can generate C# properties with attributes and change their casing. Visual Studio has this feature...