About 136,000 results
Open links in new tab
  1. What is "Problem Domain" - Software Engineering Stack Exchange

    Oct 12, 2022 · A problem domain is the area of expertise or application that needs to be examined to solve a problem. A problem domain is simply looking at only the topics you are interested in, and …

  2. Could you help me understand what a problem domain is and how can …

    Jan 15, 2021 · I know how to create the class diagrams, but it's more about what a problem domain is. Does it have to do with problems that may occur in my project? With everything that needs to be …

  3. What is a domain? - Software Engineering Stack Exchange

    Oct 24, 2017 · The domain is the real-world context in which you're attempting to solve a problem using software. Each domain comes with expertise, vocabulary and tools that are part of that domain. A …

  4. Complex domain problem to be modeled with DDD

    May 8, 2025 · Start asking to get answers domain-driven-design domain-model business-logic See similar questions with these tags.

  5. Must developers understand the business domain or should the ...

    A lot of domain problems have hidden rules (like retention periods on data) that the clients have internalized, but you need made explicit. So yes, someone needs domain knowledge, and preferably …

  6. c# - Domain Driven Design in Net - Project Structure - Software ...

    Jul 27, 2017 · I'm getting my head around DDD and how to build up an C# Project structure for an .Net Core WebApp. I searched quite a bit around the web, for example How to structure a Domain Driven …

  7. DDD approach to basic CRUD operations in a complex domain-centric ...

    Aug 12, 2017 · My company is rewriting our web application from scratch. It's a large enterprise level application with a complex domain in the finance industry. We are using an ORM (Entity framework) …

  8. How to properly design database in accordance with DDD

    May 5, 2023 · Another problem is that if I wouldn't have some identifier in model (in Domain layer definition), then I even wouldn't know which entity shall I e.g. update. But that's not the end of …

  9. How to find the classes in an object oriented project?

    Dec 23, 2019 · Generally speaking, if you've got the right domain concepts and interfaces, the "technical" classes will fall into place fairly easily. Details such as databases, web services and IoC …

  10. Rich Domain Models -- how, exactly, does behavior fit in?

    In the debate of Rich vs. Anemic domain models, the internet is full of philosophical advice but short on authoritative examples. The objective of this question is to find definitive guidelines and