Sunday, May 6, 2012

Contexts vs. Modules

Contexts are subsystems (in code different assemblies) within a domain. Each context has its own ubiquitous language; this provides context for domain entities within a given subsystem (Context).

A Context is further broken down into modules which are separated by namespaces.

see http://msdn.microsoft.com/en-us/magazine/dd419654.aspx

No comments:

Post a Comment