I got an e-mail earlier this week asking a fairly common question regarding C#’s overload resolution. Before I launch into a discussion of the actual behavior of the compiler, think about what the output of the following program will be: using System;
Read More...