I\'m following the case study in Professional ASP.NET Design Patterns by Scott Millet. In the case study, authentication is handled in the Infrastructure project. It contains implementations like AspF
I am designing an application that will display dynamically-generated forms to the user who will then enter values into the form fields and submit those values for persistence. The form represents an
I have an aggregate named Campaigns every with a root entity named campaign, this root entity has a list of attempts (entity)
am I reading up on CQRS and like the concept, but finds it a bit different against \"normal\" development. I did find an \"problem\" that I haven\'t found any good example of how to implemented. And t
Yes, I agree the title suggests my current line of thinking is defective. BUT in the hopes of again arriving at sanity, here\'s how I got to this sorry state.
I\'m working on understanding the basics of NHibernate and specifically Fluent NHibernate.I\'ve been over dozens of semi-useful samples and I keep coming back to the same thing where it seems there\'s
I\'ve been reading Evans\' book on DDD and am thinking about how one should implement aggregates in .NET. Currently, I can only come up with one way; isolating the aggregates in separate class librari
I\'m moving from pure DDD paradigm to CQRS. My current concern is with Event Sourcing and, more specifically, organizing Event Store. I\'ve read tons of blogs posts but still can\'t understand some th
I see these types of model is many samples online. public class User { public long Id { get; set; } public string Name{ get; set; }
This forms part of a series based around me getting my head around DDD :) Following on from a previous question, but the background knowledge is not needed: System consuming WCF services from another