Entity Framework


Updates in Entity Framework

A primer on how to update objects, including adds and deletes, in the Entity Framework.

Eliminate Joins by Modifying Entity Framework Models

Peter Vogel explains why adding associations to Entity Framework navigations helps you avoid using Joins.

To Think in LINQ

If you start "thinking in LINQ" you'll get more done with less code, and what you write will be simpler than using SQL.

Scale ASP.NET Apps Through Distributed Caching

High-transaction environments can use distributed caching to boost performance without major code changes.

Batting Clean up with Reader Questions

Peter Vogel answers reader questions, including extending custom sections in the config file, using CreateQuery and ESQL in the Entity Framework, and reading lambda expressions.

Issuing SQL in Entity Framework

If you're considering a move into the world of LINQ and Entity Framework, you have to consider the possibility that LINQ and Entity Framework won't let you issue some bizarrely complicated SQL statement. Don't worry -- should that ever happen, you have options.

Not Just a Designer: Code First in Entity Framework

Code First is a new development approach in the Entity Framework 4.1 stack that can simplify the understanding and maintenance of your domain model.

A Question About the Entity Framework

Lennie Lobel, CTO of Sleek Technologies and a consultant at twentysix New York, is an expert on Entity Framework and Microsoft .NET Framework data-access technologies.

Cover Story: Get Ready for the Entity Framework

The industrial-strength Microsoft ORM is finally ready for prime time. Are you?

RSSBus Updates Data Providers

New versions add caching, support for LightSwitch development.

Creating a WCF Data Service

If you want to integrate server-side Web service processing with AJAX objects in your browser, you should be considering WCF Data Services -- especially if you're working with the Entity Framework. Here's a quick introduction to the technology.

Converting from Business Objects to User Interface Objects

Peter Vogel wraps up coverage of object-oriented programming for the single-tier developer by handling the difference between the data required by users and the object used by the business layer.

Early Feedback on Visual Studio 2010 Beta

So far, the reviews of VS 2010 and .NET Framework 4 are encouraging.

Handling Concurrency with Entity Framework

If you want to use Entity Framework in ASP.NET, you're going to need to handle concurrency problems. Here are some suggestions from a Microsoft "architect evangelist."

Visual Studio 2010 and .NET FX 4 Beta Drops Today

The Visual Studio 2010 and .NET Framework 4 Beta 1 bits are available to MSDN subscribers today. A public beta is scheduled for release on Wednesday.

Subscribe on YouTube