HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
73 stars 30 forks source link

InMemoryActiveDataContext (primary feature) #65

Closed longility closed 10 years ago

longility commented 10 years ago

InMemoryDataContext class now applies Id only when you commit. (Could BREAK existing changes). Refactoring in InMemoryDataContext and ObjectRepresentationRepository.

Created separate class InMemoryActiveDataContext to support Unit of Work, allowing multiple data context to share data storage.