adspace


What is stateless model?

Answer Posted / Kamini Jadon

A stateless model is a design pattern where the object does not maintain any internal state. In .NET, a Stateless Model is an MVC pattern implementation where the controller passes all data and logic to the view through the model, but the model itself doesn't hold any user-specific data or session information.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1095


How to use multiple submit buttons in asp.net mvc?

1320


Explain the request flow in asp.net mvc framework?

1106