RajasekharwhY / Build-your-muscle

Learning concepts and sample practice code - C#, MVC, SQL etc..
2 stars 0 forks source link

what is EDMXfile and how it can be generated and what are the contents ? #17

Open RajasekharwhY opened 5 years ago

RajasekharwhY commented 5 years ago

Edmx file is a .xml file which contains follwoing details. Storage models. Conceptual models. Mapping between storage model and conceptual model. And some content for EF Desiner (content that is used by the ADO.NET Entity Data Model Designer (Entity Designer) to render a model graphically.)