Use FluentValidation for a better validation framework in MVC
Let's use FluentValidation to create custom, complex validation rules in ASP.NET MVC!
Let's use FluentValidation to create custom, complex validation rules in ASP.NET MVC!
We ran into an interesting problem in Chrome using MVC, dates, and EditorFor. When we tried to submit a search, the dates kept getting the wrong format applied to them once the page loaded again, and because of this Chrome wouldn't display a datepicker for them anymore, even though it
Dive into the MVC ModelState and learn how it represents values submitted to an action and validation errors found in said values. Sample project included!
Let's build the CheckBoxList control from WebForms in ASP.NET MVC!
When dealing with objects in an MVC app, we often want a way to specify how that object should be displayed on any given page. If that object is only displayed on one page, we simply write HTML and CSS to lay out and style how that object should be