Month: January 2018
-
Episerver Carousel using Bootstrap 4
In this post, I will show you how to implement a carousel in Episerver with Bootstrap. Check out demo here first. Create the carousel block The carousel model can be as simple as a container of all carousel items. So in our implementation, we only have one property to our carousel: [ContentType(DisplayName = “Carousel Block”,…
-
Azure Virtual Machine – Boot diagnostics – Failed to get contents of blob
Update: Turns out that the Boot diagnostics failure that I’ve been getting below has got nothing to do with my Azure Virtual machine being stuck in the “Starting” state. If you arrived on this post because you have the same issue of a VM being stuck in “Starting” state, follow this post instead. Otherwise, keep reading…
-
Configuring an ASP.NET web app with GSuite Gmail SMTP
This one took me several days to configure as it seems like Google has been constantly upgrading its security rules and so I found a lot of solutions online that no longer work. It’s possible this article may get outdated soon but at the time of writing, this is what made my “Contact Us” page…
-
Resharper shortcuts I cannot live without
I’ve had to recently renew my personal license for Resharper Ultimate and I realised it’s been almost 8 years now since I started using Resharper with Visual Studio. Yes, 8 years. This tool is so good I can’t code (and therefore live) without Resharper installed. I know that Visual Studio 2017 has upped its game…