• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents
  • Getting Started with NCache
  • Setting up NCache Environment
  • Create Cache
  • NCache API Caching
  • ASP.NET Session State
  • ASP.NET Core Session
  • ASP.NET View State
  • ASP.NET Output Cache
  • NHibernate
  • Entity Framework Integration

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.SDK to your application by executing the following command in the Package Manager Console:

Install-Package Alachisoft.NCache.SDK -Version x.x.x.x

Method 2: Reference Assembly

To utilize NCache APIs in your .NET application, refer the following assembly in your application found in %NCHOME%/bin/assembly/4.0:

  • Alachisoft.NCache.Web.Caching
Back to top Copyright © 2017 Alachisoft