I am working on windows azure with asp.net mvc as a web role. I am trying to connect to my local database from the window azure and i successfully connected to my local database. Now my website performance is poor since my table has lot of records. In order to increase performane i have decided to use windows azure cache. I need to show all records in a table with CRUD operations and for every time manipulation on data i need to do the manipulations on the cached version of data. I have followed some links from msdn,
But i dont get full clarity on what to do. so please guide me to achieve windows azure caching on local database.