Perseus is a small project designed to explore ways for exchanging graphs of Entity Framework entities over WCF web services. The key piece of the project is EntityBag<T> which stores a graph of entities along with change tracking information. Here's hoping no one will use this to store & transport something as nasty as Medusa's head. ;-)
This project is no longer being maintained.
It's still here as an example of how to do some things with the EF, but the functionality has been subsumed by Self-Tracking Entities in EF4. For more information see this blog post:
Archive:
For more information about this project and a walk through of the code, take a look at these blog posts: EntityBag Series Extension Methods Series Original Values Entities and Graphs
|