嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Windows 8 app C# 实例源码C
Windows 8 App Samples C#版 C部分 c# win8实例源码 学习window8 应用程序的微软官方实例 内容全面 代码精炼 值得学习
.
├── Calendar details and math sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CalendarEnumerationAndMath.xaml
│ │ ├── CalendarEnumerationAndMath.xaml.cs
│ │ ├── CalendarSample.csproj
│ │ ├── CalendarSample.sln
│ │ ├── Constants.cs
│ │ ├── DisplayCalendarData.xaml
│ │ ├── DisplayCalendarData.xaml.cs
│ │ ├── DisplayCalendarStatistics.xaml
│ │ ├── DisplayCalendarStatistics.xaml.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── CameraCaptureUI Sample
│ ├── C#
│ │ ├── Assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── CameraCapture.csproj
│ │ ├── CameraCapture.sln
│ │ ├── CapturePhoto.xaml
│ │ ├── CapturePhoto.xaml.cs
│ │ ├── CaptureVideo.xaml
│ │ ├── CaptureVideo.xaml.cs
│ │ ├── Common
│ │ │ ├── layoutawarepage.cs
│ │ │ └── standardstyles.xaml
│ │ ├── Constants.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample-Utils
│ │ │ ├── sampletemplatestyles.xaml
│ │ │ └── suspensionmanager.cs
│ │ ├── app.xaml
│ │ ├── app.xaml.cs
│ │ ├── mainpage.xaml
│ │ └── mainpage.xaml.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── CameraOptionsUI Sample
│ ├── C#
│ │ ├── Assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── CameraOptions.csproj
│ │ ├── CameraOptions.sln
│ │ ├── Common
│ │ │ ├── layoutawarepage.cs
│ │ │ └── standardstyles.xaml
│ │ ├── Constants.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample-Utils
│ │ │ ├── sampletemplatestyles.xaml
│ │ │ └── suspensionmanager.cs
│ │ ├── ShowOptionsUI.xaml
│ │ ├── ShowOptionsUI.xaml.cs
│ │ ├── app.xaml
│ │ ├── app.xaml.cs
│ │ ├── mainpage.xaml
│ │ └── mainpage.xaml.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Certificate enrollment sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CertificateEnrollment.csproj
│ │ ├── CertificateEnrollment.sln
│ │ ├── Constants.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Resources.resw
│ │ ├── Scenario_Enroll.xaml
│ │ ├── Scenario_Enroll.xaml.cs
│ │ ├── Scenario_Import.xaml
│ │ ├── Scenario_Import.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Check if current session is remote sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Constants.cs
│ │ ├── IsRemoteSession.csproj
│ │ ├── IsRemoteSession.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── RemoteSession.xaml
│ │ ├── RemoteSession.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ ├── package.appxmanifest
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Clipboard app sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Clipboard.csproj
│ │ ├── Clipboard.sln
│ │ ├── Constants.cs
│ │ ├── CopyFile.xaml
│ │ ├── CopyFile.xaml.cs
│ │ ├── CopyImage.xaml
│ │ ├── CopyImage.xaml.cs
│ │ ├── CopyText.xaml
│ │ ├── CopyText.xaml.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── OtherScenarios.xaml
│ │ ├── OtherScenarios.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Compass sensor sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CompassCS.csproj
│ │ ├── CompassCS.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── Scenario2.xaml
│ │ ├── Scenario2.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ ├── constants.cs
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Compression sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Compression.csproj
│ │ ├── Compression.sln
│ │ ├── Constants.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Configure keys for media sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Constants.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── MediaButtons.csproj
│ │ ├── MediaButtons.sln
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ ├── images
│ │ │ └── tile-sdk.png
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Connecting with WebSockets sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ ├── Constants.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── Scenario2.xaml
│ │ ├── Scenario2.xaml.cs
│ │ ├── Server
│ │ │ ├── RemoveServer.ps1
│ │ │ ├── SetupServer.ps1
│ │ │ └── website
│ │ │ └── EchoWebSocket.ashx
│ │ ├── WebSocket.csproj
│ │ ├── WebSocket.sln
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Contact Picker app sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── Common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ ├── Constants.cs
│ │ ├── ContactPicker.csproj
│ │ ├── ContactPicker.sln
│ │ ├── ContactPickerPage.xaml
│ │ ├── ContactPickerPage.xaml.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── MainPagePicker.xaml
│ │ ├── MainPagePicker.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample-Utils
│ │ │ ├── SampleTemplateStyles.xaml
│ │ │ └── SuspensionManager.cs
│ │ ├── ScenarioMultiple.xaml
│ │ ├── ScenarioMultiple.xaml.cs
│ │ ├── ScenarioSingle.xaml
│ │ └── ScenarioSingle.xaml.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Context menu sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Assets
│ │ │ ├── attachment.png
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── Constants.cs
│ │ ├── ContextMenu.csproj
│ │ ├── ContextMenu.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── Scenario2.xaml
│ │ ├── Scenario2.xaml.cs
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── ControlChannelTrigger HTTP client sample
│ ├── C#
│ │ ├── Background
│ │ │ ├── Background.CSPROJ
│ │ │ ├── BackgroundTask.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Background.pdb
│ │ │ │ ├── Background.pri
│ │ │ │ ├── Background.winmd
│ │ │ │ ├── HttpClientTransportHelper.dll
│ │ │ │ ├── HttpClientTransportHelper.pdb
│ │ │ │ └── HttpClientTransportHelper.pri
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── Background.compile.pdb
│ │ │ ├── Background.csproj.FileListAbsolute.txt
│ │ │ ├── Background.csprojResolveAssemblyReference.cache
│ │ │ ├── Background.pdb
│ │ │ ├── Background.winmd
│ │ │ ├── Background.winmdobj
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── LanguageQualifiers.txt
│ │ │ ├── LanguageQualifiers.txt.intermediate
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── layout.resfiles
│ │ │ ├── pri.resfiles
│ │ │ ├── priconfig.xml
│ │ │ └── resources.resfiles
│ │ ├── ControlChannelTriggerWithHttpClient
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ControlChannelTriggerWithHttpClient.csproj
│ │ │ ├── ControlChannelTriggerWithHttpClient.csproj.user
│ │ │ ├── Images
│ │ │ │ ├── badgelogo-sdk.png
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── Package.appxmanifest
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample-Utils
│ │ │ │ ├── Constants.cs
│ │ │ │ └── SuspensionManager.cs
│ │ │ ├── ScenarioInput1.xaml
│ │ │ ├── ScenarioInput1.xaml.cs
│ │ │ ├── ScenarioList.xaml
│ │ │ ├── ScenarioList.xaml.cs
│ │ │ ├── ScenarioOutput1.xaml
│ │ │ ├── ScenarioOutput1.xaml.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── App.xaml
│ │ │ │ ├── AppX
│ │ │ │ │ ├── App.xaml
│ │ │ │ │ ├── AppxManifest.xml
│ │ │ │ │ ├── Background.pdb
│ │ │ │ │ ├── Background.winmd
│ │ │ │ │ ├── ControlChannelTriggerWithHttpClient.exe
│ │ │ │ │ ├── ControlChannelTriggerWithHttpClient.pdb
│ │ │ │ │ ├── HttpClientTransportHelper.dll
│ │ │ │ │ ├── HttpClientTransportHelper.pdb
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── badgelogo-sdk.png
│ │ │ │ │ │ ├── microsoft-sdk.png
│ │ │ │ │ │ ├── placeholder-sdk.png
│ │ │ │ │ │ ├── smallTile-sdk.png
│ │ │ │ │ │ ├── splash-sdk.png
│ │ │ │ │ │ ├── squareTile-sdk.png
│ │ │ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ │ │ ├── tile-sdk.png
│ │ │ │ │ │ └── windows-sdk.png
│ │ │ │ │ ├── MainPage.xaml
│ │ │ │ │ ├── ScenarioInput1.xaml
│ │ │ │ │ ├── ScenarioList.xaml
│ │ │ │ │ ├── ScenarioOutput1.xaml
│ │ │ │ │ ├── microsoft.system.package.metadata
│ │ │ │ │ │ └── S-1-5-21-2411520820-465835299-2436312925-1001.pckgdep
│ │ │ │ │ ├── resources.pri
│ │ │ │ │ └── vs.appxrecipe
│ │ │ │ ├── AppxManifest.xml
│ │ │ │ ├── Background.pdb
│ │ │ │ ├── Background.pri
│ │ │ │ ├── Background.winmd
│ │ │ │ ├── ControlChannelTriggerWithHttpClient.build.appxrecipe
│ │ │ │ ├── ControlChannelTriggerWithHttpClient.exe
│ │ │ │ ├── ControlChannelTriggerWithHttpClient.pdb
│ │ │ │ ├── HttpClientTransportHelper.dll
│ │ │ │ ├── HttpClientTransportHelper.pdb
│ │ │ │ ├── HttpClientTransportHelper.pri
│ │ │ │ ├── Images
│ │ │ │ │ └── badgelogo-sdk.png
│ │ │ │ ├── MainPage.xaml
│ │ │ │ ├── ScenarioInput1.xaml
│ │ │ │ ├── ScenarioList.xaml
│ │ │ │ ├── ScenarioOutput1.xaml
│ │ │ │ └── resources.pri
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── App.xaml
│ │ │ ├── ControlChannelTriggerWithHttpClient.csproj.FileListAbsolute.txt
│ │ │ ├── ControlChannelTriggerWithHttpClient.csproj.GenerateResource.Cache
│ │ │ ├── ControlChannelTriggerWithHttpClient.csprojResolveAssemblyReference.cache
│ │ │ ├── ControlChannelTriggerWithHttpClient.exe
│ │ │ ├── ControlChannelTriggerWithHttpClient.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── LanguageQualifiers.txt
│ │ │ ├── LanguageQualifiers.txt.intermediate
│ │ │ ├── MainPage.g.cs
│ │ │ ├── MainPage.g.i.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── ProjectArchitectures.txt
│ │ │ ├── ScenarioInput1.g.cs
│ │ │ ├── ScenarioInput1.g.i.cs
│ │ │ ├── ScenarioInput1.xaml
│ │ │ ├── ScenarioList.g.cs
│ │ │ ├── ScenarioList.g.i.cs
│ │ │ ├── ScenarioList.xaml
│ │ │ ├── ScenarioOutput1.g.cs
│ │ │ ├── ScenarioOutput1.g.i.cs
│ │ │ ├── ScenarioOutput1.xaml
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── XamlTypeInfo.g.cs
│ │ │ ├── intermediatexaml
│ │ │ │ ├── ControlChannelTriggerWithHttpClient.exe
│ │ │ │ └── ControlChannelTriggerWithHttpClient.pdb
│ │ │ ├── layout.resfiles
│ │ │ ├── pri.resfiles
│ │ │ ├── priconfig.xml
│ │ │ └── resources.resfiles
│ │ ├── ControlChannelTriggerWithHttpClient.sln
│ │ ├── ControlChannelTriggerWithHttpClient.v11.suo
│ │ ├── HttpClientTransportHelper
│ │ │ ├── CommModule.cs
│ │ │ ├── HttpClientTransportHelper.CSPROJ
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HttpClientTransportHelper.dll
│ │ │ │ ├── HttpClientTransportHelper.pdb
│ │ │ │ └── HttpClientTransportHelper.pri
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HttpClientTransportHelper.csproj.FileListAbsolute.txt
│ │ │ ├── HttpClientTransportHelper.dll
│ │ │ ├── HttpClientTransportHelper.pdb
│ │ │ ├── LanguageQualifiers.txt
│ │ │ ├── LanguageQualifiers.txt.intermediate
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── layout.resfiles
│ │ │ ├── pri.resfiles
│ │ │ ├── priconfig.xml
│ │ │ └── resources.resfiles
│ │ └── HttpServer
│ │ ├── RemoveServer.ps1
│ │ ├── SetupServer.ps1
│ │ └── website
│ │ └── default.aspx
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── ControlChannelTrigger StreamSocket sample
│ ├── C#
│ │ ├── Background
│ │ │ ├── Background.CSPROJ
│ │ │ ├── BackgroundTask.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ControlChannelTriggerWithStreamSocket
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ControlChannelTriggerWithStreamSocket.csproj
│ │ │ ├── Images
│ │ │ │ ├── badgelogo-sdk.png
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── Package.appxmanifest
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample-Utils
│ │ │ │ ├── Constants.cs
│ │ │ │ └── SuspensionManager.cs
│ │ │ ├── ScenarioInput1.xaml
│ │ │ ├── ScenarioInput1.xaml.cs
│ │ │ ├── ScenarioList.xaml
│ │ │ ├── ScenarioList.xaml.cs
│ │ │ ├── ScenarioOutput1.xaml
│ │ │ └── ScenarioOutput1.xaml.cs
│ │ ├── ControlChannelTriggerWithStreamSocket.sln
│ │ └── StreamSocketTransportHelper
│ │ ├── CommModule.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── StreamSocketTransportHelper.CSPROJ
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── ControlChannelTrigger StreamWebSocket sample
│ ├── C#
│ │ ├── Background
│ │ │ ├── Background.CSPROJ
│ │ │ ├── BackgroundTask.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ControlChannelTriggerWithStreamWebSocket
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── ControlChannelTriggerWithStreamWebSocket.csproj
│ │ │ ├── Images
│ │ │ │ ├── badgelogo-sdk.png
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── Package.appxmanifest
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Sample-Utils
│ │ │ │ ├── Constants.cs
│ │ │ │ └── SuspensionManager.cs
│ │ │ ├── ScenarioInput1.xaml
│ │ │ ├── ScenarioInput1.xaml.cs
│ │ │ ├── ScenarioList.xaml
│ │ │ ├── ScenarioList.xaml.cs
│ │ │ ├── ScenarioOutput1.xaml
│ │ │ └── ScenarioOutput1.xaml.cs
│ │ ├── ControlChannelTriggerWithStreamWebSocket.sln
│ │ ├── Server
│ │ │ ├── RemoveServer.ps1
│ │ │ ├── SetupServer.ps1
│ │ │ └── website
│ │ │ └── EchoWebSocket.ashx
│ │ └── StreamWebSocketTransportHelper
│ │ ├── CommModule.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── StreamWebSocketTransportHelper.CSPROJ
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Creating a Windows Runtime DLL component with C sample
│ ├── C#,C ,JavaScript
│ │ ├── CPP
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cpp
│ │ │ ├── App.xaml.h
│ │ │ ├── Constants.cpp
│ │ │ ├── Constants.h
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cpp
│ │ │ ├── CustomException.xaml.h
│ │ │ ├── CustomExceptionWRL.xaml
│ │ │ ├── CustomExceptionWRL.xaml.cpp
│ │ │ ├── CustomExceptionWRL.xaml.h
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cpp
│ │ │ ├── MainPage.xaml.h
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cpp
│ │ │ ├── OvenClient.xaml.h
│ │ │ ├── OvenClientWRL.xaml
│ │ │ ├── OvenClientWRL.xaml.cpp
│ │ │ ├── OvenClientWRL.xaml.h
│ │ │ ├── WRLInProcessWinRTComponent_client_cpp.vcxproj
│ │ │ ├── WRLInProcessWinRTComponent_client_cpp.vcxproj.filters
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cpp
│ │ │ │ ├── LayoutAwarePage.h
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ ├── pch.cpp
│ │ │ ├── pch.h
│ │ │ └── sample-utils
│ │ │ ├── CppSamplesUtils.h
│ │ │ └── SampleTemplateStyles.xaml
│ │ ├── CS
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Constants.cs
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── WRLInProcessWinRTComponent_client_cs.csproj
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cs
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── SampleTemplateStyles.xaml
│ │ │ └── SuspensionManager.cs
│ │ ├── JS
│ │ │ ├── WRLInProcessWinRTComponent_client_js.jsproj
│ │ │ ├── css
│ │ │ │ ├── custom-exception.css
│ │ │ │ ├── default.css
│ │ │ │ └── oven-client.css
│ │ │ ├── default.html
│ │ │ ├── html
│ │ │ │ ├── custom-exception.html
│ │ │ │ └── oven-client.html
│ │ │ ├── images
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── js
│ │ │ │ ├── custom-exception.js
│ │ │ │ ├── default.js
│ │ │ │ └── oven-client.js
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── sample-utils.css
│ │ │ ├── sample-utils.js
│ │ │ └── scenario-select.html
│ │ ├── Server
│ │ │ ├── AgileEvent.h
│ │ │ ├── BreadServer.cpp
│ │ │ ├── BreadServer.h
│ │ │ ├── Microsoft.SDKSamples.Kitchen.idl
│ │ │ ├── OvenServer.cpp
│ │ │ ├── OvenServer.def
│ │ │ ├── OvenServer.h
│ │ │ ├── OvenServerPS.def
│ │ │ ├── Server.vcxproj.filters
│ │ │ ├── WRLInProcessWinRTComponentPS.vcxproj
│ │ │ ├── WRLInProcessWinRTComponentPS.vcxproj.filters
│ │ │ ├── WRLInProcessWinRTComponent_server.vcxproj
│ │ │ └── module.cpp
│ │ └── WRLInProcessWinRTComponent.sln
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Creating a Windows Runtime EXE component with C sample
│ ├── C#,C ,JavaScript
│ │ ├── CPP
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cpp
│ │ │ ├── App.xaml.h
│ │ │ ├── Constants.cpp
│ │ │ ├── Constants.h
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cpp
│ │ │ ├── CustomException.xaml.h
│ │ │ ├── CustomExceptionWRL.xaml
│ │ │ ├── CustomExceptionWRL.xaml.cpp
│ │ │ ├── CustomExceptionWRL.xaml.h
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cpp
│ │ │ ├── MainPage.xaml.h
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cpp
│ │ │ ├── OvenClient.xaml.h
│ │ │ ├── OvenClientWRL.xaml
│ │ │ ├── OvenClientWRL.xaml.cpp
│ │ │ ├── OvenClientWRL.xaml.h
│ │ │ ├── WRLOutOfProcessWinRTComponent_client_cpp.vcxproj
│ │ │ ├── WRLOutOfProcessWinRTComponent_client_cpp.vcxproj.filters
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cpp
│ │ │ │ ├── LayoutAwarePage.h
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ ├── pch.cpp
│ │ │ ├── pch.h
│ │ │ └── sample-utils
│ │ │ ├── CppSamplesUtils.h
│ │ │ └── SampleTemplateStyles.xaml
│ │ ├── CS
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Constants.cs
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── WRLOutOfProcessWinRTComponent_client_cs.csproj
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cs
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── SampleTemplateStyles.xaml
│ │ │ └── SuspensionManager.cs
│ │ ├── JS
│ │ │ ├── WRLOutOfProcessWinRTComponent_client_js.jsproj
│ │ │ ├── css
│ │ │ │ ├── custom-exception.css
│ │ │ │ ├── default.css
│ │ │ │ └── oven-client.css
│ │ │ ├── default.html
│ │ │ ├── html
│ │ │ │ ├── custom-exception.html
│ │ │ │ └── oven-client.html
│ │ │ ├── images
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── js
│ │ │ │ ├── custom-exception.js
│ │ │ │ ├── default.js
│ │ │ │ └── oven-client.js
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── sample-utils.css
│ │ │ ├── sample-utils.js
│ │ │ └── scenario-select.html
│ │ ├── Server
│ │ │ ├── AgileEvent.h
│ │ │ ├── BreadServer.cpp
│ │ │ ├── BreadServer.h
│ │ │ ├── Microsoft.SDKSamples.Kitchen.idl
│ │ │ ├── OvenServer.cpp
│ │ │ ├── OvenServer.h
│ │ │ ├── OvenServerPS.def
│ │ │ ├── Server.vcxproj.filters
│ │ │ ├── WRLOutOfProcessWinRTComponentPS.vcxproj
│ │ │ ├── WRLOutOfProcessWinRTComponentPS.vcxproj.filters
│ │ │ ├── WRLOutOfProcessWinRTComponent_server.vcxproj
│ │ │ └── module.cpp
│ │ └── WRLOutOfProcessWinRTComponent.sln
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Creating a Windows Runtime in-process component sample (C#)
│ ├── C#,C ,JavaScript
│ │ ├── CPP
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cpp
│ │ │ ├── App.xaml.h
│ │ │ ├── Constants.cpp
│ │ │ ├── Constants.h
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cpp
│ │ │ ├── CustomException.xaml.h
│ │ │ ├── CustomExceptionWRL.xaml
│ │ │ ├── CustomExceptionWRL.xaml.cpp
│ │ │ ├── CustomExceptionWRL.xaml.h
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cpp
│ │ │ ├── MainPage.xaml.h
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cpp
│ │ │ ├── OvenClient.xaml.h
│ │ │ ├── OvenClientWRL.xaml
│ │ │ ├── OvenClientWRL.xaml.cpp
│ │ │ ├── OvenClientWRL.xaml.h
│ │ │ ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj
│ │ │ ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj.filters
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cpp
│ │ │ │ ├── LayoutAwarePage.h
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ ├── pch.cpp
│ │ │ ├── pch.h
│ │ │ └── sample-utils
│ │ │ ├── CppSamplesUtils.h
│ │ │ └── SampleTemplateStyles.xaml
│ │ ├── CS
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Constants.cs
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ProxyStubsForWinRTComponents_client_cs.csproj
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cs
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── SampleTemplateStyles.xaml
│ │ │ └── SuspensionManager.cs
│ │ ├── JS
│ │ │ ├── ProxyStubsForWinRTComponents_client_js.jsproj
│ │ │ ├── css
│ │ │ │ ├── custom-exception.css
│ │ │ │ ├── default.css
│ │ │ │ └── oven-client.css
│ │ │ ├── default.html
│ │ │ ├── html
│ │ │ │ ├── custom-exception.html
│ │ │ │ └── oven-client.html
│ │ │ ├── images
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── js
│ │ │ │ ├── custom-exception.js
│ │ │ │ ├── default.js
│ │ │ │ └── oven-client.js
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── sample-utils.css
│ │ │ ├── sample-utils.js
│ │ │ └── scenario-select.html
│ │ ├── ProxyStubsForWinRTComponents.sln
│ │ └── Server
│ │ ├── BreadServer.cs
│ │ ├── OvenServer.cs
│ │ ├── OvenServerPS.def
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ProxyStubsForWinRTComponentsPS.vcxproj
│ │ ├── ProxyStubsForWinRTComponentsPS.vcxproj.filters
│ │ └── ProxyStubsForWinRTComponents_server.csproj
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Creating a Windows Runtime in-process component sample (C CX)
│ ├── C#,C ,JavaScript
│ │ ├── CPP
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cpp
│ │ │ ├── App.xaml.h
│ │ │ ├── Constants.cpp
│ │ │ ├── Constants.h
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cpp
│ │ │ ├── CustomException.xaml.h
│ │ │ ├── CustomExceptionWRL.xaml
│ │ │ ├── CustomExceptionWRL.xaml.cpp
│ │ │ ├── CustomExceptionWRL.xaml.h
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cpp
│ │ │ ├── MainPage.xaml.h
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cpp
│ │ │ ├── OvenClient.xaml.h
│ │ │ ├── OvenClientWRL.xaml
│ │ │ ├── OvenClientWRL.xaml.cpp
│ │ │ ├── OvenClientWRL.xaml.h
│ │ │ ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj
│ │ │ ├── ProxyStubsForWinRTComponents_client_cpp.vcxproj.filters
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cpp
│ │ │ │ ├── LayoutAwarePage.h
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ ├── pch.cpp
│ │ │ ├── pch.h
│ │ │ └── sample-utils
│ │ │ ├── CppSamplesUtils.h
│ │ │ └── SampleTemplateStyles.xaml
│ │ ├── CS
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Constants.cs
│ │ │ ├── CustomException.xaml
│ │ │ ├── CustomException.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── OvenClient.xaml
│ │ │ ├── OvenClient.xaml.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ProxyStubsForWinRTComponents_client_cs.csproj
│ │ │ ├── assets
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── common
│ │ │ │ ├── LayoutAwarePage.cs
│ │ │ │ └── StandardStyles.xaml
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── SampleTemplateStyles.xaml
│ │ │ └── SuspensionManager.cs
│ │ ├── JS
│ │ │ ├── ProxyStubsForWinRTComponents_client_js.jsproj
│ │ │ ├── css
│ │ │ │ ├── custom-exception.css
│ │ │ │ ├── default.css
│ │ │ │ └── oven-client.css
│ │ │ ├── default.html
│ │ │ ├── html
│ │ │ │ ├── custom-exception.html
│ │ │ │ └── oven-client.html
│ │ │ ├── images
│ │ │ │ ├── microsoft-sdk.png
│ │ │ │ ├── placeholder-sdk.png
│ │ │ │ ├── smallTile-sdk.png
│ │ │ │ ├── splash-sdk.png
│ │ │ │ ├── squareTile-sdk.png
│ │ │ │ ├── storeLogo-sdk.png
│ │ │ │ ├── tile-sdk.png
│ │ │ │ └── windows-sdk.png
│ │ │ ├── js
│ │ │ │ ├── custom-exception.js
│ │ │ │ ├── default.js
│ │ │ │ └── oven-client.js
│ │ │ ├── package.appxmanifest
│ │ │ └── sample-utils
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── sample-utils.css
│ │ │ ├── sample-utils.js
│ │ │ └── scenario-select.html
│ │ ├── ProxyStubsForWinRTComponents.sln
│ │ └── Server
│ │ ├── BreadServer.cpp
│ │ ├── BreadServer.h
│ │ ├── BreadTypes.h
│ │ ├── OvenServer.cpp
│ │ ├── OvenServer.h
│ │ ├── OvenServerPS.def
│ │ ├── ProxyStubsForWinRTComponentsPS.vcxproj
│ │ ├── ProxyStubsForWinRTComponentsPS.vcxproj.filters
│ │ ├── ProxyStubsForWinRTComponents_server.vcxproj
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Credential locker sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── PasswordVault.csproj
│ │ ├── PasswordVault.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample-Utils
│ │ │ ├── Constants.cs
│ │ │ └── SuspensionManager.cs
│ │ ├── ScenarioInput1.xaml
│ │ ├── ScenarioInput1.xaml.cs
│ │ ├── ScenarioInput2.xaml
│ │ ├── ScenarioInput2.xaml.cs
│ │ ├── ScenarioInput3.xaml
│ │ ├── ScenarioInput3.xaml.cs
│ │ ├── ScenarioInput4.xaml
│ │ ├── ScenarioInput4.xaml.cs
│ │ ├── ScenarioList.xaml
│ │ ├── ScenarioList.xaml.cs
│ │ ├── ScenarioOutput1.xaml
│ │ ├── ScenarioOutput1.xaml.cs
│ │ ├── ScenarioOutput2.xaml
│ │ ├── ScenarioOutput2.xaml.cs
│ │ ├── ScenarioOutput3.xaml
│ │ ├── ScenarioOutput3.xaml.cs
│ │ ├── ScenarioOutput4.xaml
│ │ ├── ScenarioOutput4.xaml.cs
│ │ └── images
│ │ ├── microsoft-sdk.png
│ │ ├── placeholder-sdk.png
│ │ ├── smallTile-sdk.png
│ │ ├── splash-sdk.png
│ │ ├── squareTile-sdk.png
│ │ ├── storeLogo-sdk.png
│ │ ├── tile-sdk.png
│ │ └── windows-sdk.png
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Credential picker sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── CredentialPickerCS.csproj
│ │ ├── CredentialPickerCS.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Sample-Utils
│ │ │ ├── Constants.cs
│ │ │ └── SuspensionManager.cs
│ │ ├── ScenarioInput1.xaml
│ │ ├── ScenarioInput1.xaml.cs
│ │ ├── ScenarioInput2.xaml
│ │ ├── ScenarioInput2.xaml.cs
│ │ ├── ScenarioInput3.xaml
│ │ ├── ScenarioInput3.xaml.cs
│ │ ├── ScenarioList.xaml
│ │ ├── ScenarioList.xaml.cs
│ │ ├── ScenarioOutput1.xaml
│ │ ├── ScenarioOutput1.xaml.cs
│ │ ├── ScenarioOutput2.xaml
│ │ ├── ScenarioOutput2.xaml.cs
│ │ ├── ScenarioOutput3.xaml
│ │ ├── ScenarioOutput3.xaml.cs
│ │ └── images
│ │ ├── microsoft-sdk.png
│ │ ├── placeholder-sdk.png
│ │ ├── smallTile-sdk.png
│ │ ├── splash-sdk.png
│ │ ├── squareTile-sdk.png
│ │ ├── storeLogo-sdk.png
│ │ ├── tile-sdk.png
│ │ └── windows-sdk.png
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── CryptoWinRT sample
│ ├── C#
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Constants.cs
│ │ ├── CryptoWinRT.csproj
│ │ ├── CryptoWinRT.sln
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1.xaml
│ │ ├── Scenario1.xaml.cs
│ │ ├── Scenario10.xaml
│ │ ├── Scenario10.xaml.cs
│ │ ├── Scenario2.xaml
│ │ ├── Scenario2.xaml.cs
│ │ ├── Scenario3.xaml
│ │ ├── Scenario3.xaml.cs
│ │ ├── Scenario4.xaml
│ │ ├── Scenario4.xaml.cs
│ │ ├── Scenario5.xaml
│ │ ├── Scenario5.xaml.cs
│ │ ├── Scenario6.xaml
│ │ ├── Scenario6.xaml.cs
│ │ ├── Scenario7.xaml
│ │ ├── Scenario7.xaml.cs
│ │ ├── Scenario8.xaml
│ │ ├── Scenario8.xaml.cs
│ │ ├── Scenario9.xaml
│ │ ├── Scenario9.xaml.cs
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── Custom driver access sample
│ ├── C#,C
│ │ ├── CustomDeviceAccess_cs.sln
│ │ ├── DLL
│ │ │ ├── WUDFOsrUsbPublic.h
│ │ │ ├── dll.vcxproj
│ │ │ ├── fx2device.cpp
│ │ │ ├── fx2device.h
│ │ │ ├── public.h
│ │ │ ├── repeater.h
│ │ │ └── support.h
│ │ └── app_cs
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── Constants.cs
│ │ ├── CustomDeviceAccess.csproj
│ │ ├── DeviceList.cs
│ │ ├── MainPage.xaml
│ │ ├── MainPage.xaml.cs
│ │ ├── Package.appxmanifest
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Scenario1_DeviceConnect.xaml
│ │ ├── Scenario1_DeviceConnect.xaml.cs
│ │ ├── Scenario2_DeviceProperties.xaml
│ │ ├── Scenario2_DeviceProperties.xaml.cs
│ │ ├── Scenario3_DeviceEvents.xaml
│ │ ├── Scenario3_DeviceEvents.xaml.cs
│ │ ├── Scenario4_DeviceAsync.xaml
│ │ ├── Scenario4_DeviceAsync.xaml.cs
│ │ ├── StoreManifest.xml
│ │ ├── assets
│ │ │ ├── microsoft-sdk.png
│ │ │ ├── placeholder-sdk.png
│ │ │ ├── smallTile-sdk.png
│ │ │ ├── splash-sdk.png
│ │ │ ├── squareTile-sdk.png
│ │ │ ├── storeLogo-sdk.png
│ │ │ ├── tile-sdk.png
│ │ │ └── windows-sdk.png
│ │ ├── common
│ │ │ ├── LayoutAwarePage.cs
│ │ │ └── StandardStyles.xaml
│ │ └── sample-utils
│ │ ├── SampleTemplateStyles.xaml
│ │ └── SuspensionManager.cs
│ ├── description
│ │ ├── 4bc65d72-faf4-44d6-8805-eb7550fa513cBrand.css
│ │ ├── Brand.css
│ │ ├── Combined.css
│ │ ├── Galleries.css
│ │ ├── Layout.css
│ │ ├── d0a480a2-d1c4-4159-af59-5aa4abd59cb0Combined.css
│ │ ├── iframedescription.css
│ │ └── offline.js
│ ├── description.html
│ └── license.rtf
├── MyPim01.suo
├── Thumbs.db
└── Windows 8 app C# 实例源码C_Windows8appsamplesC#C.rar
249 directories, 1293 files