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