Welcome to MSDN Blogs Sign in | Join | Help

October 2006 - Posts

Architecture Best Practices

In "Last Call To Design Patterns" we described design patterns as "reusable solutions for frequent problems". It's all about thoughtful approaches to avoid common pitfalls And, actually, Patterns are just one of a set of disciplines which help us to achieve

Passing Data Between Layers and/or Tiers

While we were commenting some high-level strategies for data-access in a previous article , we mentioned a popular pattern used to interchange information between layers or tiers . We are talking about the Data Transfer Object (DTO) pattern . As the MS

Data Access Strategies

We have seen in the post about 3-Layer architectures , that the Data Access Layer isn't the persistence repository, but a set of strategies for accessing it The challenge you as an architect have to face when designing this layer is multiple: How much

3-Tier, 3-Layer, MVC: a Trio of Famous Trios

Contemporary applications are being based on three popular architectural approaches. They are 3-layered architecture 3-tier architecture Model-View-Controller architecture There exists certain degree of confusion between all the three approaches. Mostly

Layered Applications: Let's Talk About Business

I remember a time when applications were just end to end programs, collections of lines of code with no distinction between presentation, domain logic and data access. Such kind of applications is remembered as spaghetti code Fortunately nowadays enterprise
 
Page view tracker