Hello,
Are there any plans to support an extensibility mechanism to support the custom creation of entity instances (e.g. POCOs, genertaed entity classes, etc.) in EF6 or in future? I could see the usefulness in having an injection point available through IDbDependencyResolver but I currently do not see an available service or factory type that would enable this functionality in the list of services that can be injected.
The idea that motivates my question is support for further abstraction of entity types, support for the creation of instances with custom constructors and potentially integrate entity types with IoC/DI frameworks and/or custom factories. While none this is not 100% absolutely necessary to leverage EF, it can be useful in further decoupling a domain model.
Thanks,
Wade
Are there any plans to support an extensibility mechanism to support the custom creation of entity instances (e.g. POCOs, genertaed entity classes, etc.) in EF6 or in future? I could see the usefulness in having an injection point available through IDbDependencyResolver but I currently do not see an available service or factory type that would enable this functionality in the list of services that can be injected.
The idea that motivates my question is support for further abstraction of entity types, support for the creation of instances with custom constructors and potentially integrate entity types with IoC/DI frameworks and/or custom factories. While none this is not 100% absolutely necessary to leverage EF, it can be useful in further decoupling a domain model.
Thanks,
Wade