Life, Surf, Code and everything in between
273 followers 2 articles/week
Speed up your Start Menu by disabling Web Search

I ran into a great tip yesterday on X, that is too good not to pass on: Holy hannah! Disabling web search on the start menu makes it so much faster and effective. No lag at all anymore! HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search Make a new DWORD (32-bit) called: BingSearchEnabled Ensure the value = 0— Albert Thomas, Cooling...

Sat May 4, 2024 07:16
ASP.NET Core Hosting Module with Shadow Copy Not Starting: Separate your Shadow Copy Folders!

I recently ran into a problem with random failures of my ASP.NET Core Web application on IIS where I would get the dreaded ACNM Error Page (ASP.NET Core Module): This is on what used to a be a stable app that's been running without issues for a few years, and that uses Shadow Copy for execution. I wrote about Shadow Copy Execution previously. Recently...

Mon Apr 29, 2024 02:05
Programmatic Html to PDF Generation using the WebView2 Control with .NET

I've been using HTML to PDF generation for quite some time for a variety of purposes specifically in Markdown Monster. There are many solutions available - some good, some bad and many very expensive - but I've had good success in the past with the wkHtml2Pdf which is an open source solution that uses a standalone executable on Windows that allows...

Wed Mar 27, 2024 10:47
Comparing Raw ASP.NET Request Throughput across Versions

It's that time of year again to upgrade to a new machine, and one of the first things I often do once the machine is set up is run some performance tests of a simple ASP.NET application that tests raw request throughput of a couple of JSON do-nothing requests. Mind you, this isn't indicative of any kind of real world application performance, but...

Fri Mar 8, 2024 13:49
Reading Raw ASP.NET Request.Body Multiple Times

Some time ago I wrote about retrieving raw HTTP request content from an incoming request and - surprisingly - it's one of the most popular posts on this blog. The post discusses a few ways how you can capture raw request content in ASP.NET Core applications in situations when traditional model binding/mapping doesn't work and you need to access the...

Wed Feb 21, 2024 02:34
Sharing Tab Missing in Windows 11 Folder Properties

For unfathomable reasons, Windows 11 is actively discouraging the Sharing Tab on the Windows Explorer Properties Context Menu, where it used to sit by default. I'm talking about this tab when you select a drive or folder: From which you can then create a shared folder/drive and set permissions: In Windows 11 this tab is not visible by default,...

Thu Jan 11, 2024 00:48

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account