Sign in
Entity Framework Design
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ADO.NET
Caching
Code First
CodeOnly
Customization
Designer
EDM
Entity
Entity Framework
Entity Framework 4
Entity Framework Futures
eSQL
Evolving APIs
FKs
Functions
Linq to Entities
Linq to Sql
Mapping
Metadata
Migration
Model First
N-Tier
ObjectServices
Pages
Pluralization
POCO
Productivity Improvements
Providers
Reporting
Self-Tracking Entities
Spatial
Stored Procedures
T4
Templates
What's New
Browse by Tags
MSDN Blogs
>
Entity Framework Design
>
All Tags
>
caching
Tagged Content List
Blog Post:
Auto-Compiled LINQ Queries (Entity Framework June 2011 CTP)
dpblogs
When you write a LINQ to Entities query today, the Entity Framework walks over the expression tree generated by the C#/VB compiler and translates (or compiles) that into SQL. Compiling the expression tree into SQL involves some overhead though, particularly for more complex queries. In order...
on
30 Jun 2011
Blog Post:
Transparent Caching Support in the Entity Framework
efdesign
The Entity Framework's provider model makes it possible for it to work over different database's. The idea being that someone, either the database vendor or a third party, can write a provider that allows the Entity Framework to work with that database. The Entity Framework asks the provider to...
on
9 Jul 2008
Page 1 of 1 (2 items)