Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
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.
Creating a free solution to convert Html to Pdfs.
Encountering challenges with ASP.NET MVC? I found the issues of form data not updating due to ModelState retention. Ensure smoother development with insights and fixes.