Download link
File List
-
文件过大导致无法格式化,将以元数据展示。
[{"path": "01 Introduction/01 05 The FriendStorage-application.mp4", "length": 46783313}, {"path": "04 Displaying Model Changes/04 04 Bind the ChangeBehavior-properties Dynamically.mp4", "length": 44206057}, {"path": "04 Displaying Model Changes/04 03 Refactor Logic into a Common TextBox Style.mp4", "length": 39620643}, {"path": "03 Tracking Model Changes/03 10 Track Collection-properties.mp4", "length": 34861658}, {"path": "05 Validating the Model/05 09 Validate the Full FriendWrapper.mp4", "length": 31896551}, {"path": "03 Tracking Model Changes/03 09 Track Complex Properties.mp4", "length": 30810815}, {"path": "02 Notifying About Model Changes/02 10 Keep the Wrapper- and the Model-collection in Sync.mp4", "length": 27098665}, {"path": "03 Tracking Model Changes/03 04 Get the Changed-state of a Simple Property.mp4", "length": 25324174}, {"path": "02 Notifying About Model Changes/02 07 Notify About Changes of Complex Properties.mp4", "length": 25015086}, {"path": "03 Tracking Model Changes/03 03 Get the Original Value of a Simple Property.mp4", "length": 24255768}, {"path": "01 Introduction/01 06 Challenges with POCOs in FriendStorage.mp4", "length": 24250850}, {"path": "02 Notifying About Model Changes/02 02 Create the FriendWrapper.mp4", "length": 23740172}, {"path": "04 Displaying Model Changes/04 02 Display Changes in the TextBox.mp4", "length": 22873193}, {"path": "04 Displaying Model Changes/04 10 Set the Original Value Converter in a Style.mp4", "length": 22425996}, {"path": "03 Tracking Model Changes/03 07 Accept Changes for Simple Properties.mp4", "length": 22421453}, {"path": "04 Displaying Model Changes/04 13 Display Changes in the DataGrid.mp4", "length": 22353656}, {"path": "02 Notifying About Model Changes/02 06 Use Reflection to Set and Get Property-values.mp4", "length": 21660272}, {"path": "05 Validating the Model/05 03 Implement INotifyDataErrorInfo in a Base Class.mp4", "length": 21535917}, {"path": "05 Validating the Model/05 06 Validate the FirstName-property with Data Annotations.mp4", "length": 21472697}, {"path": "05 Validating the Model/05 13 IsValid and Collection-properties.mp4", "length": 21198104}, {"path": "03 Tracking Model Changes/03 06 Get the Changed-state of the FriendWrapper.mp4", "length": 21057644}, {"path": "05 Validating the Model/05 11 Add the IValidatableTrackingObject-interface.mp4", "length": 20562404}, {"path": "06 Displaying Validation Errors/06 05 Define a Custom Error Template.mp4", "length": 20514222}, {"path": "02 Notifying About Model Changes/02 11 Integrate the FriendWrapper into FriendStorage.mp4", "length": 19951179}, {"path": "03 Tracking Model Changes/03 11 Use the ChangeTrackingCollection in the FriendWrapper.mp4", "length": 19672830}, {"path": "03 Tracking Model Changes/03 08 Reject Changes for Simple Properties.mp4", "length": 19564860}, {"path": "02 Notifying About Model Changes/02 04 Notify About Changes of Simple Properties.mp4", "length": 19549437}, {"path": "07 Generating Model-wrappers with T4/07 03 Add a T4 Template to Generate the Model-wrappers.mp4", "length": 18768217}, {"path": "06 Displaying Validation Errors/06 08 Display Errors in Data Grid Cells.mp4", "length": 18642014}, {"path": "03 Tracking Model Changes/03 15 FriendStorage - Check for Changes When Closing a Tab.mp4", "length": 18276634}, {"path": "04 Displaying Model Changes/04 12 Convert the Original Value of the ComboBox.mp4", "length": 18191360}, {"path": "07 Generating Model-wrappers with T4/07 12 Initialize Complex-properties.mp4", "length": 18184843}, {"path": "05 Validating the Model/05 15 Every Developer Should Have an Email.mp4", "length": 18082449}, {"path": "07 Generating Model-wrappers with T4/07 14 Create Validation Logic in Partial Classes.mp4", "length": 17983192}, {"path": "04 Displaying Model Changes/04 17 Cancel the Closing of the FriendStorage-application.mp4", "length": 17630070}, {"path": "05 Validating the Model/05 07 Add an IsValid-property to the ModelWrapper.mp4", "length": 17569945}, {"path": "03 Tracking Model Changes/03 14 FriendStorage - Enable and Disable the Save-button.mp4", "length": 17486386}, {"path": "04 Displaying Model Changes/04 16 Display Changes in the Tab-header.mp4", "length": 17219012}, {"path": "05 Validating the Model/05 12 IsValid and Complex-properties.mp4", "length": 17210419}, {"path": "04 Displaying Model Changes/04 08 Original Value Conversion in the ChangeBehavior.mp4", "length": 16374501}, {"path": "03 Tracking Model Changes/03 12 Fix the Collection-sync in the ModelWrapper.mp4", "length": 16327178}, {"path": "06 Displaying Validation Errors/06 02 Validation Errors in the User Interface.mp4", "length": 15487997}, {"path": "05 Validating the Model/05 05 Using Data Annotations.mp4", "length": 15336368}, {"path": "07 Generating Model-wrappers with T4/07 05 Generate a Wrapper-class for Each Model.mp4", "length": 14844427}, {"path": "06 Displaying Validation Errors/06 09 Avoid Validation for Specific Bindings.mp4", "length": 14691140}, {"path": "04 Displaying Model Changes/04 01 Introduction.mp4", "length": 14011808}, {"path": "01 Introduction/01 02 Course Outline.mp4", "length": 13922105}, {"path": "04 Displaying Model Changes/04 15 Master Added and Removed Items.mp4", "length": 13470325}, {"path": "06 Displaying Validation Errors/06 04 Display the Error in the Tooltip.mp4", "length": 13355538}, {"path": "04 Displaying Model Changes/04 09 Convert the Original Value of the DatePicker.mp4", "length": 13327232}, {"path": "04 Displaying Model Changes/04 14 Create the Element Styles Dynamically.mp4", "length": 12895240}, {"path": "01 Introduction/01 07 Mastering POCOs in a ViewModel.mp4", "length": 12685167}, {"path": "06 Displaying Validation Errors/06 07 Use the Error Template for the DataGrid.mp4", "length": 12547270}, {"path": "03 Tracking Model Changes/03 01 Introduction.mp4", "length": 11939468}, {"path": "02 Notifying About Model Changes/02 08 Notify About Changes of Collection-properties.mp4", "length": 11864769}, {"path": "03 Tracking Model Changes/03 05 Refactor the Tracking Code with C# 6.0 Features.mp4", "length": 11644606}, {"path": "05 Validating the Model/05 17 Validation Attributes and IValidatableObject.mp4", "length": 11368868}, {"path": "05 Validating the Model/05 08 Use the IsValid-property to Enable the Save-button.mp4", "length": 11012372}, {"path": "02 Notifying About Model Changes/02 09 Initialize the Wrapper-collection.mp4", "length": 11001776}, {"path": "05 Validating the Model/05 14 Validate on Class-level with IValidatableObject.mp4", "length": 10907608}, {"path": "07 Generating Model-wrappers with T4/07 13 Initialize Collection-properties.mp4", "length": 10828183}, {"path": "05 Validating the Model/05 04 Add Validation-tests for the FirstName-property.mp4", "length": 10824352}, {"path": "07 Generating Model-wrappers with T4/07 08 Generate Simple Properties.mp4", "length": 10784136}, {"path": "07 Generating Model-wrappers with T4/07 06 Create One File per Model-wrapper.mp4", "length": 10728523}, {"path": "04 Displaying Model Changes/04 05 Display Changes in the CheckBox.mp4", "length": 10452112}, {"path": "02 Notifying About Model Changes/02 03 Set and Get Simple Model-properties.mp4", "length": 10293910}, {"path": "07 Generating Model-wrappers with T4/07 15 The Final FriendStorage-application.mp4", "length": 9619912}, {"path": "05 Validating the Model/05 16 Initialize Correctly Before Validation.mp4", "length": 9459352}, {"path": "02 Notifying About Model Changes/02 01 Introduction.mp4", "length": 9341695}, {"path": "06 Displaying Validation Errors/06 03 Highlight Invalid Fields.mp4", "length": 9163295}, {"path": "07 Generating Model-wrappers with T4/07 11 Generate Collection-properties.mp4", "length": 8873867}, {"path": "03 Tracking Model Changes/03 16 FriendStorage - Reset the Friend to Its Original State.mp4", "length": 8783965}, {"path": "01 Introduction/01 04 Challenges with POCOs in the Client.mp4", "length": 8755483}, {"path": "01 Introduction/01 03 Why Are Services Using POCOs.mp4", "length": 8109354}, {"path": "04 Displaying Model Changes/04 06 Create a Base Style to Display Changes.mp4", "length": 8020454}, {"path": "01 Introduction/01 09 Summary.mp4", "length": 7941955}, {"path": "07 Generating Model-wrappers with T4/07 10 Generate Complex-properties.mp4", "length": 7436778}, {"path": "03 Tracking Model Changes/03 02 Track Simple Properties.mp4", "length": 7399411}, {"path": "02 Notifying About Model Changes/02 05 Refactor Common Logic into a Base-class.mp4", "length": 7275736}, {"path": "06 Displaying Validation Errors/06 11 Summary.mp4", "length": 7203655}, {"path": "01 Introduction/01 08 Mastering POCOs in a Model-wrapper.mp4", "length": 7096631}, {"path": "06 Displaying Validation Errors/06 10 Highlight the Tab-header.mp4", "length": 6984108}, {"path": "04 Displaying Model Changes/04 07 Display Changes in the DatePicker.mp4", "length": 6195032}, {"path": "04 Displaying Model Changes/04 11 Display Changes in the ComboBox.mp4", "length": 6085109}, {"path": "05 Validating the Model/05 02 The Interface INotifyDataErrorInfo.mp4", "length": 6050266}, {"path": "07 Generating Model-wrappers with T4/07 02 T4 Basics.mp4", "length": 5888347}, {"path": "07 Generating Model-wrappers with T4/07 09 Support Generic Types like Nullable.mp4", "length": 5858078}, {"path": "05 Validating the Model/05 10 The IsValid-property of the FriendWrapper.mp4", "length": 5832999}, {"path": "07 Generating Model-wrappers with T4/07 01 Introduction.mp4", "length": 5199600}, {"path": "07 Generating Model-wrappers with T4/07 07 Generate Usings, Namespace, and Constructor.mp4", "length": 5198181}, {"path": "07 Generating Model-wrappers with T4/07 04 Install an Extension for T4 Syntax Highlighting.mp4", "length": 4975286}, {"path": "05 Validating the Model/05 01 Introduction.mp4", "length": 4874183}, {"path": "02 Notifying About Model Changes/02 12 Summary.mp4", "length": 4728891}, {"path": "03 Tracking Model Changes/03 13 The Change Tracking Use Cases in FriendStorage.mp4", "length": 4697589}, {"path": "04 Displaying Model Changes/04 18 Summary.mp4", "length": 4310189}, {"path": "01 Introduction/01 01 Introduction.mp4", "length": 4272194}, {"path": "05 Validating the Model/05 18 Summary.mp4", "length": 4045252}, {"path": "07 Generating Model-wrappers with T4/07 16 Course Summary.mp4", "length": 3752302}, {"path": "06 Displaying Validation Errors/06 01 Introduction.mp4", "length": 3667657}, {"path": "06 Displaying Validation Errors/06 06 Fix the Error Layout for the CheckBox.mp4", "length": 3549040}, {"path": "03 Tracking Model Changes/03 17 Summary.mp4", "length": 3280304}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/Newtonsoft.Json.6.0.8.nupkg", "length": 1562036}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.xml", "length": 531644}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.dll", "length": 513536}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.dll", "length": 504320}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net20/Newtonsoft.Json.dll", "length": 503296}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.DataAccess/bin/Debug/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net40/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net45/Newtonsoft.Json.xml", "length": 494336}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll", "length": 477696}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.xml", "length": 475412}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", "length": 464159}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.xml", "length": 464140}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/netcore45/Newtonsoft.Json.dll", "length": 457216}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml", "length": 442499}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/net35/Newtonsoft.Json.dll", "length": 439296}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Newtonsoft.Json.6.0.8/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll", "length": 400896}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/1-wpf-mvvm-advanced-m1-exercise-files/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/before/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/packages/Autofac.3.5.2/lib/net40/Autofac.xml", "length": 395730}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/lib/portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1/Autofac.xml", "length": 395730}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UI/bin/Debug/Autofac.xml", "length": 395730}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 376832}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 376832}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 357888}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 357888}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 338432}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 338432}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 308736}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 279552}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/.vs/FriendStorage/v14/.suo", "length": 279552}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/5-wpf-mvvm-advanced-m5-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/3-wpf-mvvm-advanced-m3-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/4-wpf-mvvm-advanced-m4-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/2-wpf-mvvm-advanced-m2-exercise-files/after/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/6-wpf-mvvm-advanced-m6-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/FriendStorage.UITests/bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTestFramework.xml", "length": 253518}, {"path": "Exercise Files/7-wpf-mvvm-advanced-m7-exercise-files/before/FriendStorage/packages/Autofac.3.5.2/Auto
Download Info
-
Tips
“WPF and MVVM. Advanced Model Treatment” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.