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" />
What do you mean by the term delegate, why must you use it and explain how do you call it?
Briefly describe about keywords also give example.
Explain the use of a toolstrip container?
Illustrate the terms SESSION as well as APPLICATION object?
List different ways of deployment that are supported by .NET.
In what way we can disable a context menu for the TextBox control?
Why the data validations should be performed at a client side?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
Describe managed extensibility framework?
Explain about the DataContext class and also how it is related to the LINQ?
18,76,764
1935179 Asked
3,689
Active Tutors
1422923
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!