I’m a huge fan of software modeling, I guess my studies both as a Naval Architect and Software Engineer is to be blamed for this. Both disciplines require a lot of designing, modeling and planning in order to build a good product.
So I was very happy when I found out that visual studio included a Class Diagram designer (it’s not a UML tool but it’s a start), and especially one that allows real-time synchronization with the code.
Although I’m a huge fun of this new feature, I find the fact that I cannot set the accessibility of a property (by default a property when created, creates both get and set accessors and there is no obvious way of deleting just one of them) from the designer extremely frustrating.
Hope that the next Visual Studio patch will fix this…
Code Visualization aka Class Diagrams…
Published inVisual Studio
Be First to Comment