Explain can 2 different applications use the same dll in gac at the same time?
No Answer is Posted For this Question
Be the First to Post Answer
Explain me what is an anonymous method and how is it different from a lambda expression?
Directcast(123.34,integer) - should it throw an error? Why or why not?
What is web.config in .net?
What is the purpose of enumerable class in .net?
Is .net front end or backend?
Using com component in .net?
What is Garbage Collection in .Net and what is the Garbage collection process?
What is cyclomatic complexity and why is it important?
what is object lock?
Please explain what is the difference between constants and read-only variables?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Define marshling?