문제

  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