Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
Learn how to efficiently scale your production site by caching key pages with dynamic headers. Explore output caching solutions, from VaryByParam to custom attributes, optimizing performance while preserving authentication flexibility.
A Rentler promotional video that no longer exists. Hopefully, I can find it and host it myself later.
Encounter NUnit test failure with XNA due to BadImageFormatException? Switch to x86 version of NUnit (nunit-x86.exe) for a quick fix. Ensure smooth testing experience and share for future problem-solving ease.
Encounter conditional validation hurdle in ASP.NET MVC? Discover a solution for validating fields based on checkbox status. Utilize custom validator and extension code for seamless client-side functionality.
I was getting 404 errors when trying to serve the font files for a project. Here's my solution to fix.