All Posts from September 2014
30
Sep
Enterprise MVC Design Patterns: Server-Side Pagination
Continuing with our series on enterprise MVC design patterns, in this article we will look at another common design pattern, paging through data where navigating to the next page requires a round trip to the server to fetch the data.
23
Sep
Enterprise MVC Design Patterns: Single-Load AJAX Tabs
Our first in a series on developing enterprise-level MVC applications, focusing on common design patterns differentiated with normal MVC application behaviors. In this article we focus on a common client-requested feature, single-load AJAX tabs, utilizing the jQuery UI Tabs Widget.