Building the solution

Here is the high-level architecture of the solution:

Building the solution

The solution built using Windows Server AppFabric Cache along with SQL Server as the durable store will scale for WinOrBow needs. The application will use a cache-aside pattern the application accesses the cache for lookup data and if it is not found, would execute the query against the database server. After the application receives the object, it would populate the cache server for the subsequent set of accesses. In some cases, the cache can be front loaded with the common reference data, such as finished game information and news feed data, prior to any user request coming ...

Get Applied Architecture Patterns on the Microsoft Platform now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.