Which statements will give the path where the executing assembly is currently located?
Correct Answer: System.Reflection.Assembly.GetExecutingAssembly().CodeBase;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions