Middle Tier Architecture – Designing The Business Rules
We have looked at a broad range of topics this season. However, it is time for us to tackle the middle tier architecture. Thus, we... Read more
We have looked at a broad range of topics this season. However, it is time for us to tackle the middle tier architecture. Thus, we... Read more
At some point in your project, architectural documentation becomes an essential piece of the deliverables. This material is often a set of diagrams and bullet... Read more
A critical design decision in the object-oriented world is whether to choose cohesion or coupling. These two approaches are not mutually exclusive. However, it is... Read more
Object names and namespaces are just the beginning of creating a class architecture. We need to consider globally available values, data hiding, abstraction, and how... Read more
Most modern business applications have some state or context. This model can be easy to implement in a stand-alone application. However, multi-user applications like web... Read more
One of the most substantial challenges in system development is the application programming interface. The result is (ideally) a stable and well-defined interface for your... Read more