asp.net mvc 4 - ASP .NET MVC Application UML class diagram -
what correct way draw class diagram mvc web application? example, have 2 controllers (controller1, controller2), model (model, wrapper wcf service), , view (index.cshtml). controller1 creates instance of model , calls methods. view communicates controller1 , 2 using ajax. controller2 sends asynchronous messages view.
as said, class diagram can not express behavior. this:

to picture behavior can use sequence diagram (but did not ask it).
Comments
Post a Comment