EFProf – Profiler Tool for Entity Framework
EFProf – Profiler Tool for Entity Framework One of the important tools in your tool arsenal when you develop with an ORM tool is a profiler. Like SQL profiler to a SQL Server DBA an Entity Framework profiler is a must have tool to Entity Framework ... המשך לקרוא>
Gil Fink , 08-12-2010 9:53
Using Stub Entities in Entity Framework Screencasts
Using Stub Entities in Entity Framework Screencasts Today I recorded my first two screencasts (one in English and one in Hebrew) about how to use stub entities in Entity Framework in order to produce better performance by reducing database round ... המשך לקרוא>
Gil Fink , 05-14-2010 17:04
CompiledQuery in Entity Framework
CompiledQuery in Entity Framework There are times when we want to make optimizations on some piece of code. If we want to reduce the cost of executing a query in Entity Framework we can use a CompiledQuery to the rescue. Yesterday I used added ... המשך לקרוא>
Gil Fink , 03-01-2010 8:50
Setting an EntityReference Using an EntityKey in Entity Framework
Setting an EntityReference Using an EntityKey in Entity Framework Yesterday I got a question in my blog concerning the ability to set a reference to an entity in Entity Framework by using a foreign key that exists in my hand. The answer is described ... המשך לקרוא>
Gil Fink , 05-15-2009 13:01
Disabling Change Tracking in Entity Framework
Disabling Change Tracking in Entity Framework Entity Framework came along with a very helpful change tracking system. But with great power comes great responsibility. The responsibility of the developers is to make sure that the change tracking ... המשך לקרוא>
Gil Fink , 02-20-2009 15:55
Eager Loading and Lazy Loading in ADO.NET Data Services
Eager Loading and Lazy Loading in ADO.NET Data Services In today’s post I’m going to explain how to achieve eager loading and lazy loading functionality with A DO.NET data services .NET clients. What are Eager Loading and Lazy Loading? Lazy ... המשך לקרוא>
Gil Fink , 12-05-2008 4:40
Batching in ADO.NET Data Services
Batching in ADO.NET Data Services In the last post I’ve written about performing CRUD operations with the ADO.NET data services . In today’s post I’m going to explain how to batch these operations into one HTTP request in order to increase performance ... המשך לקרוא>
Gil Fink , 09-05-2008 4:22
Page 1 of 1 (7 items)