/demo-trackable-serialization

Demo of how to serialize trackable entities.

Primary LanguageC#MIT LicenseMIT

Trackable Serialization Demo

Download the NorthwindSlim database: http://bit.ly/northwindslim
Create a new NorthwindSlim database for SQL Express,
then run the sql script to create tables with data.

Then run the console app to retrieve, then serialize a change tracking collection of customer orders.
Run the console app again to deserialize customer orders to a change tracking collection.