Answer Posted / stas
Stateless is the feature of software entity (for instance
class instance, application) to not remember previous
accesses and these calls results.
So web apps are not mandatory stateless: session,
viewstate, etc. if they are used are state of web request.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain what is viewstate?
What are tuples?
How do you implement postback with a text box?
What is anonymous authentication?
Describe the difference between inline and code behind - which is best in a?
what is loosely coupled solution? How it can be used?
What is the difference between server-side scripting and client-side scripting?
How does exception management works in ASP.NET?
What are the Types of session management in ASP.NET
Explain diff between dataset and datareader?
What is cookies cache and session?
What is the concept of postback in asp.net?
What is inproc and outproc?
What is the use of the tag in the web.config file?
Why do we use asp.net?