Daniel Vasquez Lopez's Blog
How to allow self-signed client certificates in IIS
IIS allows you to use client certificates but it may give you hard time if your certificate is wacky...
Date: 07/25/2012
How to escape {curly brackets} in URL Rewrite rule
There is no escaping character in an URL Rewrite expression, but here is how you include curly...
Date: 07/29/2011
Disposing System.Threading.Timer
I guess there are many ways to dispose this a timer, I was looking for an efficient way of doing it...
Date: 02/18/2011
NPR in Windows Phone
I just realized that forgot to use “NPR” as keyword for my “Tiny Radio” app; so here is this blog...
Date: 01/07/2011
You placed a large amount of data on the Clipboard
I don’t really like this dialog, it is confusing and really hard to read for me. I just simply don’t...
Date: 04/29/2010
URL Rewrite 2.0 Performance
Do performance work it is easy when you have the right tools for measuring gains or lost. I will...
Date: 03/18/2010
Getting the line number for a Faulting Application Error
It is possible to know the line where an application faulted even if it was not running under...
Date: 03/03/2010
Enable code coverage in Visual Studio
For some reason, every time that I want to enable code coverage for a library that I’m unit testing,...
Date: 02/16/2010
Registry values for IIS URL Rewrite
The following registry values can be set for the IIS URL Rewrite module and will affect the global...
Date: 01/07/2010
System.ComponentModel.Composition Example
I started playing with the .NET Framework 4.0 composition namespace (also known as MEF) and I want...
Date: 11/06/2009
Run MSTest.exe as a native 64-bit process.
If you need to run MS Test command line utility as a 64-bit process you need to do 2 things:...
Date: 03/28/2009
Faster proxy detection for HttpWebRequest
Do a web request using System.Net classes, HttpWebRequest or WebClient. For example:...
Date: 03/23/2009
How to consume ETW events from C#
In my previous post I explained how to collect ETW events from URL Rewrite (or any other IIS...
Date: 02/02/2009
How to display URL Rewrite ETW Events in the Event Viewer
IIS Failed Request Tracing is a powerful way to troubleshoot Web Requests, it provides an easy way...
Date: 01/25/2009
Write your own UI Rewrite Template Extension!
The GoLive release of URL Rewrite Module is now available and has a lot of improvement thanks to the...
Date: 09/27/2008
URL Rewrite for IIS 7.0 / Regular Expressions and Wildcards
Last week we shipped the first preview of URL Rewrite Module for IIS 7.0. If you are not familiar...
Date: 06/06/2008
How to find a process command-line using kernel debugger?
I hadn't posted since two years ago; a lot of things happen in such a time and now I'm part of the...
Date: 04/30/2007
Introduction
Hi there!, I'm a development consultant at MS Mexico. I'd been bloging at...
Date: 04/08/2005