How to prepare for c# and .NETinterviews?

Start from the beginning
                                        

What is a SESSION and APPLICATION object?

What is the difference between ‘Server.Transfer’ and ‘response.Redirect’ ?

What is the difference between Authentication and authorization?

What is impersonation in ASP.NET?

What are the various ways of authentication techniques in ASP.NET?

Can you explain Forms authentication in detail?

How do I sign out in forms authentication?

If cookies are disabled how will forms authentication work?

How do we implement windows authentication?

How can we do single sign on in ASP.NET?

Can you explain membership and role providers in ASP.Net 2.0?

Can you explain master pages concept in ASP.NET?

So how do you create master pages?

What is the concept of Web parts?

What are partial classes in ASP.NET ?

What is the difference between data grid and grid view?

What is difference between Grid view, Data list, and repeater?

From performance point of view, how do they rate?

What is the method to customize columns in Data Grid?

How can we format data inside Data Grid?

How to decide on the design consideration to take a Data grid, data list, or repeater?

What are major events in GLOBAL.ASAX file?

How can we kill a user session?

How do you upload a file in ASP.NET?

How do I send email message from ASP.NET?

What are different IIS isolation levels?

ASP used STA threading model, what is the threading model used for ASP.NET.

What is the use of <%@ page aspcompat=true %> attribute?

Explain the differences between Server-side and Client-side code?

How to use a checkbox in a data grid?

What is the difference between “Web farms” and “Web garden”?

How do we configure “Web Garden”?

What’s the difference between trace and debug in ASP.NET?

How do you enable tracing in on an ASP.NET page?

Which namespace is needed to implement debug and trace ?

Can you explain the concept of trace listener?

What aretrace switches?

What is an application object?

What is the use of cache object?

What is the difference between Cache object and application object?

How can get access to cache object?

What are dependencies in cache and types of dependencies?

Can you show a simple code showing file dependency in cache?

What is Cache Callback in Cache?

What is scavenging?

What are different types of caching using cache object of ASP.NET?

How to prepare for c# and .NETinterviews?Where stories live. Discover now