19,013 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Integrate CMDITabBar into MDI MFC app

I would like to use CMDITabBar (from WinMerge) into a MFC MDI test application. Here is the test app: https://1drv.ms/u/c/dedcb6ef190b8fd4/ESppBUOCT-hJog-OyL43QXsBooSUM0liWkY9PHAeQo1FBw?e=BeSIzC The code for integration (CMainFrame header): protected: …

Developer technologies | C++
asked Jul 10, 2025, 10:45 AM
Flaviu_ 1,031 Reputation points
accepted Jul 11, 2025, 1:34 PM
Flaviu_ 1,031 Reputation points
1 answer One of the answers was accepted by the question author.

can't find my certificate pdf

i have passed an exam in c# 70-483. i have downloaded the transcript and the badge but i cant find the certificate to downloaded. where can i find my certificate? my certification id is 17085903

Developer technologies | C#
asked Jul 10, 2025, 7:46 AM
Spyridoula Avrilioni 20 Reputation points
accepted Jul 11, 2025, 12:55 PM
Spyridoula Avrilioni 20 Reputation points
1 answer One of the answers was accepted by the question author.

Aspire Dashboard is not showing the updated start time of the containers and unable to start/stop containers using PS command line

I have deployed Dotnet Aspire Project using azure developer cli.- Multiple deployments are completed but the start time is not updating with each new deployment.- However active revision time is updated when i check it from Azure Portal.- How can i…

Developer technologies | ASP.NET | ASP.NET Core
Windows for business | Windows Server | User experience | PowerShell
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
702 questions
asked Jan 17, 2025, 9:52 AM
Faisal Riaz 20 Reputation points
accepted Jul 11, 2025, 11:28 AM
Faisal Riaz 20 Reputation points
2 answers One of the answers was accepted by the question author.

is there a path algorithm?

I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line

Developer technologies | .NET | .NET MAUI
asked Jun 23, 2025, 12:38 PM
mc 5,551 Reputation points
edited an answer Jul 11, 2025, 9:10 AM
Tony Dinh (WICLOUD CORPORATION) 315 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Alert header not seen well

Hi, After installing the app as exe in windows .NET 9, the alert header go to right and button change order. bool answer = await Application.Current.MainPage.DisplayAlert("Format USB", "Are you sure you want to format the USB…

Developer technologies | .NET | .NET MAUI
asked Apr 22, 2025, 12:52 PM
Dani_S 4,521 Reputation points
accepted Jul 11, 2025, 7:16 AM
Dani_S 4,521 Reputation points
3 answers One of the answers was accepted by the question author.

How do I convert a UWP application to use Azure Maps?

I maintain a large UWP application that uses MapControl (from Windows.UI.Xaml.Controls.Maps). I didn't know that Bing map tokens were being retired until I started seeing a "MapServiceToken not specified" warning in my map views a few days…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 9, 2025, 8:59 PM
Frank LaRosa 21 Reputation points
commented Jul 11, 2025, 2:40 AM
Harry Vo (WICLOUD CORPORATION) 320 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

how to start a foreground service in .net android?

I am using .net android and I am using media projection to capture screen I find that it is very slow when I minimize my APP so I want to ask that how to create a foreground service so I can run it not slow. .

Developer technologies | .NET | .NET MAUI
asked Jul 8, 2025, 1:00 PM
mc 5,551 Reputation points
commented Jul 11, 2025, 1:14 AM
mc 5,551 Reputation points
1 answer One of the answers was accepted by the question author.

String compare using Regex

I have a list of strings and I want to filter below combinations using Regex 1) It should give me all the strings ending with ABC 2) It should give me all the strings starting with ABC 3) It should give me all the strings containing ABC

Developer technologies | C#
asked Feb 12, 2021, 7:36 PM
Shweta Lodha 26 Reputation points
accepted Jul 10, 2025, 8:45 PM
Shweta Lodha 26 Reputation points
3 answers One of the answers was accepted by the question author.

.net Maui, viewModel alternative to OnAppearing

I notice that in .net MAUI OnAppearing doesn;t work. I need to find a way to open up a "DisplayAlert" as soon as the app appears and it must be triggered from the ViewModel. Thank you in advanced.

Developer technologies | .NET | .NET MAUI
asked Mar 3, 2023, 7:42 PM
Heinz Deubler 181 Reputation points
answered Jul 10, 2025, 5:53 PM
Burak Ozlik 0 Reputation points
2 answers One of the answers was accepted by the question author.

After updating my Asp.Net Core MVC application from .NET 6 to 8, I have to include Encrypt=false in the SQL connection string

EncryptError.pngWhile running my Asp.Net Core MVC application on .NET 6, the SQL server connection string didn't have any value regarding the "Encrypt". After updating to .NET 8, I have to include Encrypt=false in the connection string saved in…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 9, 2025, 5:53 PM
Sherpa 346 Reputation points
accepted Jul 10, 2025, 1:49 PM
Sherpa 346 Reputation points
1 answer One of the answers was accepted by the question author.

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is…

Developer technologies | .NET | .NET MAUI
asked Jul 9, 2025, 2:28 PM
Bhuwan 956 Reputation points
accepted Jul 10, 2025, 11:27 AM
Bhuwan 956 Reputation points
1 answer One of the answers was accepted by the question author.

Maui project not build after added this plugin "Plugin.Firebase.Analytics"

Maui project not build after added this plugin "Plugin.Firebase.Analytics" Create New Project -> Update All Packages -> Add "Plugin.Firebase.Analytics" NuGet package -> After clean Project -> Rebuild the project and it'…

Developer technologies | .NET | .NET MAUI
asked May 27, 2025, 9:10 AM
Bhuwan 956 Reputation points
accepted Jul 10, 2025, 7:28 AM
Bhuwan 956 Reputation points
1 answer One of the answers was accepted by the question author.

Binding null, but is working

In have my viewModel using System.Collections.ObjectModel; namespace FireChat.ViewModels; public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; …

Developer technologies | .NET | .NET MAUI
asked May 9, 2025, 11:45 PM
Eduardo Gomez 3,691 Reputation points
accepted Jul 10, 2025, 5:56 AM
Eduardo Gomez 3,691 Reputation points
1 answer One of the answers was accepted by the question author.

The RuntimeIdentifier platform 'iossimulator-x64' and the PlatformTarget 'arm64' must be compatible

Hello, I am encountering the following error when running the application on my MacBook. However, when I connect the MacBook to a Windows laptop and run it from there, it works fine. The issue only occurs when I try to run the application directly on…

Developer technologies | .NET | .NET MAUI
asked Jul 9, 2025, 4:17 PM
Bhuwan 956 Reputation points
accepted Jul 10, 2025, 2:44 AM
Bhuwan 956 Reputation points
2 answers One of the answers was accepted by the question author.

Getting this error: Msg 3609, Level 16, State 1, Line 88 The transaction ended in the trigger. The batch has been aborted.

So I'm trying an exercise Trigger Code that would send an email if someone tries to insert into the adventure database a special offer that is equal to or greater than 80%, My Code goes Like this: ----------------------- The…

Developer technologies | Transact-SQL
SQL Server | Other
asked Dec 11, 2021, 12:01 PM
salma dodin 96 Reputation points
commented Jul 9, 2025, 4:47 PM
Niarchos Ioannis 0 Reputation points
2 answers One of the answers was accepted by the question author.

how to call a function which should do my job but should not return back.

hi in my web pages i save reports to my databases using savechanges, i want to call a [funciton/etc] after savechanges so that i can save the report's data in a small flat table also in database. but i do not want to wait so that next report can be…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 8, 2025, 11:22 AM
rajesh yadav 231 Reputation points
accepted Jul 9, 2025, 10:18 AM
rajesh yadav 231 Reputation points
2 answers One of the answers was accepted by the question author.

Blazor WebAssembly not applying culture to DateTime formatting after changing culture

Hi, I recently migrated my Blazor project from Blazor Server to Blazor WebAssembly. In the Blazor Server version, when I changed the culture (e.g., CultureInfo.CurrentUICulture = new CultureInfo("fa-IR")), both the localized texts from .resx…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 5, 2025, 7:36 AM
Mrbanad 60 Reputation points
commented Jul 9, 2025, 8:33 AM
Mrbanad 60 Reputation points
1 answer One of the answers was accepted by the question author.

Seeing red dot sign on MAUI (explorer on resources) in .NET 9

I am seeing the red small sign on Resources folder in .NET MAUI (in .NET 9). I am working on the folder that is in a GitHub repository have a workflow open. How to resolve this problem.

Developer technologies | .NET | .NET MAUI
asked May 6, 2025, 5:36 PM
Soumyadip Majumder 120 Reputation points
commented Jul 9, 2025, 7:07 AM
Soumyadip Majumder 120 Reputation points
1 answer One of the answers was accepted by the question author.

DEBUG Mode doesn't work in D3D11CreateDeviceAndSwapChain

i use (windows-rs)[https://github.com/microsoft/windows-rs] to develop an app using DirectAPI, but i found that it can not get debug information, eventhough i enable D3D11_CREATE_DEVICE_DEBUG in when using D3D11CreateDeviceAndSwapChain, I don't see the…

Developer technologies | Windows Presentation Foundation
asked Jul 8, 2025, 3:23 AM
tyty Exs 20 Reputation points
commented Jul 9, 2025, 2:59 AM
tyty Exs 20 Reputation points
1 answer One of the answers was accepted by the question author.

On macOS: How to install .pkg created with dotnet publish ?

dotnet --version 9.0.301 My MAUI app. is upgraded to .NET 9. I just created a .pkg with the command: dotnet publish ChronoWiz/ChronoWiz.csproj -f net9.0-maccatalyst -c Release -p:MtouchLink=SdkOnly -p:CreatePackage=true -p:UseHardenedRuntime=true -o…

Developer technologies | .NET | .NET MAUI
asked Jul 7, 2025, 9:58 AM
Eigil Krogh Sorensen 96 Reputation points
accepted Jul 8, 2025, 2:42 PM
Eigil Krogh Sorensen 96 Reputation points