Hello,
I would like to ask a plain and simple question about the Model-View-Controller architecture, in particular its implementation in ASP.NET - should the UML Class diagram for my application include all the controllers and views and their relationships, or should I just include my model classes, i.e. the entities that are the heart of the relationship, you know - like in an ordinary application - i.e. User, Administrator, Student, Teacher, Course, Grade etc...?
Thank you for any answer,
regards, robertmacedonia