Navigation
Main | Operating System Deficit Disorder »
Tuesday
Dec202011

Nuget package posted for DotNetDesign.EntityFramework

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!!!

PrintView Printer Friendly Version

EmailEmail Article to Friend

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
All HTML will be escaped. Textile formatting is allowed.