Showing results for Entity Framework - Developer Support

Oct 26, 2017
0
0

EF 2.0 I am a believer

Developer Support
Developer Support

This post is provided by App Dev Manager, Marcus Fernandez who shares first impressions of EF Core 2.0. I am not much of a database guy. I enjoy code but not a big fan of learning tools like SQL Management Studio, SSIS, etc. Not my forte. So I am working on a project and exploring database evolution.  The original project started with EF ...

TeamEntity Framework
May 19, 2017
0
0

Speed Matters – Turbo Charging Data Services with EF Core

Pam Lahoud
Pam Lahoud

Premier Developer consultant Rob Vettor brings us this post on performance of the new Entity Framework Core. Entity Framework Core (EF Core) has arrived and brings with it several long-awaited improvements. Officially released this past June, EF Core is a complete rewrite of the Entity Framework. While the high-level developer APIs (DbContext, LI...

PerformanceRob VettorEntity Framework
Mar 23, 2017
1
0

Entity Framework Query Caching

Developer Support
Developer Support

Senior Application Development Manager, Deepak Malik, explains the Query caching behavior, performance implications, and extensibility provided in the latest release of Entity Framework Caching entities or query results has been a recommended practice for application development to improve an application's performance especially in data centric ...

TeamEntity Framework