Can I use the VS Entity Chart Designer with ASP.NET MVC 3?

Introductory videos for ASP.NET MVC 3 imply that the desired workflow for me is to declare the classes that define my model (first code).

This seems strange to me because Visual Studio has a beautiful constructor of entity diagrams that can generate such classes with navigational properties, etc.

Is it possible to use the Entity Diagram chart designer for model development (model-first design) and how does ASP.NET MVC 3 understand the created classes as its model?

Please provide accurate steps if possible :) Thanks :)

0
source share
2 answers

This seems to be impossible.

(, , , , , , , :))

0

, Model First design. , , Code First. .

.

http://msdn.microsoft.com/en-us/data/ff628199

UPDATE:

, :

  • MVC-, - .
  • "", ( )
  • Entity , User.
  • " "
  • .

, . , Model First - .

-1

All Articles