Enforcing valid formats on user input. Most user-input forms’ business rules indicate specific formats for the data they receive. MVC… Read more MVC: Regular Expressions
Category: mvc
MVC: Razor Syntax
Implementing logic into the Presentation layer. Perhaps one of the best features provided by MVC is the ability to implement… Read more MVC: Razor Syntax
MVC: Linking to Controller Action Methods
Using HTML links to execute controller action methods. It’s common to have a requirement that a controller’s action method be… Read more MVC: Linking to Controller Action Methods
MVC: Grid
Leveraging the MVC Grid to quickly display sortable, paging data. MVC provides robust data controls for displaying data sets. These… Read more MVC: Grid
MVC: Entity Framework
Using Microsoft’s powerful ORM tool to perform data-layer operations. Most tasks performed in today’s data-driven websites revolved around one or… Read more MVC: Entity Framework