Setting Up Development Environment
-
Open File-> New -> Project.
-
Select a Console Application from range of generic templates.
-
Specify the Name for the Application.
-
Specify the appropriate Location to save a project.
-
Click OK button to create a new project.
-
Add the following reference in your application to start working with NCache, as shown in the figure below: Alachisoft.NCache.Web.
-
Select the reference from the list of references as shown below:
-
Add the following namespace in your application:
using Alachisoft.NCache.Web.Caching;
See Also