What is virtual directory in asp.net?
What is sdlc process?
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
What are tuples?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?
How do you register a .NET assembly?
What is the lifespan for items stored in ViewState?
Explain autherization levels in .net ?
Where is the session stored?
Authentication and Authorization
What type of code (server or client) is found in a Code- Behind class?
What are server-side comments in ASP.NET?