Skip to content

stefan-stanca/Detached

 
 

Repository files navigation

Detached

Detached is a set of tools to make the process of building services or REST APIs faster. It started with EntityFramework and was inspired by GraphDiff. Each tool has its own nuget and instructions, so please check individual read me as needed.

If you'd like to participate or need some support, please drop me an email: mail@leonardoporro.com.ar or fork me on github. Thanks in advance for your help!

Detached.EntityFramework

Allows loading and saving entire entity graphs (the entity with its children/relations) at once and without extra code.

Read me

Detached.Services

Provides generic repositories based on Detached.EntityFramework.

Read me

Detached.Mvc

Provides generic controllers and validations based on Detached.Services. Also provides automatic localization by mapping full names and namespaces of Clr Types to specified keys and resource files and a JsonStringLocalizer.

Read me

Demos

Currently building Angular2 and MVC demos.

Build

To build the project, you need:

Unit tests depend on Moq beta. Please, in VS2015, go to Tools->Options, look for Nuget Package manager and add this source: https://www.myget.org/F/aspnet-contrib/api/v3/index.json

About

Context wrapper to load/save entity graphs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%