|
|
Browse by Tags
All Tags » tools » SOA (RSS)
-
IBM has started a series of articles related to Capturing Architectural Decisions at its developerWorks site.This first part of the series presents a domain meta model specifically designed to capture and
share architectural decisions and outlines why and how
architects should consciously identify, make, and enforce ...
-
Lately in a forum, someone asked for a simple mapper between objects from different domains (ex: Service Data Contract & Internal Types).
Here's a simple way of do it, just as simple as using serialization. We serialize the source domain object, handle the xml, and then deserialize it to the destination type.
public static object Map (object ...
|
|
|