This repository contains code that is being used for the tutorial about basic caching in C#. You can find this tutorial at https://kenslearningcurve.com/tutorials/caching-in-c/.
- Clone this repository and open in your editor.
- If you want to follow the tutorial and write along, make sure you switch to the branch "StartProject".
- If you want to complete project with caching, switch to the branch "EndProject".
- Change the connection string to your own. You can find it in the Program.cs.
- Run the application.
- If you want to follow the tutorial and write along, make sure you switch to the branch "StartProject" and download the code.
- If you want to complete project with caching, switch to the branch "EndProject" and download the code.
- Change the connection string to your own. You can find it in the Program.cs.
- Run the application.