Code First - UML - Modeling of database - visual view possible?
问题 I love how model first gives a visual overview of the database. But now the Ado.Net team pushes code first, i'd think it would be awesome to generate an UML overview of the database through your classes. Does this already exists? As i can't seem to find it :( 回答1: Yes it exists as part of EF Power Tools CTP1 where you can generate read-only EDMX from your code first mapping. It is not UML but it is the same diagram you had with model first. 回答2: UML is representing an object approach while