Source code checked in, #53702
Store() throws an exception when the object passed to it is not an entity.
View ArticleSource code checked in, #53752
Introduced ILoungeRepoEntity interface. Now an entity does not need to implement any properties, but can just return an identity object and "calculate" its identity from whatever internal data it likes.
View ArticleSource code checked in, #53753
Denormalizer can instanciate entities with just a non-public parameterless ctor.
View ArticleSource code checked in, #53939
Added creation of zip file for easy deployment to build script
View ArticleSource code checked in, #54204
Added partition individual entity stores: entity stores of different kinds and with different locations can be registered with a partition. if an entity´s partition matches an entity stores partition...
View ArticleSource code checked in, #57605
Upgraded to VS2010 Denormalization tollerates schema changes (deleted fields, added fields, some field type changes) New demo to show off schema change tollerance
View ArticleSource code checked in, #57630
slight change to schema change demo removed obsolete exception from denormalizer
View ArticleSource code checked in, #59557
Bug fix: The normalizer would not recognize when arrays are referenced multiple times within an object graph.
View ArticleSource code checked in, #62113
Removed SmartInspect and replaced some calls to it with Trace.TraceInformation/Trace.TraceError
View ArticleSource code checked in, #62361
added support for fields in base Classes (as long as they are not private)
View ArticleSource code checked in, #62363
corrected collection sample: Ids in EntityBase are now protected to be read back from the store. (the auto property did not work since it´s hidden field is private.)
View ArticleSource code checked in, #62499
added task to look into processing private fields in base classes
View ArticleSource code checked in, #96133
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View Article