54,419 questions with Developer technologies-related tags

Sort by: Updated
0 answers

How to log "Console.WriteLine" to Azure Web app from MVC (C#)

I have an Azure Web App with C# code deployed using the MVC structure. I need to test a specific function within a Model, but due to environment limitations, this can only be done when the code is deployed to the Web App, not locally. I want to log…

Developer technologies | ASP.NET | ASP.NET Core
asked May 12, 2025, 2:20 PM
Hoeneveld, T.A. (Tim) 50 Reputation points
edited the question Sep 23, 2025, 3:43 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar

Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…

Developer technologies | Universal Windows Platform (UWP)
asked May 16, 2025, 9:23 AM
Karthick Arjunan 5 Reputation points
edited the question Sep 23, 2025, 3:42 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

How to clear most recently used list in C# UWP application. StorageApplicationPermissions.MostRecentlyUsedList clear/remove doesn't work

How to clear most recently used list in C# UWP application StorageApplicationPermissions.MostRecentlyUsedList.Clear() or StorageApplicationPermissions.MostRecentlyUsedList.Remove(token) I can able to add new entries using below code and I can see the…

Developer technologies | Universal Windows Platform (UWP)
asked May 19, 2025, 8:30 PM
Arunachalam, Senthil (External) 20 Reputation points
commented Sep 23, 2025, 3:41 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
0 answers

RED box around UWP app

everytime I add a new page to my UWP app, it shows a red box around my screen. Not my xmal, how do I fix this?

Developer technologies | Universal Windows Platform (UWP)
asked May 20, 2025, 2:18 AM
Alanah Hilliard 0 Reputation points
commented Sep 23, 2025, 3:39 AM
Raymond Huynh (WICLOUD CORPORATION) 1,060 Reputation points Microsoft External Staff
1 answer

Microsoft Small Basic Triangle issue

So basically, I'm a beginner trying to make a game on Small Basic. It's a space themed game, and there are going to be 2 spaceships, one red and one blue. So far, I'm coding the blue one and I want the controls to be like up arrow for blue to go…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Feb 9, 2025, 12:03 PM
Bobo Clown 0 Reputation points
commented Sep 23, 2025, 3:38 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

Activation pending MyRBQM Portal SaaS - Clinical Trial Risk Management Solution

Free trail account of MyRBQM Portal SaaS - Clinical Trial Risk Management Solution still not yet active

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Mar 7, 2025, 8:57 AM
Anil Thankachan 0 Reputation points
commented Sep 23, 2025, 3:37 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
2 answers

change redirecttoPage to pass unicode characters in Razor Pages

I'm using a redirecttoPage with razor pages. when the client page renders the / and # is not working and using the unicode it appears /Clients/Update/1%2F%23military in the url instead of /Clients/Update/1#military I'm using redirect below. is there way…

Developer technologies | ASP.NET | ASP.NET Core
asked May 30, 2025, 2:31 PM
Joseph Kashishian 20 Reputation points
edited the question Sep 23, 2025, 3:37 AM
Harry Vo (WICLOUD CORPORATION) 2,270 Reputation points Microsoft External Staff Moderator
0 answers

Can not input activation cod in dev mode

I have recently made a dev account to use the dev mode on Xbox. I have registered and have paid the $19 I have the app download on the Xbox and have sent to the activate Xbox page but it would not load so I can not click the “+” sign to use my activation…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Mar 23, 2025, 3:05 AM
BLAKE STODDARD 0 Reputation points
commented Sep 23, 2025, 3:36 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

how to connect gateway to PostgreSQL database

I’m trying to connect the Power BI gateway to a PostgreSQL database hosted on my local server. My goal is to schedule data refreshes through the gateway. However, I keep encountering the same error repeatedly, as shown in the attached image.

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Jun 5, 2025, 10:47 AM
Anand Sharma 0 Reputation points
commented Sep 23, 2025, 3:35 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

[Test] Ask your question in the language of the Q&A site

Include all the details of your issue in the Question Details block. Include what you are attempting to accomplish, steps that have already been taken, error messages, unique aspects of your scenario or configuration, and any other pertinent information.…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Jun 23, 2025, 2:09 PM
tpetchel 0 Reputation points Microsoft Employee Admin
commented Sep 23, 2025, 3:34 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

Where is my certificate

I completed my course devops...where is my certificate

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Jun 26, 2025, 7:40 AM
I Muskaan 0 Reputation points
commented Sep 23, 2025, 3:33 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

C++ LoadGame function error: No instance of overloaded function matches the argument list

When setting up the LoadGame function, an error occurs with the message "C++ no instance of overloaded function matches the argument list." Below is the relevant code snippet for reference: void GameplayScreen::LoadGame() { …

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,004 questions
asked Sep 22, 2025, 11:20 PM
Garrett Tiller 11 Reputation points
edited the question Sep 23, 2025, 3:27 AM
Rob Caplan - MSFT 6,127 Reputation points Microsoft Employee Moderator
1 answer

CEFSharp web application initial load takes more time to load screen in WPF application

Hi All, We have a windows application which is built in WPF application , that integrates the web application using CEFSharp browser. Application has feature to open the browser in Tab, On open the web application in TAB item, first time it takes more…

Developer technologies | Windows Presentation Foundation
asked Sep 22, 2025, 4:55 PM
Sekar T 21 Reputation points
answered Sep 23, 2025, 3:12 AM
Starry Night 365 Reputation points
1 answer

Which font can I use on Android and iOS to display the price in many different currencies?

For best practice, always use LocalizedPrice for anything shown to the user, it ensures your UI exactly matches the store’s purchase screen, including currency symbols, decimal separators, and locale rules and only use MicrosPrice (or Price) only for…

Developer technologies | .NET | .NET MAUI
asked Sep 22, 2025, 2:18 PM
Kim Strasser 1,431 Reputation points
answered Sep 23, 2025, 3:04 AM
Tony Dinh (WICLOUD CORPORATION) 1,650 Reputation points Microsoft External Staff
0 answers

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:…

Developer technologies | Small BASIC
Developer technologies | Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
295 questions
asked Jun 27, 2025, 6:28 AM
Gurwinder Singh (Trianz) 5 Reputation points
commented Sep 23, 2025, 2:48 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
0 answers

How to run a Highest Priority Periodic Task in C# WPF?

In My C# WPF .NET Framework Program i have multiple works to do :- 5 System.Timers. Timer: 3 instances which check periodically for (1min,40 sec, 2 mins) respectively. They check and run for (internet fluctuation, some db query , some websocket auto…

Developer technologies | Windows Presentation Foundation
asked Sep 22, 2025, 8:33 AM
Vishal2 Bansal 265 Reputation points
commented Sep 23, 2025, 2:43 AM
Starry Night 365 Reputation points
2 answers

Managed exceptions in MAUI Windows app logged as CoreMessagingXP.dll crashes

Hello, I am facing an issue where most exceptions thrown in my .NET MAUI Windows app appear in the Windows Event Viewer as if they are coming from CoreMessagingXP.dll instead of showing the actual managed exception details. Event Viewer Entry Example…

Developer technologies | .NET | .NET MAUI
asked Sep 8, 2025, 2:56 PM
Manjunath Vadigeri 20 Reputation points
commented Sep 23, 2025, 2:26 AM
Tony Dinh (WICLOUD CORPORATION) 1,650 Reputation points Microsoft External Staff
1 answer

Javascript issue

Hi, Any Javascript example to show the similar button (like the following), when the mouse is on the top of the text?

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,612 questions
asked Sep 9, 2025, 5:23 AM
Peter_1985 2,806 Reputation points
commented Sep 23, 2025, 2:23 AM
Peter_1985 2,806 Reputation points
1 answer

Does Microsoft offer any discounts for Visual Studio Professional for home-schooled students?

Does Microsoft offer any discounts for Visual Studio Professional for home-schooled students? I'm planning on developing software for a wide breadth of Windows versions and have no way to test it and I noticed that Visual Studio Professional offers a…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,494 questions
asked Sep 18, 2025, 6:03 PM
J. R 0 Reputation points
commented Sep 23, 2025, 2:11 AM
Leon Tran (WICLOUD CORPORATION) 0 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to create a mobile app for a tourist route that has gps capability.

I am exploring the possibilities of creating a mobile app for my senior project at Indiana State University. The app would have a map that would show the next "tourist location" as well as the route for the trail. It would also offer…

Developer technologies | .NET | .NET MAUI
asked Sep 22, 2025, 2:09 AM
Shauna Coulson 0 Reputation points
commented Sep 23, 2025, 2:11 AM
Shauna Coulson 0 Reputation points