Leveraging the MVC Grid to quickly display sortable, paging data. MVC provides robust data controls for displaying data sets. These… Read more MVC: Grid
Category: web
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
MVC: Custom Model
Developing a custom model to encapsulate a unique domain. The Model serves as the heart of the MVC application, containing… Read more MVC: Custom Model
MVC: ContentResult
Returning different types of content. MVC provide flexibility when answering requests for resources by supporting different types of content. In… Read more MVC: ContentResult
MVC: C.R.U.D. Operations
Using Entity Framework to leverage CRUD operations within a website. Most tasks performed in today’s data-driven websites revolved around one… Read more MVC: C.R.U.D. Operations