I am currently in the process of designing a system which will use multiple data sources to consume the required data. I am attempting to model the concepts shown below (would post an image but don\'t
Lets say I have an order which got updated on the UI with some values (they could be ok/not ok to ensure save)
I am trying to make the jump from data-centric design and development into DDD and have read Evans and Nillson but am still having trouble wrapping my head around how I should structure my Domain Laye
This is my interface public partial interface IPaymentMethod { void ProcessPayment(PaymentInfo paymentInfo, Customer customer,
None of the examples I have looked at for Repository Patterns include any kind of error handling. Why is this? Say for instance I have this:
I was wondering, in assignments I have been using datasets. Now when I started working in this software company people开发者_C百科 are using something called DTO - data transfer object. Where does dom
I\'m currently trying to implement the repositories for my domain objects with the RC of Entity Framework 4.1 and its code first approach.
I need to clarify something. Have Person Aggreagate , 2 VOs (Country, StateProvince). I want to load all country in my presentation layer (i am using mvc)
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am creating a .net application using Domain Driven Design approach. The application includes billing clients for services. The rule says that dail开发者_如何学Cy, at a given time an invoice should b