0%

After my previous blog post on the subject, my good friend Avi Pinto asked if it was possible to teach ReSharper to treat an ASP.NET MVC HtmlHelper extension method to understand and navigate to relative paths within the project. I’m happy to report that not only this is possible, it also requires almost no effort at all!

Read more »

My colleague was annoyed that pressing Win-Enter on Windows 8 would pop open Windows Narrator, and there was seemingly no way to disable it. He told me that the answer he found on one of the forums suggested removing the execute permission from the Narrator.exe file, however, since this involves preventing file execution, this led me to an idea to try and use my old friend Image File Execution Options, which I’m happy to report, worked!

Read more »