The Full Form of EDMX is Entity Data Model Xml.
The logical schema and its mapping with the physical schema is represented as an Entity Data Model (EDM), specified as an XML file. ADO.NET Entity Framework uses the EDM to actually perform the mapping letting the application work with the entities, while internally abstracting the use of ADO.NET constructs like DataSet and RecordSet .
EDMX
means
Entity Data Model Xml
Leave a Reply
You must be logged in to post a comment.