Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-mvc-viewmodel

How to use ViewModels in ASP.NET MVC?

Inserting line breaks in DisplayName attributes

MVC - Passing multiple data tables to a view

How can I make the Required attribute for my custom DropDownList editor template operate client side?

ViewData and ViewModel in MVC ASP.NET

Return two lists to the view c# mvc

ViewBag vs Model, in MVC.NET [closed]

Client form validation not working with modal dialog in MVC

ASP.NET MVC View Model not binding on HTTP Post with DropDownList

How can I refactor my database access code outside my MVC project but keep my viewmodels inside?

MVC ViewModel example

Using a PagedList with a ViewModel ASP.Net MVC

The model item is of type CookMeIndexViewModel, but requires a model item of type IEnumerable<CookMeIndexViewModel>

How to pass model to partial view

Should a service layer return view models for an MVC application?

ViewModel Best Practices