TrueView V2 has some significant changes since the last version. You can download the beta and code sample here. POCO support TrueView now supports POCO classes, that don’t need to be inherited or marked up with attributes. Now you can re-use your POCO assemblies in other applications, and remove the dependency on the TrueView framework. [...]
Tag Archives: c# library
Update to DomainTypes library
The initial release of DomainTypes was heavily influenced by the existing TrueView framework. After spending much time working with a current client, it’s clear that a more ‘POCO’ approach has significantly more benefits. Based on my findings (and questions over at StackOverflow), here are the major changes: Refined and enhanced most of the interfaces Removed [...]
Free .NET type library for Domain Driven Design + source code
I’ve observed a lot of newcomers to the DDD scene, and typically there’s lots of talk about Entities, Value Objects, Aggregate Roots, Repositories, Factories, IoC, and various technical concerns. But I’m seeing a lot missing from the discussions. Like “What about the locking implications around an Aggregate?” or “Must Value Objects be immutable“, or even [...]