Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1005 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 1005 Bytes

UsingCachingInCSharpAndDotNet6

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/.

How to use

Cloning

  1. Clone this repository and open in your editor.
  2. If you want to follow the tutorial and write along, make sure you switch to the branch "StartProject".
  3. If you want to complete project with caching, switch to the branch "EndProject".
  4. Change the connection string to your own. You can find it in the Program.cs.
  5. Run the application.

Downloading the code

  1. If you want to follow the tutorial and write along, make sure you switch to the branch "StartProject" and download the code.
  2. If you want to complete project with caching, switch to the branch "EndProject" and download the code.
  3. Change the connection string to your own. You can find it in the Program.cs.
  4. Run the application.