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:

enter image description here

to picture behavior can use sequence diagram (but did not ask it).


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -