IDDD_Samples_NET icon indicating copy to clipboard operation
IDDD_Samples_NET copied to clipboard

These are the sample Bounded Contexts for C#.NET from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168

Results 9 IDDD_Samples_NET issues
Sort by recently updated
recently updated
newest added

Proposal for little bit different project structure and some unit tests. Actually one unit test is still failing.

Hi Vaughn, I am trying to understand your implementation and got stuck in understanding where "PlanBackLogItem" is used. Can you please point out if you dont mind.... Cheers, ~Hari

Hopefully more in the .NET community will use this IDDD Sample. As they do, I hope they'll avoid unsupported .NET 4, 4.5 and 4.5.1.

I don't understand why EntityWithCompositeId is a special case. For me, this code could be applied to all entities (with a composite or unique id).

Tinha um caracter especial proximo da primeira NameSpace. Obrigado por compartilhar seus codigos! Abraço

Hello Vaughn, great to see this code out here. One of the members in our study group found this and pointed us to it. Under IdentityAccessContext, DataModelTests.csproj and idd_identity_access_data_layer.csproj are...

``` void When(IDomainEvent e) { (this as dynamic).Apply(e); } protected void Apply(IDomainEvent e) { this.mutatingEvents.Add(e); When(e); } ``` This code doesn't work, it generates an StackOverflow exception due to it's...

I would like to give my contribution to the project. But i'm little bit confused about current project structure. Where should be placed unit test projects due to actual project...

- Port the leveldb persistence bits. - Need LevelDB component for C# .NET. Using the LevelDB .NET component, port the following: - iddd_common basic Event Store support from Java to...