| bio | website | twitter.com/arnislapsa |
|---|---|---|
| location | everywhere | |
| age | 25 | |
| visits | member for | 4 years, 2 months |
| seen | 13 hours ago | |
| stats | profile views | 3,011 |
soundcloud.com/lapsa
|
2d |
comment |
How to use the repository pattern correctly? @jgauffin You have too much aggregates if you need to fetch more than one of it |
|
2d |
comment |
How to use the repository pattern correctly? @jgauffin every time you fetch an aggregate, you are in different context. every time smthg else needs to be eager loaded. eager loading concern alone tells that there is no single responsibility - it's not just about fetching an aggregate. hence trying to abstract away ORM might seem like pretending there is only one. and most ORM`s already have interface that "acts as an entity list" which basically is repository pattern. trick is to draw the line correctly - to recognize needs and options, then solve them with simplest solution possible. |
|
May 14 |
awarded | Popular Question |
|
May 12 |
awarded | Famous Question |
|
May 10 |
awarded | Popular Question |
|
May 9 |
comment |
Fighting cartesian product (x-join) when using NHibernate 3.0.0 Sorry, man, but I don't even want to remember that nightmare :D |
|
Apr 29 |
awarded | Enlightened |
|
Apr 29 |
awarded | Nice Answer |
|
Apr 17 |
awarded | Nice Question |
|
Apr 17 |
awarded | Nice Question |
|
Apr 16 |
awarded | Popular Question |
|
Apr 12 |
awarded | Popular Question |
|
Apr 9 |
awarded | Nice Answer |
|
Apr 4 |
awarded | Nice Question |
|
Apr 2 |
awarded | Notable Question |
|
Mar 30 |
awarded | Necromancer |
|
Mar 28 |
awarded | Nice Answer |
|
Mar 24 |
awarded | Yearling |
|
Mar 23 |
awarded | Notable Question |
|
Mar 22 |
comment |
.NET DDD Example @NuriYILMAZ it is. answered this long ago. internet sometimes changes :) |