Skip to content

Test project for caching using .NET 6. Basic console application.

Notifications You must be signed in to change notification settings

juaal12/CSharpAndDotNet6Caching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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.

About

Test project for caching using .NET 6. Basic console application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published