adspace
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