Your browser does not support JavaScript! Please enable script of your browser.
D
O
tNet-Tricks
Handy Dot Net Tricks Implementation !!
" Coding , A Rhythmic Literary Job "
Entity Framework - Tutorial, Article, Archive, Pdf, Handy Tricks, Code Snippets, Training, Reference Manual, ORM, Code First, Data First, POCO Class, Entity Relationship, Complex Type, Multi-Result Set, Stored Procedure Mapping, Function Mapping, Lazy Loading
Entity Framework Tutorial - Getting Started with EF 5.0
Tips to improve Entity Framework Performance
Posted By : Shailendra Chauhan, 15 Sep 2012
Updated On : 25 Sep 2012
Version Support : EF 4.1, 5.0+

LINQ to Entity is a great ORM for querying and managing database. It offers a lot of things, so it is mandatory to know about performance of it. These are right up to a certain point as LINQ comes with its own penalties. There are some tips and tricks that we should keep in mind while desiging and query database using entity framework ORM.

 

Introduction to Entity Framework
Posted By : Shailendra Chauhan, 25 Jun 2011
Updated On : 14 Jul 2012

ADO.NET Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with relational database. It enabling developers to deal with data as objects and properties.Using the Entity Framework, developers issue queries using LINQ, then retrieve and manipulate data as strongly typed objects using C# or VB.Net.

 

Tips & Tricks Subscription :