| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | yesterday | |
| stats | profile views | 4 |
|
1d |
asked | Component registration override |
|
Jan 19 |
comment |
Custom entity materialization basically domain services in my domain model aggregates. I'm coming from the MongoDB and RavenDB experience where having a domain model persisted on the storage is really easy and injecting dependencis at deserialization time is really easy, so I'd like to undertand if I can have the same support with EF6 (alfa2 currently). basically I'm trying to find a way to tell EF to use my container to resolve entities, or at least to ask me how to resolve entities :-) |
|
Jan 19 |
comment |
Castle Windsor 3.0 ComponentRegistration “ServiceType” In which way? the problem is on the ComponentRegistration class that does not expose anymore the information about the ServiceType (or Services it wll be the same). |
|
Jan 19 |
asked | Custom entity materialization |
|
Nov 5 |
revised |
Castle Windsor 3.0 ComponentRegistration “ServiceType” a couple of typos |
|
Nov 5 |
awarded | Editor |
|
Nov 5 |
revised |
Castle Windsor 3.0 ComponentRegistration “ServiceType” added 1 characters in body |
|
Nov 2 |
awarded | Student |
|
Nov 2 |
comment |
Castle Windsor 3.0 ComponentRegistration “ServiceType” currently I have partially solved it accessing the Services property on the ComponentRegistration using reflection, but is PITA. |
|
Nov 2 |
asked | Castle Windsor 3.0 ComponentRegistration “ServiceType” |