how to name a method starting async but not returning awaitable type
this is a line from msdn which i could not understand as there was no examle pls give one example https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/task-asynchronous-programming-model#BKMK_ReturnTypesandParameters Methods that…
Developer technologies | ASP.NET | ASP.NET Core
Do Dev Tunnels Have an HTTP Timeout Issue?
Using a dev tunnel to connect a Mac client app to an ASP.NET service running on a PC has raised a timeout issue. One API call takes about 70 seconds to complete, but when the client runs on the Mac via the dev tunnel, an HTTP timeout occurs after 60…
Developer technologies | ASP.NET | ASP.NET API
have problem with this site, can you help please?
Erreur du serveur dans l'application '/'. Le format de la chaîne d'entrée est incorrect. __Description :__Une exception non gérée s'est produite au moment de l'exécution de la demande Web actuelle. Contrôlez la trace de la pile pour plus d'informations…
Developer technologies | ASP.NET | Other
Title: Increase RAM Allocation in Xbox Developer Mode from 5GB to 8–10GB Details: Hello Microsoft Xbox Developer Team, I would like to request an increase in the RAM allocation for Xbox Developer Mode
Title: Increase RAM Allocation in Xbox Developer Mode from 5GB to 8–10GB Details: Hello Microsoft Xbox Developer Team, I would like to request an increase in the RAM allocation for Xbox Developer Mode. Currently, Dev Mode limits available RAM to…
Developer technologies | Universal Windows Platform (UWP)
Visual studio code github copilot not connecting to Azure MCP server
I followed the below documentation to connect Azure MCP server in VS Code, to use it in Github Copilot chat agent…
Developer technologies | Visual Studio | Setup
Excel VBA: Can my VBA code determine whether Solver is running?
Is there a way to test whether Solver is running? I have a section of VBA code that must be skipped if Solver is running. I'm using MS Office LTSC Professional Plus 2024 (Windows).
Developer technologies | VB
Visual Studio Community 2022, not seeing some xml comments
I have multiple projects within one solution. I use the functions of multiple other projects within another project. When i hover above the function of different projects, there's no xml comments (like describing how a function works, its inputs and…
Developer technologies | Visual Studio | Other

Please help me enable location services in my app targeting Android 15 (API level 35)
I need you help how to show this at my .net maui app . Its .NET 9 - Android 15 - API 35
Developer technologies | .NET | .NET MAUI
Offline installer of the Python extension For Visual Studio on Windows
Hi, Our security team require downloaded package to scan for security risks and vulnerabilities before installation and i am unable to find an offline installer for the python extension for visual studio on windows. Where would i be able access this…
Developer technologies | Visual Studio | Extensions
Visual Studio Code - unable to change the size of a window
Hello, I have a code written by python that allows me to access web (via Selenium) but I cannot change the window size even though it´s not headless mode. Because of that I don´t see all elements and I cannot click them. For example I had to make…
Developer technologies | Visual Studio | Debugging
MAUI .NET 8 on Android - Android device StatusBar is get overlapped with myapp
I have an app which developed with MAUI 8. I have an issue that my app is getting overlapped with the Android device statusbar as below, My app's page header ("Application Settings") is getting overlapped with the Android device status…
Developer technologies | .NET | .NET MAUI
How to Run Instrumentation Profiling with a DLL in Visual Studio 2019 and 2022
In Visual Studio 2017, the Performance Profiler (Instrumentation mode) lets you select both a DLL and an EXE file. However, in Visual Studio 2019 and 2022, I am unable to select a DLL using the Debug → Performance Profiler → Instrumentation option. What…
Developer technologies | Visual Studio | Testing
How might the .NET CLI be adapted for better accessibility across screen readers and speech-to-text tools?
Is command output readable, and are error messages clearly structured for assistive tech users?
Developer technologies | .NET | .NET CLI
How do I put touchscreen on my chromebook, if its my schools?
All of my schools chromebooks are built in with touchscreen and for some reason mine won't work. I tried the search and shift then press t hack but it still wont work. pls help me
Developer technologies | .NET | .NET CLI
Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Can we directly set the bitrate in a WAV file?
I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…
Developer technologies | C++
how cancel token work in these cases
following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…
Developer technologies | ASP.NET | ASP.NET Core

how to read usb data in ch340 like serial port?
I know how to read Serial port but if I use USB how to read that bytes?
Developer technologies | Windows Forms
Not able to register for exam- GH-300: GitHub Copilot
Hello Team, While trying to register for the exam GH-300: GitHub Copilot, I am getting below error: Microsoft registrations are currently not permitted for Sk Ajaruddin Ali. Please direct any questions to your Pearson VUE Registration Center. I have…
Developer technologies | .NET | Other
MAUI connection to SQL Server throws an exception message
Microsoft.Data.SqlClient.SqlException (0x80131904): 已成功与服务器建立连接,但是在登录前的握手期间发生错误。 (provider: TCP 提供程序, error: 35 - 捕获内部异常) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. --->…