In-Depth

.NET Entity Framework Slips Beyond Orcas

Microsoft confirmed that the ADO.NET Entity Framework will not be released with Orcas

Microsoft confirmed in a blog posting that the ADO.NET Entity Framework is now officially out of the next version of Visual Studio codenamed 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 terminology) to create conceptual models of data before the data is mapped into relational schemas. This allows developers to program against a conceptual domain model instead of the relational database layer.

The Entity Framework shipped as part of Orcas Beta 1; however, key functionality needed to make use of the framework practical, specifically the Entity Data Model Designer, had already slipped beyond the 'Orcas' RTM, according to an earlier announcement by Microsoft. The plan now is to release Entity Framework Community Technology Previews and Betas that align with Orcas, according to Pizzo.

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.)

"It's good that they are holding off; if they feel as though it isn't right and won't be useful, then that's a great thing," said 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."

In spite of the Entity Framework slip, 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)."

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," recalls Demsak.

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

With all the LINQ enhancements in Orcas, especially LINQ to XML and LINQ to SQL, developers should be fine, commented Demsak.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube