Install NuGet in Visual Studio
NCache provides NuGet packages which contain client libraries. Note that 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 for Enterprise edition.
You can install NuGet packages for the following:
Enterprise SDK (all client libraries)
Install-Package Alachisoft.NCache.SDK
ASP.NET Sessions
Install-Package Alachisoft.NCache.SessionStateProvider
ASP.NET Core
Install-Package Alachisoft.NCache.SessionServices
Entity Framework
Entity Framework 6.0
Install-Package Alachisoft.NCache.EF60
Entity Framework 6.1
Install-Package Alachisoft.NCache.EF61
Entity Framework Core
Install-Package Alachisoft.NCache.EFCore
NHibernate
Install-Package Alachisoft.NCache.NHibernate
ASP.NET Core SignalR
Install-Package Alachisoft.NCache.SignalR
See Also
Windows Installation
Network Installation with PowerShell
Evaluation Period Management
License Management