Technion Analysis & Design using UML June 2011 INFO

In June 2011 I will start lecturing the “Analysis & Design Using UML” course. The course will take place in the Technion as part of a long term .NET course. The course includes five meetings and aside of going through UML it includes practical labs through which the participants will gain practical experience in analysis & design using UML.

Apart of going through the important UML diagrams this course overviews the well known software design principles that refer to declaring new classes and new packages.

The class design principles we are going to cover include the following:
Single Responsibility Principle
The Open Close Design Principle
The Liskov Substitution Principle
The Dependency Inversion Principle
The Interface Segragation Principle

The UML diagrams we are going to cover include the following:
Class Diagrams
Object Diagrams
Communication Diagrams
Activity Diagrams
Package Diagrams
Use Case Diagrams
Component Diagrams
Timing Diagrams
Sequence Diagrams
Interaction Overview Diagrams
Deployment Diagrams

The complete detailed plan of this course is available at http://docs.google.com/View?id=dcncp28t_179cw687rdv.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences