One should use this example to learn on how to communicate (as UWP compliant app) to Microsoft Data Streamer
Перейти к файлу
MSBradPr 25cf88e93b
Merge pull request #34 from microsoft/dependabot/npm_and_yarn/MiddlemanElectronSampleApp/Electron/tar-6.2.1
Bump tar from 6.2.0 to 6.2.1 in /MiddlemanElectronSampleApp/Electron
2024-04-11 08:19:59 -07:00
DataStreamerAppServiceUWPCommSample Update README.md 2019-03-13 18:01:33 -07:00
MiddlemanElectronSampleApp Bump tar from 6.2.0 to 6.2.1 in /MiddlemanElectronSampleApp/Electron 2024-04-11 15:17:57 +00:00
.gitattributes added DataStreamerAppServiceUWPCommSample 2019-03-13 12:08:09 -07:00
.gitignore added DataStreamerAppServiceUWPCommSample 2019-03-13 12:08:09 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-03-27 16:06:52 -07:00
LICENSE Initial commit 2019-03-13 11:10:53 -07:00
PRIVACY Create PRIVACY 2019-03-27 16:08:02 -07:00
README.md Readme updated 2019-03-13 14:44:46 -07:00
SECURITY.md Microsoft mandatory file 2023-06-12 18:56:44 +00:00

README.md

Microsoft Data Streamer (available in Excel) app samples

This repo contains the samples that demonstrate the API communication patterns for the Microsoft Data Streamer (available in Excel) in the Windows Software Development Kit (SDK) for Windows 10. These code samples were created with the Universal Windows Platform templates available in Visual Studio, and are designed to run on desktop, mobile, and future devices that support the Universal Windows Platform.

Note: If you are unfamiliar with Git and GitHub, you can download the entire collection as a ZIP file, but be sure to unzip everything to access shared dependencies. For more info on working with the ZIP file, the samples collection, and GitHub, see Get the UWP samples from GitHub. For more samples, see the Samples portal.

Data Streamer communication app development

These samples require Visual Studio 2017 Update 4 or higher and the Windows Software Development Kit (SDK) version 17134 for Windows 10.

Get a free copy of Visual Studio 2017 Community Edition with support for building Universal Windows Platform apps

Additionally, to stay on top of the latest updates to Windows and the development tools, become a Windows Insider by joining the Windows Insider Program.

Become a Windows Insider

Using the samples

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the following link or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in Visual Studio 2017.

Download the samples ZIP

Notes:

  • Before you unzip the archive, right-click it, select Properties, and then select Unblock.
  • Be sure to unzip the entire archive, and not just individual samples. The samples all depend on the SharedContent folder in the archive.
  • In Visual Studio 2017, the platform target defaults to ARM, so be sure to change that to x64 or x86 if you want to test on a non-ARM device.

The samples use Linked files in Visual Studio to reduce duplication of common files, including sample template files and image assets. These common files are stored in the SharedContent folder at the root of the repository, and are referred to in the project files using links.

Reminder: If you unzip individual samples, they will not build due to references to other portions of the ZIP file that were not unzipped. You must unzip the entire archive if you intend to build the samples.

For more info about the programming models, platforms, languages, and APIs demonstrated in these samples, please refer to the guidance, tutorials, and reference topics provided in the Windows 10 documentation available in the Windows Developer Center. These samples are provided as-is in order to indicate or demonstrate the functionality of the programming models and feature APIs for Windows.

Contributions

These samples are direct from the feature teams and we welcome your input on issues and suggestions for new samples. At this time we are not accepting new samples from the public, but check back here as we evolve our contribution model.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

See also

For additional UWP samples, see the Samples portal. For additional Windows samples, see Windows on GitHub.