Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
- /0002012-06-060x1b31▌ Software
OutputCache for UnAuthenticated Requests Asp.Net Mvc
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.
◥ - /0012012-01-070x6fcd▌ Misc
Rentler Video
A Rentler promotional video that no longer exists. Hopefully, I can find it and host it myself later.
◥ - /0022012-01-040x86fb▌ Software
NUnit in Windows 7 with Xna BadImageFormatException
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.
◥ - /0032012-01-010x86a7▌ Software
Asp.net JQuery Unobtrusive Conditional Validation
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.
◥ - /0042011-12-170x080d▌ Software
Asp.Net Not Serving .woff Files
I was getting 404 errors when trying to serve the font files for a project. Here's my solution to fix.
◥