Explain the differences between managed and unmanaged code?
What is meant by role based security? when we use this one
What is strong name and which tool is used for this ?
How ASP and ASP.NET page works.
What are the elements of a website?
How do I create a web form?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Explain what does wsdl stand for?
what are the State management and Its Uses
What is the difference between application and cache variables?
What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
How will you load dynamic assembly?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?