Search Results

0
votes

Where can I find ASP MVC documentation?

You can find it on MSDN site here ASP.NET Model View Controller (MVC) …
2
votes

Is ViewState relevant in ASP.NET MVC?

Yes, that is correct. ViewState is not relevant. More on differencies between Page Model and MVC here: Compati …
3
votes

ASP.NET MVC ViewModel Pattern

There are couple of things that bother me. The terminology. ViewModel is this case is a simple view data that is populated and later consumed by controller. View knows nothing abo …