Archives
-
Using Second Level Cache in Entity Framework 6.1 applications
In this post I am going to provide you with a hands-on example on how to use second level caching with Entity Framework 6.0 version. Second Level Caching is one of the features that is not present out-of-the-box in Entity Framework.
-
Database Command Logging & Profiling in Entity Framework 6.0
In this post I am going to provide you with a hands-on example on how to log commands & queries sent to the database by Entity Framework 6.0.
-
Handling batch operations with Entity Framework and Entity Framework Extended library
In this post I am going to provide you with a hands-on example on how to handle efficiently batch operations with Entity Framework and the EF Extended library.
-
Handling batch operations with Entity Framework and EF Utilities
In this post I am going to provide you with a hands-on example on how to handle efficiently batch operations with Entity Framework and the EF Utilities library.