NCache for Data Caching in .NET Core
NCache provides a sample application for .NET Core on GitHub. This section will guide you through setting up and using this sample application.
Important
Before getting started with NCache in .NET Core, the minimum required version is 2.2.
NCache Demonstration using Sample Application
Follow the steps mentioned here to see how NCache is used to perform various operations on your .NET application's data.
Step 1: Download Sample from GitHub
Go to NCache repository on GitHub and download the entire repository or the sample you are interested in.
Step 2: Launch the Project
Launch your .NET Core sample application in Microsoft Visual Studio 2022 or above.
Step 3: Configure Settings
After launching the project, locate and open the App.config file where you have to change the name of your cache to the one created before.
Step 4: Build Project and Use Sample
After configuring the cache settings, build the sample application for further use.
See Also
Create Distributed Cache
Monitor Distributed Cache
Use NCache for ASP.NET Core Application