.net 3 : implement cache which is same process, but config and API allows for clearing all or few keys + service discovery and integartion for invalidating cache
We have a .net 3 app that talks to one database and has 2 API calls that are GET - read data from db. They both take params and return a list back in JSON Want...
Read more