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. ;-)
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
|