Try Playground
Show / Hide Table of Contents

Entity Framework (EF) Core Installation

Install NuGet Package

Install the following NuGet packages to your application by executing the following command in the Package Manager Console:

  • EntityFrameworkCore.NCache for Enterprise
Install-Package EntityFrameworkCore.NCache
  • EntityFrameworkCore.NCache for Professional
Install-Package EntityFrameworkCore.NCache.Professional

Include Namespaces

To utilize the APIs, include the following namespaces in your application:

  • Alachisoft.NCache.EntityFrameworkCore
  • Alachisoft.NCache.Runtime.Caching

Sample Code

NCache provides a sample application for EF Core on GitHub.

See Also

Configure NCache with EF Core
Using EF Core Extension Methods with NCache
Logging Entity Framework Core Caching
Memcached Wrapper and Gateway Support for NCache

Back to top Copyright © 2017 Alachisoft