Click here to Skip to main content
15,894,298 members
Articles / Programming Languages / C#

Using JSON Based Entities for Caching Remote Data in C#

Rate me:
Please Sign up or sign in to vote.
4.21/5 (6 votes)
8 Sep 2019CPOL25 min read 15K   67   3  
A walkthrough of building a JSON based transparent caching entity framework with branch reuse that intelligently minimizes the amount of server requests, against the use case scenario of accessing TMDb's API

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions