Paul Krill
Editor at Large

Microsoft adds to framework to simplify development

news
Aug 29, 20073 mins

ADO.Net Entity Framework and tools to eliminate impedance mismatch are implemented to help developers build business apps

Looking to assist developers in building business applications, Microsoft published a second beta version of ADO.Net Entity Framework this week and a community technology preview of tools to work with the framework.

The goal of the ADO.Net Entity Framework is to eliminate the impedance mismatch between data models and languages, saving developers from having to deal with these. An example of such a mismatch is objects and relational stores.

Automation of complex processes is critical to the framework.

“Today, when a developer builds an application, they have to write code that fills in the gaps between the way the data is stored in however many databases they interact with and the way they want to manipulate the data in their application,” said Britt Johnston, product manager for data programmability tools at Microsoft. “Generally, what they do is create an object model that they write their code against.”

Developers might write an application that manipulates a CRM system with data for customers stored in 12 different tables, said Johnston.

“With the Entity Framework, you can automate the process essentially of bringing all that data together and presenting it to the developer as a single entity so they can interact with it at a higher level of abstraction,” Johnston said.

Key new features in the framework beta release include events to customize code generation; complex programming types and entity key serialization. A key is a unique identifier for an entity, such as a customer ID. Metadata annotations and better support for LINQ (Language Integrated Query) also are included. LINQ features extensions to the .Net Framework to encompass language-integrated data query, set, and transform operations.

Developers can access the framework on Microsoft’s Web site. ADO.Net Entity Framework is due for general release as part of .Net Framework 3.5 in early-2008. Most would get it as part of an operating system update.

The ADO.Net Entity Framework Tools Community Technology Preview for August features an early version of the ADO.Net Entity Designer, enabling users to visually design model and mappings using the Visual Studio 2008 Beta 2 release. The tools preview is accessible on Microsoft’s download page with the tools to be part of Visual Studio 2008.

With the framework, developers could focus on the needs of an application instead of the complexities of bridging disparate data representations. The framework consists of a data model and design-time and run-time services that allow developers to describe application data and interact with it in a conceptual level of abstraction appropriate for business applications, according to the company. This helps isolate the application from underlying logical database schemas.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author