Setting up NCache Environment
In order to begin building applications with NCache, you need to install the assemblies in your project, either through NuGet Package or by referring assemblies in your project.
Method 1: Install NuGet Package
Install the NuGet package Alachisoft.NCache.OpenSource.SDK to your application by executing the following command in the Package Manager Console:
Install-Package Alachisoft.NCache.OpenSource.SDK -Version 4.6.3
Method 2: Reference Assembly
To utilize NCache APIs in your application, refer the following assembly in your application found in [InstallDir]/bin/assembly/4.0
:
Alachisoft.NCache.Web.Caching