News

ADO.NET Entity Framework Slips Beyond Orcas

On April 28, Microsoft confirmed in a blog posting that the ADO.NET Entity Framework (herein called "Entity Framework") is now officially out of the next version of Visual Studio, code-named "Orcas."

The Entity Framework is now expected in the first half of 2008 as an Orcas extension to the .NET Framework, according to Microsoft blogger Mike Pizzo, an architect with the Data Programmability team.

The news comes just nine days after Microsoft released Orcas Beta 1, which includes Entity Framework functionality.

The Entity Framework is a data-access technology that builds on top of ADO.NET 2.0. It uses the Entity Relational Model (the "Entity Data Model" in Microsoft's terminology) to create conceptual models of data before the data are mapped into relational schemas. This approach allows developers to program against a conceptual domain model instead of the relational database layer.

Missing Entity Data Model Designer
Roger Jennings, a developer and technology writer for OakLeaf Systems, doesn't think the later ship date is going to be a big deal.

"They decided that they couldn't release the Entity Framework without the Entity Data Model Designer, which was my contention to start with," he said. "And they've also just announced a couple of incubation projects that depend on it that also might have an influence on the delivery date." (Find out more about the Data Access incubation projects on Jennings' blog and MSDN.)

The Entity Data Model Designer was needed to make the Entity Framework practical to use. However, the Entity Data Model Designer had already slipped beyond the Orcas release to manufacturing (RTM) date. The plan now is to release Entity Framework Community Technology Previews and Betas that align with Orcas, according to Pizzo.

The delay has some good aspects to it, according to Don Demsak, an independent consultant based in New Jersey who focuses on Microsoft's Language Integrated Query (LINQ), XML and related technologies.

"It will give people time to focus on the other aspects of LINQ before the 'big kahuna' comes in," Demsak said.

Lots of LINQs
Visual Studio Orcas will still offer a lot of new data awareness functionality enabled by the LINQ extensions, which require .NET FX 3.5.

Pizzo explained the planned LINQ functionality in his blog.

"At the time that Orcas first ships, the .NET Framework will include support for LINQ over in-memory objects, LINQ over XML (XLINQ), LINQ over ADO.NET DataSets (LINQ to DataSet), and LINQ queries directly mapped to Microsoft SQL Server schemas (LINQ to SQL)," he wrote.

The LINQ to Entities extension, which will enable developers to use LINQ to query relational data stores supported by ADO.NET providers, will ship at the same time as the Entity Framework, according to Pizzo.

Many of the people who worked on Microsoft's ill-fated ObjectSpaces project, which tackled object-to-relational mapping in .NET in Visual Studio 2005, are involved in the Entity Framework development. Microsoft released ObjectSpaces as a beta, but it never made it to RTM.

"They were trying to do too much to please too many people and it just never shipped," Demsak recalled.

"Almost everybody is considering [Entity Framework] to be ObjectSpaces revisited, but I don't think that's the case," Jennings said.

About the Author

Kathleen Richards ([email protected]) is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.