What is stateless model?
Answer / 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 |
Explain what languages does the .net framework support?
How can I stop my code being reverse-engineered from IL
differences between poco, model first and data first approach?
What is the difference between model view and controller?
Is .NET a runtime service or a development platform?
what is ADO.NET
What is .NET Framework?
What are action filters?
What is CLR? How it will work?
How we can handle the exception at controller level in ASP.Net MVC?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is a model in android?