Installing NuGet in Visual Studio
NCache provides NuGet packages for Open Source which contain client libraries.
Note
There is no licensing required for clients.
To install NuGet packages, open Visual Studio and go to Tools -> NuGet Package Manager -> Package Manager Console.
On the console, execute the following commands to install the NuGet packages:
Open Source SDK (all client libraries)
Install-Package Alachisoft.NCache.OpenSource.SDK
ASP.NET Sessions
Install-Package AspNet.SessionState.NCache.OpenSource
ASP.NET Core Sessions
Install-Package AspNetCore.Session.NCache.OpenSource
NHibernate
Install-Package NHibernate.NCache.OpenSource
Microsoft Extensions Caching
Install-Package NCache.Microsoft.Extensions.Caching.OpenSource
See Also
NCache GUI Installation
Network Installation with PowerShell