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 :)
Timwi source
share