What is a .edmx file?
Visual Studio saves the entire Entity Data Model configurations in a file with an .edmx extension. This file has an XML format. The .edmx file mainly has three sections namely the storage schema, conceptual schema and the mappings.