Tim McCarthy - .NET Domain-Driven Design with C#: Problem - Design - Solution (Programmer to Programmer)

Kiaro

Местный
Регистрация
31 Июл 2020
Сообщения
5,772
Реакции
187
Credits
52
Для просмотра ссылки Войди или Зарегистрируйся

Название: .NET Domain-Driven Design with C#: Problem - Design - Solution (Programmer to Programmer)
Год: 2008
Издатель: Wrox
Язык: english
Кол-во страниц: 405
Формат: PDF


Описание:

There are some things I don't like.1. UnitOfWork is broken. What happens when someone adds entity to repository, and then removes it before commiting? The code will try to remove not existing objects from database and then it will add it!2. Handling of child objects. For example addresses. In any real world app deleting every child object and then adding it again whether there were changes or not would have no place. First performance.


Скачать

Для просмотра ссылки Войди или Зарегистрируйся