Sign in
Windows Server AppFabric Customer Advisory Team
Technical guidance & best practices from AppFabric, Azure, BizTalk, WCF, WF, SQL Data Modeling & StreamInsight technology experts
Posts By Technology
.NET Framework
Windows Server AppFabric
Windows Azure
BizTalk Server
Entity Framework
OData
StreamInsight
Tags
.NET4
AppFabric
AppFabric Cache
AppFabric Connect
AppFabric Service Bus
Azure
Azure AppFabric Cache
Azure Service Bus
Best Practices
BizTalk
Cache
Case Study
CEP
configuration
Correlation
Data Services
Dynamic Query Composition
Entity Framework
ESB
Event Flow Debugger
how to
LINQ
LINQPad
logging
Mapper
OData
Reference
SQL Azure
SQL Server
StreamInsight
SurenM
Time Import
WCF
WF
Windows Azure
Browse by Tags
MSDN Blogs
>
Windows Server AppFabric Customer Advisory Team
>
All Tags
>
entity framework
Tagged Content List
Blog Post:
SQL Azure and Entity Framework Connection Fault Handling
James Podgorski
A number of customers are choosing to use Entity Framework with Microsoft SQL Azure , and rightfully so. Entity Framework provides an abstraction above the database so that queries are developed using the business model or conceptual model and queries are executed using the richness of LINQ to Entities...
on
10 Dec 2010
Blog Post:
Holding a Reference to the EF MetadataWorkspace for WCF Services
James Podgorski
The title lends itself to a bit thought. Why would the developer feel the need hold a static reference to the MetadataWorkspace of an Entity Framework (EF) model from within their WCF service-oriented applications? The premise being that the WCF services are using EF to serve up data from...
on
22 Oct 2010
Blog Post:
Considerations when managing source control via Visual Studio Team Foundation Server and using Text Template Transformation Toolkit to generate .NET4 Entity Framework objects
Jaime Alva
T4 background Leveraging the power of Text Template Transformation Toolkit (T4 template) to generate code (or any other type of text) is a great time saver and it is particularly useful when working with Entity Framework (EF) since it allows to easily (almost in a batch like fashion) do things like...
on
7 Oct 2010
Blog Post:
Solving the “No logical space left to create more user strings” Error and Improving performance of Pre-generated Views in Visual Studio .NET4 Entity Framework
Jaime Alva
As shown in the previous precompiled view blog ( Isolating Performance with Precompiled/Pre-generated Views in the Entity Framework 4 ), views can significantly improve performance in various scenarios such as first-run; memory usage; and execution of one-off queries. However, the creation of views for...
on
29 Aug 2010
Blog Post:
Potential Performance Issues with Compiled LINQ Query Re-Compiles
Jaime Alva
When calling a query multiple times with Entity Framework the recommended approach is to use compiled LINQ queries. Compiling a query results in a performance hit the first time you use the query but subsequent calls execute much faster. The CompiledQuery class has functionality to compile and assist...
on
6 Aug 2010
Blog Post:
Profiling Entity Framework using the Visual Studio 2010 Profiler
Jaime Alva
A previous post discussed potential issues with Compiled Query recompiles. The cause of the recompile issues were actually uncovered by using the Visual Studio 2010 Profiler . This blog will cover how the Profiler can be used to discover performance issues in the Entity Framework. The sample code from...
on
6 Aug 2010
Blog Post:
Epicor Visual Studio 2010 Entity Framework Case Study Posted
Jaime Alva
Check out the Epicor Case Study that was recently published by one of our partners. Epicor is a global software company that creates enterprise resource planning (ERP) solutions for manufacturing firms and other customers. They have been able to leverage Visual Studio 2010 and ADO.NET Entity Framework...
on
6 Aug 2010
Blog Post:
Isolating Performance with Precompiled/Pre-generated Views in the Entity Framework 4
Jaime Alva
Introduction Working with customer’s solutions, we often have to track down potential performance issues or uncover areas for improvement. One of the techniques is to try and measure the relative performance gained using the different configurations or features (likely in a staging/testing environment...
on
6 Aug 2010
Page 1 of 1 (8 items)