Explain how to produce an assembly?
No Answer is Posted For this Question
Be the First to Post Answer
What is .net assembly?
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; }
Why MVC programming model preferred?
What is the difference between reference type and value type?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is iis? Have you used it?
what is a strong name?
What operating systems does the .net framework run on?
Whate are resource files?
Explain about managed heap?
Explain what relationship is between a process, application domain, and application?
Please explain what is the difference between a class and an object?