Today on FAIC, a detective story. Suppose you have this class in assembly Alpha.DLL: namespace Alpha { public class Bravo { public void Charlie() { System.Console.WriteLine("Alpha Bravo Charlie"); } } } Pretty straightforward. You call this method from assembly Delta.EXE … Continue reading →