54,077 questions with Developer technologies-related tags

Sort by: Updated
1 answer

how to use this in .net android?

create a view and draw it in onDraw or give background to imageView?

Developer technologies | .NET | .NET MAUI
asked Jul 7, 2025, 9:07 AM
mc 5,511 Reputation points
edited an answer Jul 7, 2025, 9:28 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
1 answer

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 211 Reputation points
edited an answer Jul 7, 2025, 9:26 PM
SurferOnWww 4,721 Reputation points
2 answers One of the answers was accepted by the question author.

Package Source v2 feed error

I have try to download a package on package manager with https://nuget.org as the source but it output a error as feed back. How can I fix that error? Severity Code Description Project File Line Suppression State Error [Package source] The V2 feed…

Developer technologies | .NET | Other
asked Jan 27, 2022, 7:02 AM
Wilson Au-Yeung 21 Reputation points
answered Jul 7, 2025, 7:03 PM
Sony Nguyen 0 Reputation points
0 answers

How to fix my high jump app I’m missing all kinds of doors and I can’t add trip numbers to doors I don’t have access too

I don’t have access to my doors is transfers I’m missing 322 323 502 503 505 506 and 507

Developer technologies | Visual Basic for Applications
asked Jul 7, 2025, 5:30 PM
Large, Troy 0 Reputation points
3 answers

Visual Studio Subscription shows that's disabled and I do not have admin privileges in my own subscription. I am also not able to renew the subscription even the

Visual Studio Subscription shows that's disabled and I do not have admin privileges in my own subscription. I am also not able to renew the subscription even though I have the 50$ monthly credit . I cannot see any billing data and my admin privileges…

Developer technologies | Visual Studio | Other
asked Sep 11, 2023, 3:11 PM
Shourya Addepalli 1 Reputation point
answered Jul 7, 2025, 5:13 PM
Guanes, Carlos 0 Reputation points
1 answer

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 76 Reputation points
edited an answer Jul 7, 2025, 3:52 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
1 answer

When using OpenXML do I need to create a new abstract numbering for each numbered list if i want it to restart

Using c# openxml, when i create multiple numbering instance referring to the same abstract num (ordered list), each list continues its numbering upwards throughout the document. If i want numbering to restart do i need to create a new abstract or is…

Developer technologies | C#
asked Jul 3, 2025, 4:08 PM
Jake Good 0 Reputation points
commented Jul 7, 2025, 3:38 PM
Jake Good 0 Reputation points
1 answer

Has anyone successfully targeted Android API Level 35 in a .NET MAUI app?

I recently got a critical warning from Google Play Console: "2 of your apps are targeting an old version of Android. Google Play requires all apps to meet target API level requirements before August 31, 2025." I'm currently targeting:…

Developer technologies | .NET | .NET MAUI
asked Jul 7, 2025, 11:11 AM
Aayush Rawat 0 Reputation points
answered Jul 7, 2025, 3:28 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
0 answers

Power off Xbox Series controller with C# via Bluetooth

I am writing a small C# winforms tray app targeting 4.7.2 that will allow me to power down the controller on game exit. I've been trying to do this for some time now but still can't manage to achieve the controller disconnection. Is there a way to…

Developer technologies | C#
asked Jul 7, 2025, 2:00 PM
magrega 51 Reputation points
edited a comment Jul 7, 2025, 2:05 PM
magrega 51 Reputation points
0 answers

Question For Printing in avalonia ui for multiple size directly and Sintly

Hello Developer. i want to ask how i can print invoice or pdf ... from my avalonia ui app (some as WPF) directly withtout any dialog show from code sintly. i see multiple option some as questpdf but it not have any api for printing it be generate a pdf

Developer technologies | Windows Presentation Foundation
asked Jul 7, 2025, 12:16 PM
Ali Fahs 0 Reputation points
4 answers

how to handle if async process returns before await.

ifGetStringAsync (and therefore getStringTask) completes before GetUrlContentLengthAsync awaits it, control remains in GetUrlContentLengthAsync. The expense of suspending and then returning to GetUrlContentLengthAsync would be wasted if the called…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 5, 2025, 9:36 AM
rajesh yadav 211 Reputation points
edited a comment Jul 7, 2025, 11:27 AM
SurferOnWww 4,721 Reputation points
1 answer

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,671 Reputation points
answered Jul 7, 2025, 10:41 AM
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer

UWP BLE not working for authenticated attributes

I can't write to the CCCD on a BLE device that has the authentication flag enabled on the CCCD

Developer technologies | Universal Windows Platform (UWP)
asked Jul 31, 2024, 12:28 AM
Corby Wilson 0 Reputation points
commented Jul 7, 2025, 10:28 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
5 answers One of the answers was accepted by the question author.

how or where a sync function in a web API controller can help me?

hi, I just made one web API with core 9 with entity framework and all actions, i found that all the methods are made with a sync. q1) so my question is where or how it can help me , because in my case i call my controllers action methods from java…

Developer technologies | ASP.NET | ASP.NET API
asked Jun 24, 2025, 1:12 PM
rajesh yadav 211 Reputation points
commented Jul 7, 2025, 9:55 AM
Jack Dang (WICLOUD CORPORATION) 375 Reputation points Microsoft External Staff
1 answer

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 881 Reputation points
answered Jul 7, 2025, 9:52 AM
Michael Le (WICLOUD CORPORATION) 305 Reputation points Microsoft External Staff
2 answers

Unable to Use MicrosoftReport Viwer in containerized environment

HI team , I am have a Asp.net application with 4.7.2 version and my reporting relay on RDLC and XSLT templates , with microsoft reportviewerversion 15 , I am trying to Run in a containerized Environment with ECS on AWS Fargate with windows support ISSUE…

Developer technologies | ASP.NET | ASP.NET API
asked May 19, 2025, 7:44 AM
balaji k 0 Reputation points
commented Jul 7, 2025, 9:43 AM
Raymond Huynh (WICLOUD CORPORATION) 80 Reputation points Microsoft External Staff
1 answer

composite key http

@Html.ActionLink("Edit", "Edit", new { item.monthr,item.tennant }) getting an error . monthr and tennant are the keys.

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 2, 2025, 7:19 AM
asgar ali 0 Reputation points
commented Jul 7, 2025, 9:32 AM
Raymond Huynh (WICLOUD CORPORATION) 80 Reputation points Microsoft External Staff
2 answers

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 30 Reputation points
answered Jul 7, 2025, 9:31 AM
Jack Dang (WICLOUD CORPORATION) 375 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
answered Jul 7, 2025, 9:28 AM
Jack Dang (WICLOUD CORPORATION) 375 Reputation points Microsoft External Staff
2 answers

Visual Studio 2022 Enterprise cannot create an ASP.NET using .NET8

I use Visual Studio 2022 Enterprise. Try to create an ASP.NET Web application using .NET8 framework. However, .NET8 is not listed in "Targeted framework drop list". How to create an ASP.NET Web Applicaiton using .NET8 framework? How to…

Developer technologies | ASP.NET | ASP.NET Core
asked Feb 28, 2025, 4:55 PM
Lu, Xinghua 0 Reputation points
edited an answer Jul 7, 2025, 9:22 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff