Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

feedburner.com

Rick Strahl's Web Log

Get the latest updates from Rick Strahl's Web Log directly as they happen.

Follow now 105 followers

Latest posts

Last updated about 1 month ago

Getting Inherited Controller Routes to work in ASP.NET Core

about 1 month ago

By default ASP.NET applies Controller Attribute Routes on concrete types. If you...

Getting Inherited Controller Routes to work and ASP.NET Core

about 1 month ago

By default ASP.NET applies Controller Attribute Routes on concrete types. If you...

Creating Dual Use Windows GUI and Console Applications

about 1 month ago

In my last post I described a WebPackageViewer tool tool that acts...

Creating a Packaged Single File Web Site Viewer Executable

about 2 months ago

This post falls squarely into the stupid pet tricks category, but I'm...

Lost ASP.NET Cookies on IIS Application Pool Restarts

2 months ago

Last week I finally updated my blog and moved it to .NET...

Running ASP.NET Core Applications in an IIS Subfolder Application

2 months ago

ASP.NET Core applications by default want to run in a root folder...

Fighting through Setting up Microsoft Trusted Signing

about 1 year ago

It's that time of year again to update my CodeSigning certificate, only...

Using the new WebView2 AllowHostInputProcessing Keyboard Mapping Feature

12 months ago

If you've used the WebVIew2 control for a UI interactive Hybrid active...

What the heck is a `\\.\nul` path and why is it breaking my Directory Files Lookup?

8 months ago

I've been trying to track down an odd bug in my logs...

Reliably Refreshing the WebView2 Control

6 months ago

The WebView2 control lacks a direct `Reload(noCache)` overload that forces a browser...

Don't use the Microsoft Timestamp Server for Signing

5 months ago

The default Microsoft timestamp server frequently causes intermittent failures during the code-signing...

Azure Trusted Signing Revisited with Dotnet Sign

5 months ago

In this follow-up post to my previous guide on Azure Trusted Signing...