How to check if an add-on has purchased that use StoreContext class
I have defined a durable AddOn, and when I used RequestPurchaseAsync() method to check if an add-on has purchased or not, it always shows UI which will be annoying to the user. In the previous version I used:…
Share a large file between two UWP apps using Stream Sockets
I need to share a large file between two UWP apps which are running in two different machines using stream sockets. In order to share the file successfully, I have to share file size before sharing the actual file. So I had to set a separate event in…
[C++/WinRT] How to use SpeechSynthesizer in UWP
I would like to implement the text to speech feature in my app. I see there are docs on how to do this here: https://learn.microsoft.com/en-us/uwp/api/windows.media.speechsynthesis.speechsynthesizer . However the example does not compile on a modern…
Setting Textbox.Text from BluetoothLEAdvertisementWatcher's received event throws an exception
I am creating a Bluetooth LE application in C# using a UWP project and have subscribed to get the Received event from the BluetoothLEAdvertisementWatcher. I can see the data correctly using Debug.Writeline to the Output window, but as soon as I try…
Localization issues when using App Bundle in UWP
I’m having issues with Localization in my UWP applications. I can reproduce this issue using Microsoft Localization sample. The following is what I have done to reproduce this issue: Step1: I open the project in Visual Studio. I test it…
How to write and read multiple types of data using Data Writer and Data Reader
I need to write a file length, file data and its type as a string value to the stream. I’m using the following code with Data Writer. writer = new DataWriter(socket.OutputStream); // if we have a StorageFile named file using (var…
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications?
What should users do if they see an “Authentication request is not for an activated account” error message when using mobile app notifications? Sourced from the FAQ
What’s the difference between Windows Server FCI and the Azure Information Protection scanner?
What’s the difference between Windows Server FCI and the Azure Information Protection scanner? Sourced from FAQ
What's the role of identity management for Azure Information Protection?
What's the role of identity management for Azure Information Protection? Sourced from FAQ
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive?
I see Azure Information Protection is listed as a security provider for Microsoft Graph Security—how does this work and what alerts will I receive? Sourced from FAQ
What types of data can Azure Information Protection classify and protect?
What types of data can Azure Information Protection classify and protect? Sourced from FAQ
What's the difference between Azure Information Protection and Azure Rights Management?
What's the difference between Azure Information Protection and Azure Rights Management? Sourced from FAQ
Trending on MSDN: Azure AD App Proxy + Azure Domain Services (Kerberos Based application)
We have an application which is doing Kerberos authentication. After going through the Azure Domain services I got to know that kerberos based authentication is supported via AD DS with Azure AD. Does Azure App Proxy support Kerberos Based…
Does Azure AD Domain Services provide AD account lockout protection?
Does Azure AD Domain Services provide AD account lockout protection? Sourced from FAQ
Can I get Azure AD Domain Services as part of Enterprise Mobility Suite (EMS)? Do I need Azure AD Premium to use Azure AD Domain Services?
Can I get Azure AD Domain Services as part of Enterprise Mobility Suite (EMS)? Do I need Azure AD Premium to use Azure AD Domain Services? Sourced from FAQ
Why am I not able to create a lab because of unavailability of the address range?
Why am I not able to create a lab because of unavailability of the address range? Sourced from FAQ
Container images in Azure Service Fabric Mesh
What container images are supported in Service Fabric Mesh? Sourced from FAQ
Can I create multiple managed domains for a single Azure AD directory?
Can I create multiple managed domains for a single Azure AD directory?
Does Azure AD B2C support the myapps panel?
I notice that I can access the myapps panel from a B2C tenant, but I am unable to see my B2C registered applications.
Application Types in Azure Service Fabric Mesh
What types of applications can I deploy with Service Fabric Mesh? Sourced from FAQ