Cosairus Blog

Featured Article

28

Feb

Unit Testing with In-Memory Databases in Entity Framework Core

by Ira Endres

Unit tests provide the reassurance that the system behaves correctly no matter where the system is running. With the release of Entity Framework Core, in-memory unit test database doubles are even easier than ever to use.

All Posts from September 2014

30

Sep

Enterprise MVC Design Patterns: Server-Side Pagination

by Ira Endres

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

by Ira Endres

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.

Previous Month Next Month