Questions tagged as 'ddd'

2
answers

Is there a design pattern that can help with this problem?

I have a problem that seems to me to be fairly common. The problem, in this case, is this: the user wants to register in the system the services available for sale together with the values. When you sell a service, you want the service to become...
asked by 19.04.2017 / 16:37
1
answer

Requirements collection requirements remotely

When developing software, one of the main steps is to collect requirements, acquire knowledge of the domain, and construct a ubiquitous language. Both agile methodologies and Domain-Driven Design put a lot of focus on it, because it really matte...
asked by 04.01.2016 / 02:03
2
answers

Internationalization in Domain Driven Design (DDD)

What would be the best strategy to internationalize a system in the DDD architecture, knowing that we have strings to internationalize in the layers: Presentation - Views Application - ViewModels in DataAnnotation Domain - Validation and...
asked by 31.03.2017 / 14:53
1
answer

Repository Pattern - Doubt of use

Good night, guys. I was developing software and started thinking about how best to implement Repository Pattern. I have to return to the data controller of cities and states, so I have two models in my application. public class Estado...
asked by 09.09.2015 / 04:13
1
answer

ASP.NET MVC and DDD

I'm trying to use DDD and Fluent Api in a test application. I had the following question: I have a product registration (in this case ink), when adding a new product I put dropdownlist's, to force the correct and standardized registration, ex...
asked by 20.08.2015 / 18:40
0
answers

Domain Driven Design and Repository

We are refactoring a project where initially its design was only in CRUD, using a very simple architecture that until now has worked. We are starting some Routines, we saw that what we had would not attend us. Some team members have started the...
asked by 16.07.2018 / 20:54
1
answer

Injection of Dependencies Layers Application / Domain / Repository

In an application using the DDD concepts I am in doubt about who could inject (dependencies) into a particular class if there is any standard for it. This is between the Application, Domain, and Repository layers. 1) AnAppService Client (A...
asked by 03.05.2018 / 12:46
1
answer

Aggregations and DDD

I'm developing a project by applying the principles of DDD , I created an aggregation class ( Conta ) it will contain the classes ( Agencia ) and ( Agente ) which as ( Conta ) have tables in the database. My questio...
asked by 11.01.2017 / 10:38
1
answer

How to correctly write a project vision document?

I am a developer who has been working alone for some time I asked here about which documents would really be important to be produced early in the development process. Looking at the accepted response, it seemed clear to me that the first...
asked by 11.01.2017 / 03:07
0
answers

Default for using logs

I have a project organized as follows: 1. Web (ASP.NET MVC) 2. Application 3. Domain 4. Infra.Data 5. Infra.Log (NLog) 6. Infra.IoC The project references are as follows: - Web --> Application - Web --> Domain - Application --> D...
asked by 04.11.2016 / 21:28