Here's a question I got this afternoon: I have a C# assembly named AppDom. I execute the following line in the Main function of the assembly Console.WriteLine(Assembly.GetCallingAssembly().FullName); Visual studio.NET 2003 gives the output as ‘AppDom’
Read More...