How do I eliminate flickering when using DrawString?
HI all, I am creating a screen which will have a horizontal scrolling text at the bottom of the screen, along with some graphics at other screen locations. I have this working using a timer, but the text flickers and I would like to know if there is a…
Developer technologies | C#
How to delete an address linked to a closed developer account?
I am no longer a developer. I want to delete an old address in my account's address book but it is linked to my old developer's account and will not allow me to delete it.. How can I delete this address from my account?
Developer technologies | Universal Windows Platform (UWP)
Need help with npm
Need help with below scenario In our project we have enabled pnpm. when I hit the command 'pnpm run test ' facing below error ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND No package.json (or package.yaml, or package.json5) was found in…
Developer technologies | Visual Studio | Testing
Problem with the update of visual studio offline
Good morning, I'm updating Visual Studio 2022 on a VMware virtual machine (vmware and offline). It has Windows 10, and I'm trying to update from version 17.9 to the latest version. I did the minimal setup, but when I try to apply it, nothing happens. It…
Developer technologies | Visual Studio | Other
Best Practices for Building and Hosting a Scalable eCommerce App on Microsoft Azure
Hi everyone, I’m planning to build or migrate an eCommerce application to Microsoft Azure, and I want to make sure it’s scalable, reliable, and cost-efficient from day one. I’m particularly interested in learning from the community about: Architecture…
Developer technologies | Small BASIC
	
			  High Queued Items and RedisTimeoutException in .NET 9 Application - Potential Thread Starvation?
Hello Microsoft Community, We are encountering frequent RedisTimeoutException errors in our .NET 9-based application, which is running on Linux-based containers. Our Redis instance is hosted on AWS Elasticache with version 7.0.7. The issue primarily…
Developer technologies | .NET | .NET Runtime
How to increase bandwidth for any cryptocurrency (TRX)
In TRX, the amount of bandwidth available per user for free transactions is very low. What if I want to allow a user to buy bandwidth and increase their bandwidth periodically? Is there an API or something that can increase the bandwidth for each…
Developer technologies | C#
	
			  
	
			  Azure STT C++ SDK version 14 starts failing suddenly to download and valdiate CRL certificate.
We are using Azure STT C++ SDK to build client aplication to connect to Azure Cognetive service. We are using SDK version 14, and suddenly we face issue with STT not working and after revieiwng Azure SDK logs, it indiactes that CRL download is failing…
Developer technologies | C++
How Can I Preview My Computer Game Projects on Windows 11?
Title: How Can I Preview My Computer Game Projects on Windows 11? Post: Hi everyone, I’m Red. I’m currently learning C# and Unity to build computer games and apps on my Windows 11 laptop. My challenge: I’m having trouble visually previewing how my final…
Developer technologies | C#
GIS from type DWS to GEOJSON
Hi, Can you please tell me how to convert this file to GEOJSON? שכבות מידע (AutoCAD).7z Thanks
Developer technologies | C#
MAUI: UI issue with Label and ProgressBar
I have a UI like below and there is alignment issue with Label and ProgressBar. ActionForm.XAML <?xml version="1.0" encoding="UTF-8"?> <ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
Validate a Manifest for add in
Hello, Whenever I add VersionOverrides to the manifest I keep getting same errors when I validate the manifest I have tried everything but still nothing works, is there another way to know the exact reason other than validating the manifest and what…
Developer technologies | XAML
WinHttpSetTimeouts did not work, WinHttpSendRequest can not return
When I use WinHttp in a synchronisation model, sometimes the WinHttpSendRequest can not return.
Developer technologies | C++
What is the iTunes Artwork in Info.plist in Visual Studio?
Which images should I add in the iTunes Artwork section in Visual Studio Community 2022 Version 17.14.19? Should I add the same png image as my AppIcon? Where exactly will this iTunes artwork be displayed when I upload my iOS project in the Apple App…
Developer technologies | .NET | .NET MAUI
Tips for Staying Updated with New Microsoft Developer Tools and Libraries
Hi everyone, The Microsoft developer ecosystem evolves rapidly — from .NET updates to Azure SDKs, Power Platform enhancements, and new GitHub features. As developers, keeping up with these changes is crucial for building modern, efficient, and secure…
Developer technologies | Small BASIC
	
			  Convert list of files to GEOGJON
Hi, 1.I need to convert these files to GEOJSON: ArcGIS Package Files |lpkx|Layer package — bundles a layer’s data, symbology, and metadata for sharing. Used in ArcGIS Pro. |.lyrx|Layer file — stores map layer properties, such as symbology and labeling,…
Developer technologies | C#
The system responds slowly and the keyboard connection is poor.
1. System Performance: The system runs sluggishly with obvious delays in responding to operation commands, which affects normal usage efficiency. 2. Hardware Connection: Poor connection between the keyboard and the device, with intermittent disconnection…
Developer technologies | .NET | .NET Internet of things
Publishing our UWP app to the MS store
We have been able to publish our app in the past. Suddenly about 5 days ago, publishing stopped working; we get the following error when trying to publish from within VS. Help! Thank you!
Developer technologies | Universal Windows Platform (UWP)
Will I be able to use VS 2026 without GH Copilot?
At home I have downloaded the Visual Studio Insiders app, the Community Edition. I've been enjoying using it and am looking forward to the final VS 2026 edition which I presume will be released next month. The most significant thing I've noticed is the…
Developer technologies | Visual Studio | Other
	
			  Usage of SecureString in WPF
Hi, We are developing a WPF app with .net 4.8. Can we use SecureString to store the pin in memory temporarily? https://learn.microsoft.com/en-us/dotnet/api/system.security.securestring Is it Deprecated? is this recommended or is there any alternate…