edMX
EdmX is a data wrapper for Entity Framework Core (EF Core) and ModelBinder used in.NET Core and.NET 5 applications. It enables developers to share their entity types between the data access layer and the view model layer, facilitating a seamless integration between them.
The primary function of EdmX is to act as an intermediary between the EF Core context and
EdmX introduces the concept of Entity Data Models (EdMs), which are a metadata representation of entities. EdMs
Edmx also allows for partial projections of entities, enabling developers to project only a subset of properties
Edmx is developed and maintained by a team at Microsoft, and is available as a package on