Using UML when describing application design. The Unified Modeling Language is a powerful tool for designing application and describing its… Read more OOP: UML
Category: web
OOP: Polymorphism
Leveraging the power of Object-Oriented Programming through Polymorphism (OOP). One of the central tenets of OOP is code reuse –… Read more OOP: Polymorphism
MVC: Validation – Remote
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
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