What is stateless model?



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

Post New Answer

More Dot Net Framework Interview Questions

Explain what languages does the .net framework support?

1 Answers  


How can I stop my code being reverse-engineered from IL

1 Answers  


differences between poco, model first and data first approach?

1 Answers   Microsoft,


What is the difference between model view and controller?

1 Answers  


Is .NET a runtime service or a development platform?

1 Answers  


what is ADO.NET

8 Answers   NIIT,


What is .NET Framework?

4 Answers  


What are action filters?

1 Answers  


What is CLR? How it will work?

5 Answers  


How we can handle the exception at controller level in ASP.Net MVC?

1 Answers  


Can a view be shared across multiple controllers? If yes, how we can do that?

1 Answers  


What is a model in android?

1 Answers  


Categories