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
How would you enable impersonation in the web.config file?
Differentiate between client-side and server-side validations in web pages.
What is bson in web api?
Can user control be stored in library?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the use of worker process in asp.net?
What are the advantages of using session?
Define the types of configuration files.
Where the cookie value is stored?
Describe the diffeerence between inline and code behind?
Explain exception filters?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is & in a url?
Difference between web user control and web custom control?
What is the difference between stored procedure vs function?