Questions tagged [edmx]

An .edmx file is an XML file in the .Net Entity Framework that defines a conceptual model, a storage model, and the mapping between these models.

Resources:

How to Create an edmx

The Entity Framework and ASP.NET

edmx File Overview

781 questions
-5
votes
1 answer

Entity Framework destriong my classes

Why when I saving the EDMX file in VS2012, hi always change the attributes of the component classes? I use a marker there [NotMapped] with System.ComponentModel.DataAnnotations.Schema and it is always the same clause and using are removed. EF does…
bos
  • 1
  • 1
1 2 3
52
53