54,166 questions with Developer technologies-related tags

Sort by: Updated
5 answers

Multiple App.Razor components

Hello, Is it possible to have an additional App.razor file that I can use for e.g. Admin area only? Currently, if I create a new folder named Admin and create a new layout there, it inherits from the existing App.razor and linked css files. Basically, I…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked Jan 31, 2025, 8:47 AM
Kuler Master 406 Reputation points
commented Aug 11, 2025, 7:44 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
2 answers

Will the list of tasks being cleared after await Tasks.WhenAll(tasks)?

Hi, Will the list of tasks being cleared after await Tasks.WhenAll(tasks)? int i=0; List<Task> tasks = new List<Task>(); do { tasks.Add(Do_Test1(i)); tasks tasks tasks tasks await Task.WhenAll(tasks); //…

Developer technologies | ASP.NET | ASP.NET Core
asked Feb 18, 2025, 7:49 AM
Dondon510 261 Reputation points
commented Aug 11, 2025, 7:42 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
2 answers

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
asked Jul 7, 2025, 10:13 AM
rajesh yadav 271 Reputation points
commented Aug 11, 2025, 7:40 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
1 answer

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
asked Jan 17, 2025, 2:50 PM
Tony Pitman 81 Reputation points
commented Aug 11, 2025, 7:34 AM
Jack Dang (WICLOUD CORPORATION) 1,020 Reputation points Microsoft External Staff
1 answer

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
asked Aug 9, 2025, 9:27 AM
guy ranger 0 Reputation points
answered Aug 11, 2025, 7:10 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
4 answers One of the answers was accepted by the question author.

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)
asked Aug 10, 2025, 4:59 AM
Hamza Yiğit 20 Reputation points
answered Aug 11, 2025, 6:59 AM
Hamza Yiğit 20 Reputation points
3 answers

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
asked Jul 29, 2025, 8:03 AM
Shweta Iyer 0 Reputation points Microsoft Employee
commented Aug 11, 2025, 6:59 AM
Shweta Iyer 0 Reputation points Microsoft Employee
1 answer

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
asked Aug 9, 2025, 6:42 PM
Dave Post 0 Reputation points
answered Aug 11, 2025, 6:41 AM
Varsha Dundigalla(INFOSYS LIMITED) 795 Reputation points Microsoft External Staff
0 answers

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
asked Aug 10, 2025, 4:52 PM
C Learner 180 0 Reputation points
commented Aug 11, 2025, 6:25 AM
Viorel 123.5K Reputation points
2 answers

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
asked Aug 5, 2025, 10:52 AM
Etien Ducka 30 Reputation points
commented Aug 11, 2025, 6:10 AM
Tony Dinh (WICLOUD CORPORATION) 725 Reputation points Microsoft External Staff
1 answer

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
asked Aug 6, 2025, 11:58 AM
commented Aug 11, 2025, 6:01 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
1 answer

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
asked Aug 5, 2025, 10:19 AM
Prchalová Tereza 40 Reputation points
commented Aug 11, 2025, 5:54 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
3 answers

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
asked Jul 17, 2025, 1:45 PM
Aneetha 70 Reputation points
edited an answer Aug 11, 2025, 5:44 AM
Abinaya S 5 Reputation points
0 answers

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
asked Aug 11, 2025, 5:41 AM
test code 1 Reputation point
1 answer

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
asked Jul 28, 2025, 9:18 AM
Yash Smith 0 Reputation points
commented Aug 11, 2025, 5:40 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
1 answer

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
asked Jul 31, 2025, 12:17 AM
Serenity Kingsley 0 Reputation points
commented Aug 11, 2025, 5:34 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
2 answers

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++
asked Jul 30, 2025, 9:34 AM
G S, Shashank 0 Reputation points
edited a comment Aug 11, 2025, 5:21 AM
G S, Shashank 0 Reputation points
2 answers

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++
asked Aug 8, 2025, 6:38 AM
siva s 0 Reputation points
answered Aug 11, 2025, 5:11 AM
Gade Harika (INFOSYS LIMITED) 250 Reputation points Microsoft External Staff
3 answers

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
asked Aug 8, 2025, 12:15 PM
rajesh yadav 271 Reputation points
edited an answer Aug 11, 2025, 5:02 AM
SurferOnWww 4,811 Reputation points
2 answers

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
asked Aug 10, 2025, 3:34 AM
mc 5,631 Reputation points
answered Aug 11, 2025, 4:52 AM
Gade Harika (INFOSYS LIMITED) 250 Reputation points Microsoft External Staff