Question

  1. What is an EDMX file and what is it used to do?
  2. Could I create a UI screen from EDMX file?
  3. If yes, how?

Thanks

Était-ce utile?

La solution

  1. It is the conceptual model for Microsoft's Entity Framework.
  2. It is used as a data layer, you could build a ui that is rendered from the model produced via the Entity Framework.
  3. Yes, you could use Microsoft's MVC and the Entity framework to do this however the scope of this would be very wide. You would be better of looking for a tutorial on this, there are many on http://asp.net/
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top