A Microsoft platform for building and publishing apps for Windows devices.
Detect if user has finished drawing strokes in InkCanvas
I am using VS2017 to develop my UWP app and my APP min target version is 10.14393. Is there any event of InkCanvas I can use to detect whether user has finished drawing strokes or not. I want to enable some button after user has drew strokes. …
Developer technologies | Universal Windows Platform (UWP)
Switch the ListView Datatemplate from one data template to another data template?
I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime. Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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:…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
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
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
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
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
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
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
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
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
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…
Microsoft Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
Does Azure AD Domain Services provide AD account lockout protection?
Does Azure AD Domain Services provide AD account lockout protection? Sourced from FAQ
Microsoft Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
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
Microsoft Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
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
Azure Lab Services
An Azure service that is used to set up labs for classrooms, trials, development and testing, and other scenarios.
Container images in Azure Service Fabric Mesh
What container images are supported in Service Fabric Mesh? Sourced from FAQ
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
Can I create multiple managed domains for a single Azure AD directory?
Can I create multiple managed domains for a single Azure AD directory?
Microsoft Security | Microsoft Entra | Other
Additional Microsoft Entra services and features related to identity, access, and network security
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.
Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Managing external identities to enable secure access for partners, customers, and other non-employees
Microsoft Security | Microsoft Entra | Microsoft Entra ID
A cloud-based identity and access management service for securing user authentication and resource access
Application Types in Azure Service Fabric Mesh
What types of applications can I deploy with Service Fabric Mesh? Sourced from FAQ
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
Service Fabric Mesh Preview - Deployment Time Limit?
While Azure Service Fabric Mesh is in preview, is there a limit to how long I can keep my mesh application deployed? Sourced from FAQ
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
Trending on MSDN: Unable to send mail through Azure hosting environment RRS feed
In my web application , I am sending mail using using System.Net.Mail; (c#). In my local machine mailing is working fine, but I hosted it on Azure the mail doesn't work. Sourced from MSDN
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.