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

有帮助吗?

解决方案

  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/
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top