New theme!

Published: Dec 31, 2019 by Adam Vincent

In preparation for 2020 and ideally a slew of new articles, I’ve finally wired up a decent theme to this blog site. I don’t particularly enjoy front end work so it takes me a while to get a round tuit. I’m using the ‘clean-bulma-theme’ and it covers all the bases and looks nice.

It took quite a bit of fumbling to get it to work since I know nothing about Ruby and I haven’t messed with the blog in many months so I needed a refresher on how to Jekyll. It appears it has a way to toss in Disqus as well and so if I have any angry readers yet, you’ll be able to comment soon :)

Latest Posts

Visual Studio Tips: Smart Line Break
Quick-Start: Connect ASP.NET to Azure SQL with an Azure managed identity
Quick-Start: Connect ASP.NET to Azure SQL with an Azure managed identity

Connect an ASP.NET Application running on Azure Web Apps to Azure SQL and leave no messy secrets laying about in the web.config file, depending on Azure Key Vault, or have to orchestrate building a connection string with via Azure Resource Manager.

Visual Studio Tricks: Increase signal to noise in your debugger
Visual Studio Tricks: Increase signal to noise in your debugger

Inspecting your objects in Visual Studio’s debugger can sometimes be tedious having to expand objects, arrays and lists trying to find that ‘problem child’ of yours. Fortunately for us, there are some handy tricks to reducing the noise, and focusing in on the members of your object that are important.