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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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,...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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:...

Author: aractnido Date: 03/28/2009

Faster proxy detection for HttpWebRequest

Do a web request using System.Net classes, HttpWebRequest or WebClient. For example:...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido 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...

Author: aractnido Date: 04/30/2007

Introduction

Hi there!, I'm a development consultant at MS Mexico. I'd been bloging at...

Author: aractnido Date: 04/08/2005