www.cryer.co.uk
Brian Cryer's Web Resources

.edmx file extension

.edmx
Entity Framework classes file.

A .edmx file contains the model definition in an ASP.NET MVC (Model View Controller) application.

Microsoft MSDN describes the .edmx file as:

An .edmx file is an XML file that defines a conceptual model, a storage model, and the mapping between these models. An .edmx file also contains information that is used by the ADO.NET Entity Data Model Designer (Entity Designer) to render a model graphically. The recommended practice for creating an .edmx file is to use the Entity Data Model Wizard.

Source: http://msdn.microsoft.com/en-us/library/cc982042.aspx

Can you add to this? Do you know of any applications not already listed which will work with .edmx files, view .edmx files or open .edmx files? Are you able to contribute any additional reference information or file format information about .edmx files or have you spotted any errors or omissions? If so please let us know by emailing us at feedback@cryer.co.uk - Thank you.