8 Feb 2016

Domain Service , Application Service and Infrastructure Service

Domain Service : Encapsulates business logic that doesn't naturally fit within a domain object, and are NOT typical CRUD operations - those would belong to a Repository. * Domain Services along with your Domain Objects is sensible Application Service : Used...

Domain Driven Design : Theory and Practical Step by Step in MVC .Net

Agenda:1. What is DDD?2. Why DDD Approach?3. Components of DDD.4.Definition of Components of DDD4. How to start DDD5. What are Entities.   6. Difference between Entities and Value Objects. 6. How to Define Entities. 7. Bounded Cotexts(BC)7. Different scenarios in defining Entities.8. Ubiquitous Language9. Structuring Ubiquitous language.10. Entities.11. Value Objects10. Value Object and comparison...