Unlock the Dark theme for SQL Management Studio

I recently discovered this glorious option so I’m posting here both for my own memory and just to help anybody out that might need it.  If you, like me, are tired of taking your Visual Studio dark settings and meticulously making SQL Management Studio match, then this is a much quicker way to get there. … Read more Unlock the Dark theme for SQL Management Studio

Paste JSON as Classes: From JSON to C#

I recently discovered a feature in the most amazing IDE in the cosmos .. otherwise known as Visual Studio. Myself and some fellow developers were having a discussion about AngularJS and JSON data. As you may expect we started talking about ways to get the JSON data into our C# classes. During that discussion one … Read more Paste JSON as Classes: From JSON to C#