Nuget package posted for DotNetDesign.EntityFramework
Tuesday, December 20, 2011 at 7:31PM I have been working on a library that I called EntityFramework (poor choice in namimg, I know) that creates smart objects that handle versioning, observation, persistance and support for deploying services that handle the repository operations over a WCF service interface.
This framework doesn't care what you use for your object store, it just establishes structure of your objects and their relationship with each other. It uses contract based development and depends highly on dependency injection and assumes the user will use some form of Inversion of Control container to facilitate the dependencies.
I have been working on this in a closed environment for a while but decided to open it up for others to use and provide feedback on if interest exists. There is a pretty steep learning curve though.
I have also created a set of entity generation tools using an XML document and a T4 template to generate a large portion of the partial interfaces and classes needed by the framework.
The git repository is located here:
The nuget packages are called and located here:
Let me know your thoughts. It is my first public code offering so be gentle!!!
