Working of cookie less session
Explain the working of cookie less session?
Expert
ASP.NET handles a session state in same process which processes a request and does not generate the cookie. It is known as the cookie less session. Cookies are not available, a session is tracked through adding the session identifier to a URL. A cookie less session can be enabled using following code:
<sessionState cookieless="true" />
Explain the disconnected architecture of the ADO.NET's data access model.
In what way we can deploy the ASP.NET Web application?
In what way we can auto size the button to fit the text?
Define is IIS and also explains its uses?
List the classes which are introduced in the System.Numerics namespace?
Explain how does an MDI form differ from a standard form?
Explain Hashtable?
Explain what is a Static Constructor?
Write difference between an Abstract class and an Interface.
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
18,76,764
1932467 Asked
3,689
Active Tutors
1431146
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!