Download Building Windows 8 Apps with C# and XAML

Description

This project hosts the source code used in the example projects for the book, Building Windows 8 Apps with C# and XAML.

Icons

Building Windows 8 Apps with C# and XAML

Source Files

The download file windows8applications.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus.sln
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus.vssscc
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/App.xaml
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/App.xaml.cpp
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/App.xaml.h
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Assets/Logo.png
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Assets/SmallLogo.png
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Assets/SplashScreen.png
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Assets/StoreLogo.png
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Common/StandardStyles.xaml
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/HelloWorldCPlusPlus.vcxproj
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/HelloWorldCPlusPlus.vcxproj.filters
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/HelloWorldCPlusPlus.vcxproj.vspscc
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/HelloWorldCPlusPlus_TemporaryKey.pfx
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/MainPage.xaml
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/MainPage.xaml.cpp
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/MainPage.xaml.h
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/Package.appxmanifest
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/pch.cpp
Chapter1/HelloWorldCPlusPlus/HelloWorldCPlusPlus/pch.h
Chapter1/HelloWorldCSharp/HelloWorldCSharp.sln
Chapter1/HelloWorldCSharp/HelloWorldCSharp.vssscc
Chapter1/HelloWorldCSharp/HelloWorldCSharp/App.xaml
Chapter1/HelloWorldCSharp/HelloWorldCSharp/App.xaml.cs
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Assets/Logo.png
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Assets/SmallLogo.png
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Assets/SplashScreen.png
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Assets/StoreLogo.png
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Common/StandardStyles.xaml
Chapter1/HelloWorldCSharp/HelloWorldCSharp/HelloWorldCSharp.csproj
Chapter1/HelloWorldCSharp/HelloWorldCSharp/HelloWorldCSharp.csproj.vspscc
Chapter1/HelloWorldCSharp/HelloWorldCSharp/HelloWorldCSharp_TemporaryKey.pfx
Chapter1/HelloWorldCSharp/HelloWorldCSharp/MainPage.xaml
Chapter1/HelloWorldCSharp/HelloWorldCSharp/MainPage.xaml.cs
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Package.appxmanifest
Chapter1/HelloWorldCSharp/HelloWorldCSharp/Properties/AssemblyInfo.cs
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript.sln
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript.vssscc
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/HelloWorldJavaScript.jsproj
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/HelloWorldJavaScript.jsproj.vspscc
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/HelloWorldJavaScript_TemporaryKey.pfx
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/css/default.css
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/default.html
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/images/logo.png
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/images/smalllogo.png
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/images/splashscreen.png
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/images/storelogo.png
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/js/default.js
Chapter1/HelloWorldJavaScript/HelloWorldJavaScript/package.appxmanifest
Chapter2/ImageHelper/ImageHelper.sln//w  w w. j a  v a  2s.  c  om
Chapter2/ImageHelper/ImageHelper.vssscc
Chapter2/ImageHelper/ImageHelper/App.xaml
Chapter2/ImageHelper/ImageHelper/App.xaml.cs
Chapter2/ImageHelper/ImageHelper/Assets/Logo.png
Chapter2/ImageHelper/ImageHelper/Assets/SmallLogo.png
Chapter2/ImageHelper/ImageHelper/Assets/SplashScreen.png
Chapter2/ImageHelper/ImageHelper/Assets/StoreLogo.png
Chapter2/ImageHelper/ImageHelper/Common/StandardStyles.xaml
Chapter2/ImageHelper/ImageHelper/ImageHelper.csproj
Chapter2/ImageHelper/ImageHelper/ImageHelper.csproj.vspscc
Chapter2/ImageHelper/ImageHelper/ImageHelper_TemporaryKey.pfx
Chapter2/ImageHelper/ImageHelper/MainPage.xaml
Chapter2/ImageHelper/ImageHelper/MainPage.xaml.cs
Chapter2/ImageHelper/ImageHelper/Package.appxmanifest
Chapter2/ImageHelper/ImageHelper/Properties/AssemblyInfo.cs
Chapter3/DataBinding/DataBinding.sln
Chapter3/DataBinding/DataBinding.vssscc
Chapter3/DataBinding/DataBinding/App.xaml
Chapter3/DataBinding/DataBinding/App.xaml.cs
Chapter3/DataBinding/DataBinding/Assets/Logo.png
Chapter3/DataBinding/DataBinding/Assets/SmallLogo.png
Chapter3/DataBinding/DataBinding/Assets/SplashScreen.png
Chapter3/DataBinding/DataBinding/Assets/StoreLogo.png
Chapter3/DataBinding/DataBinding/Common/StandardStyles.xaml
Chapter3/DataBinding/DataBinding/Converters/ColorConverter.cs
Chapter3/DataBinding/DataBinding/Converters/TextConverter.cs
Chapter3/DataBinding/DataBinding/Converters/VisibilityConverter.cs
Chapter3/DataBinding/DataBinding/DataBinding.csproj
Chapter3/DataBinding/DataBinding/DataBinding.csproj.vspscc
Chapter3/DataBinding/DataBinding/DataBindingHost.cs
Chapter3/DataBinding/DataBinding/DataBinding_TemporaryKey.pfx
Chapter3/DataBinding/DataBinding/MainPage.xaml
Chapter3/DataBinding/DataBinding/MainPage.xaml.cs
Chapter3/DataBinding/DataBinding/Package.appxmanifest
Chapter3/DataBinding/DataBinding/Properties/AssemblyInfo.cs
Chapter3/DependencyProperties/DependencyProperties.sln
Chapter3/DependencyProperties/DependencyProperties.vssscc
Chapter3/DependencyProperties/DependencyProperties/App.xaml
Chapter3/DependencyProperties/DependencyProperties/App.xaml.cs
Chapter3/DependencyProperties/DependencyProperties/Assets/Logo.png
Chapter3/DependencyProperties/DependencyProperties/Assets/SmallLogo.png
Chapter3/DependencyProperties/DependencyProperties/Assets/SplashScreen.png
Chapter3/DependencyProperties/DependencyProperties/Assets/StoreLogo.png
Chapter3/DependencyProperties/DependencyProperties/Common/StandardStyles.xaml
Chapter3/DependencyProperties/DependencyProperties/DependencyProperties.csproj
Chapter3/DependencyProperties/DependencyProperties/DependencyProperties.csproj.vspscc
Chapter3/DependencyProperties/DependencyProperties/DependencyProperties_TemporaryKey.pfx
Chapter3/DependencyProperties/DependencyProperties/MagicButton.cs
Chapter3/DependencyProperties/DependencyProperties/MainPage.xaml
Chapter3/DependencyProperties/DependencyProperties/MainPage.xaml.cs
Chapter3/DependencyProperties/DependencyProperties/MyDependencyObject.cs
Chapter3/DependencyProperties/DependencyProperties/Package.appxmanifest
Chapter3/DependencyProperties/DependencyProperties/Properties/AssemblyInfo.cs
Chapter3/ImageHelper2/ImageHelper2.sln
Chapter3/ImageHelper2/ImageHelper2.vssscc
Chapter3/ImageHelper2/ImageHelper2/App.xaml
Chapter3/ImageHelper2/ImageHelper2/App.xaml.cs
Chapter3/ImageHelper2/ImageHelper2/Assets/Logo.png
Chapter3/ImageHelper2/ImageHelper2/Assets/SmallLogo.png
Chapter3/ImageHelper2/ImageHelper2/Assets/SplashScreen.png
Chapter3/ImageHelper2/ImageHelper2/Assets/StoreLogo.png
Chapter3/ImageHelper2/ImageHelper2/Common/StandardStyles.xaml
Chapter3/ImageHelper2/ImageHelper2/ImageHelper2.csproj
Chapter3/ImageHelper2/ImageHelper2/ImageHelper2.csproj.vspscc
Chapter3/ImageHelper2/ImageHelper2/ImageHelper2_TemporaryKey.pfx
Chapter3/ImageHelper2/ImageHelper2/MainPage.xaml
Chapter3/ImageHelper2/ImageHelper2/MainPage.xaml.cs
Chapter3/ImageHelper2/ImageHelper2/Package.appxmanifest
Chapter3/ImageHelper2/ImageHelper2/Properties/AssemblyInfo.cs
Chapter3/Layout/Layout.sln
Chapter3/Layout/Layout.vssscc
Chapter3/Layout/Layout/App.xaml
Chapter3/Layout/Layout/App.xaml.cs
Chapter3/Layout/Layout/Assets/Logo.png
Chapter3/Layout/Layout/Assets/SmallLogo.png
Chapter3/Layout/Layout/Assets/SplashScreen.png
Chapter3/Layout/Layout/Assets/StoreLogo.png
Chapter3/Layout/Layout/Common/StandardStyles.xaml
Chapter3/Layout/Layout/Example.cs
Chapter3/Layout/Layout/Examples/CanvasExample.xaml
Chapter3/Layout/Layout/Examples/CanvasExample.xaml.cs
Chapter3/Layout/Layout/Examples/GridExample.xaml
Chapter3/Layout/Layout/Examples/GridExample.xaml.cs
Chapter3/Layout/Layout/Examples/ScrollViewerExample.xaml
Chapter3/Layout/Layout/Examples/ScrollViewerExample.xaml.cs
Chapter3/Layout/Layout/Examples/StackPanelExample.xaml
Chapter3/Layout/Layout/Examples/StackPanelExample.xaml.cs
Chapter3/Layout/Layout/Examples/VariableSizedWrapGridExample.xaml
Chapter3/Layout/Layout/Examples/VariableSizedWrapGridExample.xaml.cs
Chapter3/Layout/Layout/Examples/ViewBoxExample.xaml
Chapter3/Layout/Layout/Examples/ViewBoxExample.xaml.cs
Chapter3/Layout/Layout/Examples/WrapGridExample.xaml
Chapter3/Layout/Layout/Examples/WrapGridExample.xaml.cs
Chapter3/Layout/Layout/Layout.csproj
Chapter3/Layout/Layout/Layout.csproj.vspscc
Chapter3/Layout/Layout/Layout_TemporaryKey.pfx
Chapter3/Layout/Layout/MainPage.xaml
Chapter3/Layout/Layout/MainPage.xaml.cs
Chapter3/Layout/Layout/Package.appxmanifest
Chapter3/Layout/Layout/Properties/AssemblyInfo.cs
Chapter3/Panels/Panels.sln
Chapter3/Panels/Panels.vssscc
Chapter3/Panels/Panels/App.xaml
Chapter3/Panels/Panels/App.xaml.cs
Chapter3/Panels/Panels/Assets/Logo.png
Chapter3/Panels/Panels/Assets/SmallLogo.png
Chapter3/Panels/Panels/Assets/SplashScreen.png
Chapter3/Panels/Panels/Assets/StoreLogo.png
Chapter3/Panels/Panels/Common/StandardStyles.xaml
Chapter3/Panels/Panels/Data/ItemType.cs
Chapter3/Panels/Panels/Data/SimpleItem.cs
Chapter3/Panels/Panels/Data/SimpleItemList.cs
Chapter3/Panels/Panels/Data/ViewModel.cs
Chapter3/Panels/Panels/ItemDisplay.xaml
Chapter3/Panels/Panels/ItemDisplay.xaml.cs
Chapter3/Panels/Panels/MainPage.xaml
Chapter3/Panels/Panels/MainPage.xaml.cs
Chapter3/Panels/Panels/Package.appxmanifest
Chapter3/Panels/Panels/Panels.csproj
Chapter3/Panels/Panels/Panels.csproj.vspscc
Chapter3/Panels/Panels/Panels_TemporaryKey.pfx
Chapter3/Panels/Panels/Properties/AssemblyInfo.cs
Chapter3/Panels/Panels/ShapeConverter.cs
Chapter3/Panels/Panels/ShapeView.cs
Chapter3/Panels/Panels/ViewboxExample.xaml
Chapter3/Panels/Panels/ViewboxExample.xaml.cs
Chapter3/StoryboardExamples/StoryboardExamples.sln
Chapter3/StoryboardExamples/StoryboardExamples.vssscc
Chapter3/StoryboardExamples/StoryboardExamples/App.xaml
Chapter3/StoryboardExamples/StoryboardExamples/App.xaml.cs
Chapter3/StoryboardExamples/StoryboardExamples/Assets/Logo.png
Chapter3/StoryboardExamples/StoryboardExamples/Assets/SmallLogo.png
Chapter3/StoryboardExamples/StoryboardExamples/Assets/SplashScreen.png
Chapter3/StoryboardExamples/StoryboardExamples/Assets/StoreLogo.png
Chapter3/StoryboardExamples/StoryboardExamples/Common/StandardStyles.xaml
Chapter3/StoryboardExamples/StoryboardExamples/MainPage.xaml
Chapter3/StoryboardExamples/StoryboardExamples/MainPage.xaml.cs
Chapter3/StoryboardExamples/StoryboardExamples/Package.appxmanifest
Chapter3/StoryboardExamples/StoryboardExamples/Properties/AssemblyInfo.cs
Chapter3/StoryboardExamples/StoryboardExamples/StoryboardExamples.csproj
Chapter3/StoryboardExamples/StoryboardExamples/StoryboardExamples.csproj.vspscc
Chapter3/StoryboardExamples/StoryboardExamples/StoryboardExamples_TemporaryKey.pfx
Chapter4/Touch/Touch.sln
Chapter4/Touch/Touch.vssscc
Chapter4/Touch/Touch/App.xaml
Chapter4/Touch/Touch/App.xaml.cs
Chapter4/Touch/Touch/Assets/Logo.png
Chapter4/Touch/Touch/Assets/SmallLogo.png
Chapter4/Touch/Touch/Assets/SplashScreen.png
Chapter4/Touch/Touch/Assets/StoreLogo.png
Chapter4/Touch/Touch/Common/StandardStyles.xaml
Chapter4/Touch/Touch/MainPage.xaml
Chapter4/Touch/Touch/MainPage.xaml.cs
Chapter4/Touch/Touch/Package.appxmanifest
Chapter4/Touch/Touch/Properties/AssemblyInfo.cs
Chapter4/Touch/Touch/Touch.csproj
Chapter4/Touch/Touch/Touch.csproj.vspscc
Chapter4/Touch/Touch/Touch_TemporaryKey.pfx
Chapter4/Windows8Application/MetroApplication/About.xaml
Chapter4/Windows8Application/MetroApplication/About.xaml.cs
Chapter4/Windows8Application/MetroApplication/App.xaml
Chapter4/Windows8Application/MetroApplication/App.xaml.cs
Chapter4/Windows8Application/MetroApplication/ApplicationCommands.xaml
Chapter4/Windows8Application/MetroApplication/ApplicationCommands.xaml.cs
Chapter4/Windows8Application/MetroApplication/Assets/DarkGray.png
Chapter4/Windows8Application/MetroApplication/Assets/LightGray.png
Chapter4/Windows8Application/MetroApplication/Assets/Logo.png
Chapter4/Windows8Application/MetroApplication/Assets/MediumGray.png
Chapter4/Windows8Application/MetroApplication/Assets/SmallLogo.png
Chapter4/Windows8Application/MetroApplication/Assets/SplashScreen.png
Chapter4/Windows8Application/MetroApplication/Assets/StoreLogo.png
Chapter4/Windows8Application/MetroApplication/Common/BindableBase.cs
Chapter4/Windows8Application/MetroApplication/Common/BooleanNegationConverter.cs
Chapter4/Windows8Application/MetroApplication/Common/BooleanToVisibilityConverter.cs
Chapter4/Windows8Application/MetroApplication/Common/LayoutAwarePage.cs
Chapter4/Windows8Application/MetroApplication/Common/MyStyles.xaml
Chapter4/Windows8Application/MetroApplication/Common/ReadMe.txt
Chapter4/Windows8Application/MetroApplication/Common/RichTextColumns.cs
Chapter4/Windows8Application/MetroApplication/Common/SettingsFlyout.cs
Chapter4/Windows8Application/MetroApplication/Common/StandardStyles.xaml
Chapter4/Windows8Application/MetroApplication/Common/SuspensionManager.cs
Chapter4/Windows8Application/MetroApplication/DataModel/SampleDataSource.cs
Chapter4/Windows8Application/MetroApplication/GroupDetailPage.xaml
Chapter4/Windows8Application/MetroApplication/GroupDetailPage.xaml.cs
Chapter4/Windows8Application/MetroApplication/GroupedItemsPage.xaml
Chapter4/Windows8Application/MetroApplication/GroupedItemsPage.xaml.cs
Chapter4/Windows8Application/MetroApplication/ItemDetailPage.xaml
Chapter4/Windows8Application/MetroApplication/ItemDetailPage.xaml.cs
Chapter4/Windows8Application/MetroApplication/MetroApplication_TemporaryKey.pfx
Chapter4/Windows8Application/MetroApplication/Package.appxmanifest
Chapter4/Windows8Application/MetroApplication/Properties/AssemblyInfo.cs
Chapter4/Windows8Application/MetroApplication/Windows8Application.csproj
Chapter4/Windows8Application/MetroApplication/Windows8Application.csproj.vspscc
Chapter4/Windows8Application/Windows8Application.sln
Chapter4/Windows8Application/Windows8Application.vssscc
Chapter5/Windows8Application2/MetroApplication2.vssscc
Chapter5/Windows8Application2/MetroApplication2/About.xaml
Chapter5/Windows8Application2/MetroApplication2/About.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/App.xaml
Chapter5/Windows8Application2/MetroApplication2/App.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/ApplicationCommands.xaml
Chapter5/Windows8Application2/MetroApplication2/ApplicationCommands.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/Assets/DarkGray.png
Chapter5/Windows8Application2/MetroApplication2/Assets/LightGray.png
Chapter5/Windows8Application2/MetroApplication2/Assets/Logo.png
Chapter5/Windows8Application2/MetroApplication2/Assets/MediumGray.png
Chapter5/Windows8Application2/MetroApplication2/Assets/SmallLogo.png
Chapter5/Windows8Application2/MetroApplication2/Assets/SplashScreen.png
Chapter5/Windows8Application2/MetroApplication2/Assets/StoreLogo.png
Chapter5/Windows8Application2/MetroApplication2/Common/BindableBase.cs
Chapter5/Windows8Application2/MetroApplication2/Common/BooleanNegationConverter.cs
Chapter5/Windows8Application2/MetroApplication2/Common/BooleanToVisibilityConverter.cs
Chapter5/Windows8Application2/MetroApplication2/Common/LayoutAwarePage.cs
Chapter5/Windows8Application2/MetroApplication2/Common/MyStyles.xaml
Chapter5/Windows8Application2/MetroApplication2/Common/ReadMe.txt
Chapter5/Windows8Application2/MetroApplication2/Common/RichTextColumns.cs
Chapter5/Windows8Application2/MetroApplication2/Common/SettingsFlyout.cs
Chapter5/Windows8Application2/MetroApplication2/Common/StandardStyles.xaml
Chapter5/Windows8Application2/MetroApplication2/Common/SuspensionManager.cs
Chapter5/Windows8Application2/MetroApplication2/DataModel/SampleDataSource.cs
Chapter5/Windows8Application2/MetroApplication2/ExtendedSplashScreen.xaml
Chapter5/Windows8Application2/MetroApplication2/ExtendedSplashScreen.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/GroupDetailPage.xaml
Chapter5/Windows8Application2/MetroApplication2/GroupDetailPage.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/GroupedItemsPage.xaml
Chapter5/Windows8Application2/MetroApplication2/GroupedItemsPage.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/ItemDetailPage.xaml
Chapter5/Windows8Application2/MetroApplication2/ItemDetailPage.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/MetroApplication_TemporaryKey.pfx
Chapter5/Windows8Application2/MetroApplication2/Package.appxmanifest
Chapter5/Windows8Application2/MetroApplication2/Properties/AssemblyInfo.cs
Chapter5/Windows8Application2/MetroApplication2/SearchResultsPage.xaml
Chapter5/Windows8Application2/MetroApplication2/SearchResultsPage.xaml.cs
Chapter5/Windows8Application2/MetroApplication2/Windows8Application2.csproj
Chapter5/Windows8Application2/MetroApplication2/Windows8Application2.csproj.vspscc
Chapter5/Windows8Application2/Windows8Application2.sln
Chapter6/Compression/Compression.sln
Chapter6/Compression/Compression.vssscc
Chapter6/Compression/Compression/App.xaml
Chapter6/Compression/Compression/App.xaml.cs
Chapter6/Compression/Compression/Assets/Logo.png
Chapter6/Compression/Compression/Assets/SmallLogo.png
Chapter6/Compression/Compression/Assets/SplashScreen.png
Chapter6/Compression/Compression/Assets/StoreLogo.png
Chapter6/Compression/Compression/Common/StandardStyles.xaml
Chapter6/Compression/Compression/Compression.csproj
Chapter6/Compression/Compression/Compression.csproj.vspscc
Chapter6/Compression/Compression/Compression_TemporaryKey.pfx
Chapter6/Compression/Compression/MainPage.xaml
Chapter6/Compression/Compression/MainPage.xaml.cs
Chapter6/Compression/Compression/Package.appxmanifest
Chapter6/Compression/Compression/Properties/AssemblyInfo.cs
Chapter6/Compression/Compression/Text.txt
Chapter6/EncryptionSigning/EncryptionSigning.sln
Chapter6/EncryptionSigning/EncryptionSigning.vssscc
Chapter6/EncryptionSigning/EncryptionSigning/App.xaml
Chapter6/EncryptionSigning/EncryptionSigning/App.xaml.cs
Chapter6/EncryptionSigning/EncryptionSigning/Assets/Logo.png
Chapter6/EncryptionSigning/EncryptionSigning/Assets/SmallLogo.png
Chapter6/EncryptionSigning/EncryptionSigning/Assets/SplashScreen.png
Chapter6/EncryptionSigning/EncryptionSigning/Assets/StoreLogo.png
Chapter6/EncryptionSigning/EncryptionSigning/Common/StandardStyles.xaml
Chapter6/EncryptionSigning/EncryptionSigning/EncryptionSigning.csproj
Chapter6/EncryptionSigning/EncryptionSigning/EncryptionSigning.csproj.vspscc
Chapter6/EncryptionSigning/EncryptionSigning/EncryptionSigning_TemporaryKey.pfx
Chapter6/EncryptionSigning/EncryptionSigning/MainPage.xaml
Chapter6/EncryptionSigning/EncryptionSigning/MainPage.xaml.cs
Chapter6/EncryptionSigning/EncryptionSigning/Package.appxmanifest
Chapter6/EncryptionSigning/EncryptionSigning/Properties/AssemblyInfo.cs
Chapter6/EncryptionSigning/EncryptionSigning/Text.txt
Chapter6/Netflix/Netflix.sln
Chapter6/Netflix/Netflix.vssscc
Chapter6/Netflix/Netflix/App.xaml
Chapter6/Netflix/Netflix/App.xaml.cs
Chapter6/Netflix/Netflix/Assets/Logo.png
Chapter6/Netflix/Netflix/Assets/SmallLogo.png
Chapter6/Netflix/Netflix/Assets/SplashScreen.png
Chapter6/Netflix/Netflix/Assets/StoreLogo.png
Chapter6/Netflix/Netflix/Common/StandardStyles.xaml
Chapter6/Netflix/Netflix/MainPage.xaml
Chapter6/Netflix/Netflix/MainPage.xaml.cs
Chapter6/Netflix/Netflix/Netflix.csproj
Chapter6/Netflix/Netflix/Netflix.csproj.vspscc
Chapter6/Netflix/Netflix/Netflix_TemporaryKey.pfx
Chapter6/Netflix/Netflix/Package.appxmanifest
Chapter6/Netflix/Netflix/Properties/AssemblyInfo.cs
Chapter6/Netflix/Netflix/Service References/NetflixService/Reference.cs
Chapter6/Netflix/Netflix/Service References/NetflixService/Reference.datasvcmap
Chapter6/Netflix/Netflix/Service References/NetflixService/service.edmx
Chapter6/Netflix/Netflix/packages.config
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/Microsoft.Data.OData.WindowsStore.5.0.0-rc.nupkg
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Edm.WindowsStore.PRI
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Edm.WindowsStore.dll
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Edm.WindowsStore.xml
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.OData.WindowsStore.PRI
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.OData.WindowsStore.dll
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.OData.WindowsStore.xml
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/System.Spatial.WindowsStore.PRI
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/System.Spatial.WindowsStore.dll
Chapter6/Netflix/packages/Microsoft.Data.OData.WindowsStore.5.0.0-rc/lib/.NETCore/System.Spatial.WindowsStore.xml
Chapter6/Netflix/packages/Microsoft.Data.Services.Client.WindowsStore.5.0.0-rc/Microsoft.Data.Services.Client.WindowsStore.5.0.0-rc.nupkg
Chapter6/Netflix/packages/Microsoft.Data.Services.Client.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Services.Client.WindowsStore.PRI
Chapter6/Netflix/packages/Microsoft.Data.Services.Client.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Services.Client.WindowsStore.dll
Chapter6/Netflix/packages/Microsoft.Data.Services.Client.WindowsStore.5.0.0-rc/lib/.NETCore/Microsoft.Data.Services.Client.WindowsStore.xml
Chapter6/Netflix/packages/repositories.config
Chapter6/WeatherService/WeatherService.sln
Chapter6/WeatherService/WeatherService.vssscc
Chapter6/WeatherService/WeatherService/App.xaml
Chapter6/WeatherService/WeatherService/App.xaml.cs
Chapter6/WeatherService/WeatherService/Assets/Logo.png
Chapter6/WeatherService/WeatherService/Assets/SmallLogo.png
Chapter6/WeatherService/WeatherService/Assets/SplashScreen.png
Chapter6/WeatherService/WeatherService/Assets/StoreLogo.png
Chapter6/WeatherService/WeatherService/Assets/blowingsnow.gif
Chapter6/WeatherService/WeatherService/Assets/drizzle.gif
Chapter6/WeatherService/WeatherService/Assets/fog.gif
Chapter6/WeatherService/WeatherService/Assets/haze.gif
Chapter6/WeatherService/WeatherService/Assets/mostlycloudy.gif
Chapter6/WeatherService/WeatherService/Assets/na.gif
Chapter6/WeatherService/WeatherService/Assets/partlycloudy.gif
Chapter6/WeatherService/WeatherService/Assets/rain.gif
Chapter6/WeatherService/WeatherService/Assets/showers.gif
Chapter6/WeatherService/WeatherService/Assets/snow.gif
Chapter6/WeatherService/WeatherService/Assets/sunny.gif
Chapter6/WeatherService/WeatherService/Assets/thunderstorms.gif
Chapter6/WeatherService/WeatherService/Common/DateConverter.cs
Chapter6/WeatherService/WeatherService/Common/ImageConverter.cs
Chapter6/WeatherService/WeatherService/Common/StandardStyles.xaml
Chapter6/WeatherService/WeatherService/MainPage.xaml
Chapter6/WeatherService/WeatherService/MainPage.xaml.cs
Chapter6/WeatherService/WeatherService/Package.appxmanifest
Chapter6/WeatherService/WeatherService/Properties/AssemblyInfo.cs
Chapter6/WeatherService/WeatherService/Properties/ServiceReferences.Designer.ClientConfig
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/Reference.cs
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/Reference.svcmap
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/Weather.disco
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/Weather.wsdl
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/WeatherService.WeatherWebService.ForecastReturn.datasource
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/WeatherService.WeatherWebService.GetWeatherInformationResponse.datasource
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/WeatherService.WeatherWebService.WeatherReturn.datasource
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/configuration.svcinfo
Chapter6/WeatherService/WeatherService/Service References/WeatherWebService/configuration91.svcinfo
Chapter6/WeatherService/WeatherService/WeatherService.csproj
Chapter6/WeatherService/WeatherService/WeatherService.csproj.vspscc
Chapter6/WeatherService/WeatherService/WeatherService_TemporaryKey.pfx
Chapter6/Wintellog/Wintellog.sln
Chapter6/Wintellog/Wintellog.vssscc
Chapter6/Wintellog/Wintellog/App.xaml
Chapter6/Wintellog/Wintellog/App.xaml.cs
Chapter6/Wintellog/Wintellog/Assets/Blogs.js
Chapter6/Wintellog/Wintellog/Assets/DarkGray.png
Chapter6/Wintellog/Wintellog/Assets/LightGray.png
Chapter6/Wintellog/Wintellog/Assets/Logo.png
Chapter6/Wintellog/Wintellog/Assets/MediumGray.png
Chapter6/Wintellog/Wintellog/Assets/SmallLogo.png
Chapter6/Wintellog/Wintellog/Assets/SplashScreen.png
Chapter6/Wintellog/Wintellog/Assets/StoreLogo.png
Chapter6/Wintellog/Wintellog/Common/BindableBase.cs
Chapter6/Wintellog/Wintellog/Common/BooleanNegationConverter.cs
Chapter6/Wintellog/Wintellog/Common/BooleanToVisibilityConverter.cs
Chapter6/Wintellog/Wintellog/Common/LayoutAwarePage.cs
Chapter6/Wintellog/Wintellog/Common/MyStyles.xaml
Chapter6/Wintellog/Wintellog/Common/ReadMe.txt
Chapter6/Wintellog/Wintellog/Common/RichTextColumns.cs
Chapter6/Wintellog/Wintellog/Common/StandardStyles.xaml
Chapter6/Wintellog/Wintellog/Common/SuspensionManager.cs
Chapter6/Wintellog/Wintellog/DataModel/BaseItem.cs
Chapter6/Wintellog/Wintellog/DataModel/BaseItemComparer.cs
Chapter6/Wintellog/Wintellog/DataModel/BlogDataSource.cs
Chapter6/Wintellog/Wintellog/DataModel/BlogGroup.cs
Chapter6/Wintellog/Wintellog/DataModel/BlogItem.cs
Chapter6/Wintellog/Wintellog/DataModel/BlogUtility.cs
Chapter6/Wintellog/Wintellog/DataModel/Config.cs
Chapter6/Wintellog/Wintellog/DataModel/ImageUriManager.cs
Chapter6/Wintellog/Wintellog/DataModel/StorageUtility.cs
Chapter6/Wintellog/Wintellog/GroupDetailPage.xaml
Chapter6/Wintellog/Wintellog/GroupDetailPage.xaml.cs
Chapter6/Wintellog/Wintellog/GroupedItemsPage.xaml
Chapter6/Wintellog/Wintellog/GroupedItemsPage.xaml.cs
Chapter6/Wintellog/Wintellog/ItemDetailPage.xaml
Chapter6/Wintellog/Wintellog/ItemDetailPage.xaml.cs
Chapter6/Wintellog/Wintellog/Package.appxmanifest
Chapter6/Wintellog/Wintellog/Properties/AssemblyInfo.cs
Chapter6/Wintellog/Wintellog/SplashPage.xaml
Chapter6/Wintellog/Wintellog/SplashPage.xaml.cs
Chapter6/Wintellog/Wintellog/Wintellog.csproj
Chapter6/Wintellog/Wintellog/Wintellog.csproj.vspscc
Chapter6/Wintellog/Wintellog/Wintellog_TemporaryKey.pfx
Chapter7/PushNotificationTest/PushNotificationTest.sln
Chapter7/PushNotificationTest/PushNotificationTest.vssscc
Chapter7/PushNotificationTest/PushNotificationTest/App.xaml
Chapter7/PushNotificationTest/PushNotificationTest/App.xaml.cs
Chapter7/PushNotificationTest/PushNotificationTest/Assets/Logo.png
Chapter7/PushNotificationTest/PushNotificationTest/Assets/SmallLogo.png
Chapter7/PushNotificationTest/PushNotificationTest/Assets/SplashScreen.png
Chapter7/PushNotificationTest/PushNotificationTest/Assets/StoreLogo.png
Chapter7/PushNotificationTest/PushNotificationTest/Authentication.cs
Chapter7/PushNotificationTest/PushNotificationTest/Common/StandardStyles.xaml
Chapter7/PushNotificationTest/PushNotificationTest/MainPage.xaml
Chapter7/PushNotificationTest/PushNotificationTest/MainPage.xaml.cs
Chapter7/PushNotificationTest/PushNotificationTest/NotificationExtensions/BadgeContent.cs
Chapter7/PushNotificationTest/PushNotificationTest/NotificationExtensions/Common.cs
Chapter7/PushNotificationTest/PushNotificationTest/NotificationExtensions/ContentInterfaces.cs
Chapter7/PushNotificationTest/PushNotificationTest/NotificationExtensions/TileContent.cs
Chapter7/PushNotificationTest/PushNotificationTest/NotificationExtensions/ToastContent.cs
Chapter7/PushNotificationTest/PushNotificationTest/Package.appxmanifest
Chapter7/PushNotificationTest/PushNotificationTest/Properties/AssemblyInfo.cs
Chapter7/PushNotificationTest/PushNotificationTest/PushNotificationTest.csproj
Chapter7/PushNotificationTest/PushNotificationTest/PushNotificationTest.csproj.vspscc
Chapter7/PushNotificationTest/PushNotificationTest/PushNotificationTest_TemporaryKey.pfx
Chapter7/Wintellog2/Wintellog2.sln
Chapter7/Wintellog2/Wintellog2.vssscc
Chapter7/Wintellog2/Wintellog2/App.xaml
Chapter7/Wintellog2/Wintellog2/App.xaml.cs
Chapter7/Wintellog2/Wintellog2/Assets/Blogs.js
Chapter7/Wintellog2/Wintellog2/Assets/DarkGray.png
Chapter7/Wintellog2/Wintellog2/Assets/LightGray.png
Chapter7/Wintellog2/Wintellog2/Assets/Logo.png
Chapter7/Wintellog2/Wintellog2/Assets/MediumGray.png
Chapter7/Wintellog2/Wintellog2/Assets/SmallLogo.png
Chapter7/Wintellog2/Wintellog2/Assets/SplashScreen.png
Chapter7/Wintellog2/Wintellog2/Assets/StoreLogo.png
Chapter7/Wintellog2/Wintellog2/Assets/WideLogo.png
Chapter7/Wintellog2/Wintellog2/Common/BindableBase.cs
Chapter7/Wintellog2/Wintellog2/Common/BooleanNegationConverter.cs
Chapter7/Wintellog2/Wintellog2/Common/BooleanToVisibilityConverter.cs
Chapter7/Wintellog2/Wintellog2/Common/LayoutAwarePage.cs
Chapter7/Wintellog2/Wintellog2/Common/MyStyles.xaml
Chapter7/Wintellog2/Wintellog2/Common/ReadMe.txt
Chapter7/Wintellog2/Wintellog2/Common/RichTextColumns.cs
Chapter7/Wintellog2/Wintellog2/Common/StandardStyles.xaml
Chapter7/Wintellog2/Wintellog2/Common/SuspensionManager.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BaseItem.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BaseItemComparer.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BlogDataSource.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BlogGroup.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BlogItem.cs
Chapter7/Wintellog2/Wintellog2/DataModel/BlogUtility.cs
Chapter7/Wintellog2/Wintellog2/DataModel/Config.cs
Chapter7/Wintellog2/Wintellog2/DataModel/ImageUriManager.cs
Chapter7/Wintellog2/Wintellog2/DataModel/StorageUtility.cs
Chapter7/Wintellog2/Wintellog2/GroupDetailPage.xaml
Chapter7/Wintellog2/Wintellog2/GroupDetailPage.xaml.cs
Chapter7/Wintellog2/Wintellog2/GroupedItemsPage.xaml
Chapter7/Wintellog2/Wintellog2/GroupedItemsPage.xaml.cs
Chapter7/Wintellog2/Wintellog2/ImageDetailsPage.xaml
Chapter7/Wintellog2/Wintellog2/ImageDetailsPage.xaml.cs
Chapter7/Wintellog2/Wintellog2/ItemDetailPage.xaml
Chapter7/Wintellog2/Wintellog2/ItemDetailPage.xaml.cs
Chapter7/Wintellog2/Wintellog2/NotificationExtensions/BadgeContent.cs
Chapter7/Wintellog2/Wintellog2/NotificationExtensions/Common.cs
Chapter7/Wintellog2/Wintellog2/NotificationExtensions/ContentInterfaces.cs
Chapter7/Wintellog2/Wintellog2/NotificationExtensions/TileContent.cs
Chapter7/Wintellog2/Wintellog2/NotificationExtensions/ToastContent.cs
Chapter7/Wintellog2/Wintellog2/Package.appxmanifest
Chapter7/Wintellog2/Wintellog2/Properties/AssemblyInfo.cs
Chapter7/Wintellog2/Wintellog2/SplashPage.xaml
Chapter7/Wintellog2/Wintellog2/SplashPage.xaml.cs
Chapter7/Wintellog2/Wintellog2/Wintellog2.csproj
Chapter7/Wintellog2/Wintellog2/Wintellog2.csproj.vspscc
Chapter7/Wintellog2/Wintellog2/Wintellog2_TemporaryKey.pfx
Chapter8/BlogPostTarget/BlogPostTarget.sln
Chapter8/BlogPostTarget/BlogPostTarget.vssscc
Chapter8/BlogPostTarget/BlogPostTarget/App.xaml
Chapter8/BlogPostTarget/BlogPostTarget/App.xaml.cs
Chapter8/BlogPostTarget/BlogPostTarget/Assets/Logo.png
Chapter8/BlogPostTarget/BlogPostTarget/Assets/SmallLogo.png
Chapter8/BlogPostTarget/BlogPostTarget/Assets/SplashScreen.png
Chapter8/BlogPostTarget/BlogPostTarget/Assets/StoreLogo.png
Chapter8/BlogPostTarget/BlogPostTarget/BlogPostTarget.csproj
Chapter8/BlogPostTarget/BlogPostTarget/BlogPostTarget.csproj.vspscc
Chapter8/BlogPostTarget/BlogPostTarget/BlogPostTarget_TemporaryKey.pfx
Chapter8/BlogPostTarget/BlogPostTarget/Common/BindableBase.cs
Chapter8/BlogPostTarget/BlogPostTarget/Common/BooleanNegationConverter.cs
Chapter8/BlogPostTarget/BlogPostTarget/Common/BooleanToVisibilityConverter.cs
Chapter8/BlogPostTarget/BlogPostTarget/Common/LayoutAwarePage.cs
Chapter8/BlogPostTarget/BlogPostTarget/Common/ReadMe.txt
Chapter8/BlogPostTarget/BlogPostTarget/Common/RichTextColumns.cs
Chapter8/BlogPostTarget/BlogPostTarget/Common/StandardStyles.xaml
Chapter8/BlogPostTarget/BlogPostTarget/Common/SuspensionManager.cs
Chapter8/BlogPostTarget/BlogPostTarget/MainPage.xaml
Chapter8/BlogPostTarget/BlogPostTarget/MainPage.xaml.cs
Chapter8/BlogPostTarget/BlogPostTarget/Package.appxmanifest
Chapter8/BlogPostTarget/BlogPostTarget/Properties/AssemblyInfo.cs
Chapter8/BlogPostTarget/BlogPostTarget/ShareTargetPage.xaml
Chapter8/BlogPostTarget/BlogPostTarget/ShareTargetPage.xaml.cs
Chapter8/BlogPostTarget/BlogPostTarget/packages.config
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/Newtonsoft.Json.4.5.7.nupkg
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net20/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net20/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net35/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net35/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net40/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/net40/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl3-wp/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl3-wp/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl4-windowsphone71/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl4-windowsphone71/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl4/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/sl4/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/winrt45/Newtonsoft.Json.dll
Chapter8/BlogPostTarget/packages/Newtonsoft.Json.4.5.7/lib/winrt45/Newtonsoft.Json.xml
Chapter8/BlogPostTarget/packages/repositories.config
Chapter8/Wintellog3/Wintellog3.sln
Chapter8/Wintellog3/Wintellog3.vssscc
Chapter8/Wintellog3/Wintellog3/App.xaml
Chapter8/Wintellog3/Wintellog3/App.xaml.cs
Chapter8/Wintellog3/Wintellog3/Assets/Blogs.js
Chapter8/Wintellog3/Wintellog3/Assets/DarkGray.png
Chapter8/Wintellog3/Wintellog3/Assets/LightGray.png
Chapter8/Wintellog3/Wintellog3/Assets/Logo.png
Chapter8/Wintellog3/Wintellog3/Assets/MediumGray.png
Chapter8/Wintellog3/Wintellog3/Assets/SmallLogo.png
Chapter8/Wintellog3/Wintellog3/Assets/SplashScreen.png
Chapter8/Wintellog3/Wintellog3/Assets/StoreLogo.png
Chapter8/Wintellog3/Wintellog3/Assets/WideLogo.png
Chapter8/Wintellog3/Wintellog3/Common/BindableBase.cs
Chapter8/Wintellog3/Wintellog3/Common/BooleanNegationConverter.cs
Chapter8/Wintellog3/Wintellog3/Common/BooleanToVisibilityConverter.cs
Chapter8/Wintellog3/Wintellog3/Common/LayoutAwarePage.cs
Chapter8/Wintellog3/Wintellog3/Common/MyStyles.xaml
Chapter8/Wintellog3/Wintellog3/Common/RichTextColumns.cs
Chapter8/Wintellog3/Wintellog3/Common/StandardStyles.xaml
Chapter8/Wintellog3/Wintellog3/Common/SuspensionManager.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BaseItem.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BaseItemComparer.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BlogDataSource.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BlogGroup.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BlogItem.cs
Chapter8/Wintellog3/Wintellog3/DataModel/BlogUtility.cs
Chapter8/Wintellog3/Wintellog3/DataModel/Config.cs
Chapter8/Wintellog3/Wintellog3/DataModel/ImageUriManager.cs
Chapter8/Wintellog3/Wintellog3/DataModel/StorageUtility.cs
Chapter8/Wintellog3/Wintellog3/GroupDetailPage.xaml
Chapter8/Wintellog3/Wintellog3/GroupDetailPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/GroupedItemsPage.xaml
Chapter8/Wintellog3/Wintellog3/GroupedItemsPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/ImageDetailsPage.xaml
Chapter8/Wintellog3/Wintellog3/ImageDetailsPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/ItemDetailPage.xaml
Chapter8/Wintellog3/Wintellog3/ItemDetailPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/NotificationExtensions/BadgeContent.cs
Chapter8/Wintellog3/Wintellog3/NotificationExtensions/Common.cs
Chapter8/Wintellog3/Wintellog3/NotificationExtensions/ContentInterfaces.cs
Chapter8/Wintellog3/Wintellog3/NotificationExtensions/TileContent.cs
Chapter8/Wintellog3/Wintellog3/NotificationExtensions/ToastContent.cs
Chapter8/Wintellog3/Wintellog3/Package.appxmanifest
Chapter8/Wintellog3/Wintellog3/Properties/AssemblyInfo.cs
Chapter8/Wintellog3/Wintellog3/ReadMe.txt
Chapter8/Wintellog3/Wintellog3/SearchResultsPage.xaml
Chapter8/Wintellog3/Wintellog3/SearchResultsPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/SplashPage.xaml
Chapter8/Wintellog3/Wintellog3/SplashPage.xaml.cs
Chapter8/Wintellog3/Wintellog3/Wintellog3.csproj
Chapter8/Wintellog3/Wintellog3/Wintellog3.csproj.vspscc
Chapter8/Wintellog3/Wintellog3/Wintellog3_TemporaryKey.pfx
Chapter8/Wintellog3/Wintellog3/WintellogSettings.xaml
Chapter8/Wintellog3/Wintellog3/WintellogSettings.xaml.cs
Chapter8/Wintellog3/Wintellog3/packages.config
Chapter8/Wintellog3/packages/Callisto.1.0.10/Callisto.1.0.10.nupkg
Chapter8/Wintellog3/packages/Callisto.1.0.10/lib/winrt45/Callisto.dll
Chapter8/Wintellog3/packages/Callisto.1.0.10/lib/winrt45/Callisto.pri
Chapter8/Wintellog3/packages/Callisto.1.0.10/lib/winrt45/Callisto/Themes/Generic.xaml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/Newtonsoft.Json.4.5.7.nupkg
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net20/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net20/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net35/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net35/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net40/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/net40/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl3-wp/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl3-wp/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl4-windowsphone71/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl4-windowsphone71/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl4/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/sl4/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/winrt45/Newtonsoft.Json.dll
Chapter8/Wintellog3/packages/Newtonsoft.Json.4.5.7/lib/winrt45/Newtonsoft.Json.xml
Chapter8/Wintellog3/packages/repositories.config
Chapter9/WintellogMvvm/PortableWintellog/BindableBase.cs
Chapter9/WintellogMvvm/PortableWintellog/Contracts/IApplicationContext.cs
Chapter9/WintellogMvvm/PortableWintellog/Contracts/IDialog.cs
Chapter9/WintellogMvvm/PortableWintellog/Contracts/IStorageUtility.cs
Chapter9/WintellogMvvm/PortableWintellog/Contracts/ISyndicationHelper.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/BaseItem.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/BaseItemComparer.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/BlogDataSource.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/BlogGroup.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/BlogItem.cs
Chapter9/WintellogMvvm/PortableWintellog/Data/ImageUriManager.cs
Chapter9/WintellogMvvm/PortableWintellog/ITinyIoc.cs
Chapter9/WintellogMvvm/PortableWintellog/PortableWintellog.csproj
Chapter9/WintellogMvvm/PortableWintellog/PortableWintellog.csproj.vspscc
Chapter9/WintellogMvvm/PortableWintellog/Properties/AssemblyInfo.cs
Chapter9/WintellogMvvm/PortableWintellog/TinyIoc.cs
Chapter9/WintellogMvvm/PortableWintellog/Utility/BlogUtility.cs
Chapter9/WintellogMvvm/WintellogMvvm.sln
Chapter9/WintellogMvvm/WintellogMvvm.vssscc
Chapter9/WintellogMvvm/WintellogMvvm/App.xaml
Chapter9/WintellogMvvm/WintellogMvvm/App.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/Assets/Blogs.js
Chapter9/WintellogMvvm/WintellogMvvm/Assets/DarkGray.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/LightGray.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/Logo.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/MediumGray.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/SmallLogo.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/SplashScreen.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/StoreLogo.png
Chapter9/WintellogMvvm/WintellogMvvm/Assets/WideLogo.png
Chapter9/WintellogMvvm/WintellogMvvm/Common/BooleanNegationConverter.cs
Chapter9/WintellogMvvm/WintellogMvvm/Common/BooleanToVisibilityConverter.cs
Chapter9/WintellogMvvm/WintellogMvvm/Common/LayoutAwarePage.cs
Chapter9/WintellogMvvm/WintellogMvvm/Common/MyStyles.xaml
Chapter9/WintellogMvvm/WintellogMvvm/Common/RichTextColumns.cs
Chapter9/WintellogMvvm/WintellogMvvm/Common/StandardStyles.xaml
Chapter9/WintellogMvvm/WintellogMvvm/Common/SuspensionManager.cs
Chapter9/WintellogMvvm/WintellogMvvm/DataModel/ApplicationContext.cs
Chapter9/WintellogMvvm/WintellogMvvm/DataModel/Config.cs
Chapter9/WintellogMvvm/WintellogMvvm/DataModel/Dialog.cs
Chapter9/WintellogMvvm/WintellogMvvm/DataModel/StorageUtility.cs
Chapter9/WintellogMvvm/WintellogMvvm/DataModel/SyndicationHelper.cs
Chapter9/WintellogMvvm/WintellogMvvm/GroupDetailPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/GroupDetailPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/GroupedItemsPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/GroupedItemsPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/ImageDetailsPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/ImageDetailsPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/ItemDetailPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/ItemDetailPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/NotificationExtensions/BadgeContent.cs
Chapter9/WintellogMvvm/WintellogMvvm/NotificationExtensions/Common.cs
Chapter9/WintellogMvvm/WintellogMvvm/NotificationExtensions/ContentInterfaces.cs
Chapter9/WintellogMvvm/WintellogMvvm/NotificationExtensions/TileContent.cs
Chapter9/WintellogMvvm/WintellogMvvm/NotificationExtensions/ToastContent.cs
Chapter9/WintellogMvvm/WintellogMvvm/Package.appxmanifest
Chapter9/WintellogMvvm/WintellogMvvm/Properties/AssemblyInfo.cs
Chapter9/WintellogMvvm/WintellogMvvm/ReadMe.txt
Chapter9/WintellogMvvm/WintellogMvvm/SearchResultsPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/SearchResultsPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/SplashPage.xaml
Chapter9/WintellogMvvm/WintellogMvvm/SplashPage.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/WintellogMvvm.csproj
Chapter9/WintellogMvvm/WintellogMvvm/WintellogMvvm.csproj.vspscc
Chapter9/WintellogMvvm/WintellogMvvm/WintellogMvvm_TemporaryKey.pfx
Chapter9/WintellogMvvm/WintellogMvvm/WintellogSettings.xaml
Chapter9/WintellogMvvm/WintellogMvvm/WintellogSettings.xaml.cs
Chapter9/WintellogMvvm/WintellogMvvm/packages.config
Chapter9/WintellogMvvm/WintellogTest/BlogDataSourceTests.cs
Chapter9/WintellogMvvm/WintellogTest/Images/UnitTestLogo.png
Chapter9/WintellogMvvm/WintellogTest/Images/UnitTestSmallLogo.png
Chapter9/WintellogMvvm/WintellogTest/Images/UnitTestSplashScreen.png
Chapter9/WintellogMvvm/WintellogTest/Images/UnitTestStoreLogo.png
Chapter9/WintellogMvvm/WintellogTest/Package.appxmanifest
Chapter9/WintellogMvvm/WintellogTest/Properties/AssemblyInfo.cs
Chapter9/WintellogMvvm/WintellogTest/TestHelpers/ApplicationContextTest.cs
Chapter9/WintellogMvvm/WintellogTest/TestHelpers/DialogTest.cs
Chapter9/WintellogMvvm/WintellogTest/TestHelpers/StorageUtilityTest.cs
Chapter9/WintellogMvvm/WintellogTest/TestHelpers/SyndicationHelperTest.cs
Chapter9/WintellogMvvm/WintellogTest/TinyIocTests.cs
Chapter9/WintellogMvvm/WintellogTest/WintellogTest.csproj
Chapter9/WintellogMvvm/WintellogTest/WintellogTest.csproj.vspscc
Chapter9/WintellogMvvm/WintellogTest/WintellogTest_TemporaryKey.pfx
Chapter9/WintellogMvvm/WintellogWpf/App.config
Chapter9/WintellogMvvm/WintellogWpf/App.xaml
Chapter9/WintellogMvvm/WintellogWpf/App.xaml.cs
Chapter9/WintellogMvvm/WintellogWpf/ApplicationContext.cs
Chapter9/WintellogMvvm/WintellogWpf/Assets/SplashScreen.png
Chapter9/WintellogMvvm/WintellogWpf/MainWindow.xaml
Chapter9/WintellogMvvm/WintellogWpf/MainWindow.xaml.cs
Chapter9/WintellogMvvm/WintellogWpf/Properties/AssemblyInfo.cs
Chapter9/WintellogMvvm/WintellogWpf/Properties/Resources.Designer.cs
Chapter9/WintellogMvvm/WintellogWpf/Properties/Resources.resx
Chapter9/WintellogMvvm/WintellogWpf/Properties/Settings.Designer.cs
Chapter9/WintellogMvvm/WintellogWpf/Properties/Settings.settings
Chapter9/WintellogMvvm/WintellogWpf/StorageUtility.cs
Chapter9/WintellogMvvm/WintellogWpf/SyndicationHelper.cs
Chapter9/WintellogMvvm/WintellogWpf/WintellogWpf.csproj
Chapter9/WintellogMvvm/WintellogWpf/WintellogWpf.csproj.vspscc
Chapter9/WintellogMvvm/WintellogWpf/WpfDialog.cs
Chapter9/WintellogMvvm/packages/Callisto.1.1.0/Callisto.1.1.0.nupkg
Chapter9/WintellogMvvm/packages/Callisto.1.1.0/lib/winrt45/Callisto.dll
Chapter9/WintellogMvvm/packages/Callisto.1.1.0/lib/winrt45/Callisto.pri
Chapter9/WintellogMvvm/packages/Callisto.1.1.0/lib/winrt45/Callisto/Themes/Generic.xaml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/Newtonsoft.Json.4.5.8.nupkg
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net20/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net20/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net35/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net35/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net40/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/net40/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl3-wp/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl3-wp/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl4-windowsphone71/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl4-windowsphone71/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl4/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/sl4/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/winrt45/Newtonsoft.Json.dll
Chapter9/WintellogMvvm/packages/Newtonsoft.Json.4.5.8/lib/winrt45/Newtonsoft.Json.xml
Chapter9/WintellogMvvm/packages/repositories.config

Download

Click the following link to download windows8applications.zip.

windows8applications.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML