Is .net a compiler?
Explain different types of html, web and server controls.
How is a managed code executed?
What is different between webusercontrol and in webcustomcontrol?
Explain the different parts of an assembly?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
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; }
What are code contracts?
Who is using .net core?
Should I use readerwriterlock instead of monitor.enter/exit?
what is the difference between early binding and late binding in .net?
Differentiate between managed and unmanaged code?
Explain About GDI object ?