Question

I'm learning Entity Framework and have noticed that its Designer looks a lot like the Visual Studio Class Designer but doesn't seem to use it in any way, in fact these seem to be two approaches which solve a similar problem in different ways.

Am I missing something here or can these two tools be used together in some way?

Was it helpful?

Solution

The two tools use the same common VS implementation for diagrams (the DSL tools also use it). Hence a common look and feel.

Both specify classes, and allow members to be edited. However beyond that they are very different, class diagrams just generate code, but entity designer also manages mapping and ORM back end.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top