.NET news » Search results

Search results for query "entity framework" (25):

Handling Entity Framework Validations in WCF Data Services

Windows 8 Metro Style adds yet another UI that can consume OData. Julie Lerman helps you sharpen your OData creation skills with WCF Data Services, Code First and the Entity Framework Validation API.
2011-11-29 18:00:00   Source: Handling Entity   Tags: GUI

Second-Level Caching in the Entity Framework and AppFabric

Sometimes useful state information about an Entity Framework context is lost when the context goes out of scope, but Julie Lerman explains how a second-level cache can help retain this information for further use, such as in automatically generated database persistence commands, for example.
2011-08-29 19:00:00   Source: Second-Level Caching in the Entity...   Tags: Database

Server-Side Paging with the Entity Framework and ASP.NET MVC 3

You don't always need to get huge amounts of data with your database queries. See how Julie Lerman uses new features of ASP.NET MVC 3 and Entity Framework to perform efficient server-side paging when you don't need to return those big data payloads.
2011-03-02 18:00:00   Source: Server-Side Paging with the Entity...   Tags: Database

Entity Framework Designer Gets Some Love in Visual Studio 2012

The new Entity Framework Designer in Visual Studio 2012 gets a couple of big improvements and a slew of smaller ones, all adding up to an enhanced user experience.
2012-10-31 18:00:00   Source: Entity   Tags: Visual Studio

Moving Existing Projects to EF 5

To take advantage of enum support and other features added to Entity Framework in the Microsoft .NET Framework 4.5, you need the compatible version of EntityFramework.dll, EF 5. Julie Lerman helps to ease the migration.
2012-09-03 18:00:00   Source: Moving Existing Projects to EF 5   Tags: Other

Developing Web Applications with ASP.NET MVC3 and Entity Framework 4.1

In this article, I will provide a demo application that is developed with the ASP.NET MVC3 and Entity Framework4.1. The demo also adopts following design principal, pattern and best practice to make it more flexible and extensible, Separation of Concern, POCO, Code-First, Registry Pattern, Repositor

Repository Pattern with Entity Framework 4.1 and Code First

Entity Framework 4 Tips for WinForms Development

I've been recently working on a smart client (WinForms) application backed by Entitiy Framework 4 (EF4) on Visual Studio 2010. In this blog post I will try to give you some tips regarding some limitations and points to be careful about EF4.
2010-06-30 06:50:00   Source: Entity   Tags: Visual Studio

Visual Application Launcher

A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
2011-06-24 13:59:00   Source: Visual Application Launcher   Tags: GUI

Using the Entity Framework to Reduce Network Latency to SQL Azure

Your app may function as expected when you switch to using a cloud database, but profiling and tuning queries to account for the varying effects of network latency can help you boost overall performance.
2010-11-01 19:00:00   Source: Using the Entity   Tags: Performance