Category: Coding
Automatically change your Audio Input, Output and Volume per application in Windows 10
I recently blogged about an amazing little utility called AudioSwitcher that makes it two-clicks easy to switch your audio inputs and outputs. I need to switch audio devices […]
Securing an Azure App Service Website under SSL in minutes with Let’s Encrypt
Let’s Encrypt is a free, automated, and open Certificate Authority. That means you can get free SSL certs and change your sites from http:// to https://. What’s the […]
The year of Linux on the (Windows) Desktop – WSL Tips and Tricks
I’ve been doing a ton of work in bash/zsh/fish lately – Linuxing. In case you didn’t know, Windows 10 can run Linux now. Sure, you can run Linux […]
Real Browser Integration Testing with Selenium Standalone, Chrome, and ASP.NET Core 2.1
Buckle up kids, this is nuts and I’m probably doing it wrong. 😉 And it’s 2am and I wrote this fast. I’ll come back tomorrow and fix the […]
Installing PowerShell Core on a Raspberry Pi (powered by .NET Core)
Earlier this week I set up .NET Core and Docker on a Raspberry Pi and found that I could run my podcast website quite easily on a Pi. […]
Building, Running, and Testing .NET Core and ASP.NET Core 2.1 in Docker on a Raspberry Pi (ARM32)
I love me some Raspberry Pi. They are great little learning machines and are super fun for kids to play with. Even if those kids are adults and […]
Using LazyCache for clean and simple .NET Core in-memory caching
I’m continuing to use .NET Core 2.1 to power my Podcast Site, and I’ve done a series of posts on some of the experiments I’ve been doing. I […]
Announcing .NET Core 2.1 RC 1 Go Live AND .NET Core 3.0 Futures
I just got back from the Microsoft BUILD Conference where Scott Hunter and I announced both .NET Core 2.1 RC1 AND talked about .NET Core 3.0 in the […]
Eyes wide open – Correct Caching is always hard
In my last post I talked about Caching and some of the stuff I’ve been doing to cache the results of a VERY expensive call to the backend […]
The Programmer’s Hindsight – Caching with HttpClientFactory and Polly Part 2
In my last blog post Adding Cross-Cutting Memory Caching to an HttpClientFactory in ASP.NET Core with Polly I actually failed to complete my mission. I talked to a […]