Posts tagged with architecture
Four Philosophies behind Technology Choices
A look at the reasons and motivators that lay behind some of our technology choices, in the context of some philosophical theories.
Performance from Day 1
Performance is important, and is difficult to add at the end of the project. Let's ensure decent performance from day 1
Integration: Coupling
Different integration solutions lead to different levels of coupling. Let's explore that.
Integration: Messaging
For the fourth and final integration option, we explore the use of asynchronous messaging.
Integration: Web Services
A third solution to our integration scenario is for one application to expose web services. How would that work?
Integration: ETL
Another solution to application integration to use extract/transform/load scripts to move data between the databases.
Integration: Shared Database
One solution to application integration is for the applications to just share the same RDBMS. Let's explore the pros and cons of this approach.
Integration: Scenario
Introducing a simple scenario where two applications need to integrate. Part of a series on integration approaches.
Unit of Work in Rich Clients
Categorizing the different ways unit of work might be managed in WPF applications
Presentation: Architecting Solutions with WPF at the Sydney Architecture User Group
I'm giving a short presentation next week in Sydney.
WPF Guidelines
Guidelines for developers and architects embarking on WPF applications