Entity Framework (EF) Core Extension Methods
Note
This feature is available in NCache Enterprise and Professional editions.
The ADO.NET Entity Framework is a popular object-relational mapping framework. It provides abstraction from underlying relational data that is stored in a database and presents its conceptual schema to the application, preventing the need to write database persistence code.
Entity Framework Core can be seen in most of the high transaction applications where scalability and performance cannot be compromised. However, in such critical cases, the database quickly becomes a bottleneck as the database tier does not support adding on more servers. To achieve this scalability, NCache provides extension methods for Entity Framework Core..
In This Section
Entity Framework (EF) Core Installation
Explains the pre-requisites and NuGet packages for installing EF Core in your application.
Configure NCache with EF Core
Explains how to configure EF Core with NCache and the various configuration options provided by NCache.
Using EF Core Extension Methods with NCache
Explains how to use EF Core extension methods with NCache and the supported APIs by NCache for EF Core Caching.
Logging in EF Core Extension Methods
Explains the logging mechanism for EF Core.