What Name space does the web page belon in the .net
framework class hierarchy?
Is global asax mandatory?
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?
Where sessions are stored in asp.net?
How can you access the properties and controls of master pages from content pages?
What is the equivalent of date() and time() in asp.net?
How ASP.NET page works?
How do you handle session management in ASP.NET and how do you implement them. How do you handle in case of SQLServer mode ?
What is the viewstate in asp.net?
What is difference between singleton and single call?
Write a standard lock() plus double check to create a critical section around a variable access?
What is a postback in asp net?
What are the main differences between asp and asp.net?