Alachisoft NCache 4.1 - Online Documentation

How to setup development Environment?

 
  1. File-> New -> Project.
     
     
     
  2. Select a Console Application from range of generic templates.
  3. Specify the Name for the Application.
  4. Specify the appropriate Location to save a project.
  5. Click OK button to create a new project.
     
     
     
     
  6. Add the following reference in your application to start working with NCache, as shown in the figure below: Alachisoft.NCache.Web.
     
     
     
     
  7. Select the reference from the list of references as shown below:
     
     
     
     
  8. Add the following namespace in your application:
 
using Alachisoft.NCache.Web.Caching;
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.