Using the Remote attribute to leverage JQuery’s validator. MVC provides a flexible and powerful method for using logic external to… Read more MVC: Validation – Remote
Category: mvc
MVC: Validation – Model
Enforcing Model-level validation. MVC enables validation to be performed at the model-level by implementing the IValidatableObject interface. Once you’ve defined… Read more MVC: Validation – Model
MVC: Validation
Utilizing validation in the model to enforce business rules. In this article, I will illustrate some of the basic validation… Read more MVC: Validation
MVC: Using ViewBag for Data Storage
Passing data to a View. Sometimes a business requirement necessitates data to passed from a Controller to the View for… Read more MVC: Using ViewBag for Data Storage
MVC: User Context Info
Using context objects to discern user information. This article illustrate how easy ASP.NET MVC allows access to a wealth of… Read more MVC: User Context Info