Azure API gateway
Can we create a streaming protocols in Azure Api gateway
Developer technologies | C#
Azure API Gateway
API management capability assessment Management of billing plans, usage plans and pricing models Ability to manage and monitor API consumption Established portal for self-service catalogue of APIs
Developer technologies | C#
Can’t login to microsoft account on ps5 because of xboxone account from
I can’t login to my microsoft account on my ps5 (minecraft). Because of already having a xbox account? How does this make sense how do I fix this? This is honestly the worst design I have ever seen.
Developer technologies | Windows Forms
Looking for a reliable POS tagger library for .NET
Developing a .NET application that requires POS (Part-of-Speech) tagging for English text. In Python, libraries like spaCy and NLTK are popular for this purpose. Are there any recommended libraries for POS tagging within the .NET ecosystem? Found…
Developer technologies | .NET | Other


IIS Express configuration not working
IIS Express 10.0 is installed along with VS 2022. However, asp.net web/api projects are not getting created/ existing web projects not getting loaded. I have uninstalled / reinstalled VS 2022 but IIS Express issue is still showing. I have tried running…
Developer technologies | Visual Studio | Setup
Activate AddressSanitizer in Qt6
Hi all, I'm developing in Qt c++ under Windows and try to use AddressSanitizer within QtCreator. According to this blog from 2021 (https://devblogs.microsoft.com/cppblog/address-sanitizer-for-msvc-now-generally-available/) it should be possible. When I…
Developer technologies | C++
Suspected Compromise Involving Microsoft Authenticator and Entra Activity
Reporting a suspected compromise involving: Microsoft Authenticator Silent appearance of Microsoft Entra ID-linked behavior Unauthorized device trust and token issuance across iOS and Windows platforms Critically, there was no explicit…
Developer technologies | C#
Request for Support: iOS Native Development Continuity with .NET 9 (MAUI)
Dear Microsoft Team, We are reaching out to seek your guidance and support regarding a critical blocker we are facing in our iOS development workflow with .NET MAUI. Current Challenge Our mobile application is being developed using .NET MAUI and…
Developer technologies | .NET | Xamarin
Who’s the Best D-Link Partner for Reliable Networking Solutions?
Hey everyone, Looking for a reliable D-Link Partner to support our upcoming business network upgrade. With so many vendors out there, it’s hard to identify who truly offers genuine D-Link products along with proper installation and after-sales…
Developer technologies | Small BASIC
Azure DevOps publish fails for MAUI.NET iOS
This is part of my Azure Pipeline: - task: Bash@3 displayName: Install MAUI inputs: targetType: 'inline' script: | dotnet workload update dotnet workload install…
Developer technologies | .NET | .NET MAUI


how to capture and transform to h264 in .net android?
I am using .net android and I want to capture and transform to h264. I searched that I should start mediaProjection and use a foreground service but i still can not do it. please tell me.
Developer technologies | .NET | .NET MAUI
Can't start the default Azure Function in Visual Studio 2022
Visual Studio 2022 17.14.7 Core Tools Version: 4.0.7317 Commit hash: N/A +5ca56d37938824531b691f094d0a77fd6f51af20 (64-bit) Function Runtime Version: 4.1038.300.25164 Following the quick start…
Developer technologies | Visual Studio | Debugging
Good installer for visual studio 2019 c# projects
Still using Visual Studio 2019 professional. I have several independent solutions (single project solutions). I need to create an installer that installs 6 different projects on a computer. Right now, I have a single deployment project in each…
Developer technologies | C#
Microsoft - Graph - Batch API - Getting 429 Too Many Requests error
I have created a website where user's will authenticate and grant Calendar events - Read/Write access. My application will create events for the user based on the user's schedule. Here some times user might have more than 100 records also. I'm using…
Developer technologies | C#
Your Teams app is an absolute disaster. It’s beyond frustrating — I don’t receive photos or messages on my computer, and they randomly show up on my phone, if I’m lucky. This is not a one-time glitch, this is a consistent, widespread failure. Everyone I k
Your Teams app is an absolute disaster. It’s beyond frustrating — I don’t receive photos or messages on my computer, and they randomly show up on my phone, if I’m lucky. This is not a one-time glitch, this is a consistent, widespread failure. Everyone I…
Developer technologies | Universal Windows Platform (UWP)
Microsoft Visual Studio Installer Projects 2022 - The location where the file is opened is invalid
hello, ,Visual Studio 2022 : 17.14.7, I created a shortcut in the User's Desktop node, question : “Right click mouse” -> "attribute" -> "The button to open the location of the file is invalid" "Right click mouse"…
Developer technologies | Visual Studio | Extensions
Unhandled exception. System.InvalidOperationException: Failed to connect to remote share \\IP-Address\import\. Error: 1219
We have 2 Windows servers on Azure that are NOT connected to Active Directory, as follows: App server which is connected to the internet SQL Server that does not have public connection to the internet, but is accessible from the app server I have a…
Developer technologies | C#
Our graph api lost its privilege to remove licenses from users
We developed a graph API app that helps us with on/offboarding of our employees. started a few weeks ago, our app lost its ability to remove licenses. this is the error I get: Status Code: Forbidden Microsoft.Graph.ServiceException: Code:…
Developer technologies | C#
Microsoft.Web.Infrastructure 1.0.0 license agreement
Hi all, The original license information page for Microsoft.Web.Infrastructure 1.0.0 appears to be no longer accessible: https://www.microsoft.com/web/webpi/eula/aspnetmvc3update-eula.htm Could someone confirm that the original WebPI EULA still…
Developer technologies | Visual Studio | Other
Microsoft Graph API: createdDateTime filter with gt still returns same timestamped record
I’m facing an issue while fetching sign-in logs from Microsoft Graph API using a time-based polling mechanism. We're fetching logs from the Microsoft Graph API endpoint: https://graph.microsoft.com/v1.0/auditLogs/signIns We use the filter:…