Can I write il programs directly?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the top .net class that everything is derived from?
What is the base class of Button control?
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; }
Explain about .net assemblies?
Explain cas (code access security)?
How is development of a Windows service different from a Windows Forms application?
Is .net capable of supporting multi-thread?
What is .net latest version?
Difference between assembly manifest & metadata
What is a variable of implicit type and what is its scope?
Please explain what are an inheritance, polymorphism, and encapsulation?
C++ & C# differences ?