18,994 questions with Developer technologies-related tags

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

visual studio installer cannot continue to download for visual studio community 2022 and no access to aka.ms

i am muhammad naveed faruq from pakistan i am an old user of visual studio to download visual studio 2022 community, when after downloading first file by browser and after clicking on it a small page opens to download installer,(contains two progress…

Developer technologies | Visual Studio | Setup
asked Jun 9, 2025, 10:27 AM
naveed faruq 30 Reputation points
commented Jul 8, 2025, 6:09 AM
naveed faruq 30 Reputation points
1 answer One of the answers was accepted by the question author.

Looking for a reliable POS tagger library for .NET

Developing a .NET application that requires POS (Part-of-Speech) tagging for English text. In Python, libraries like spaCy and NLTK are popular for this purpose. Are there any recommended libraries for POS tagging within the .NET ecosystem? Found…

Developer technologies | .NET | Other
asked Jul 3, 2025, 10:29 PM
亀谷 展(Kameya Hiroshi) 11 Reputation points
accepted Jul 8, 2025, 1:25 AM
亀谷 展(Kameya Hiroshi) 11 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
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 One of the answers was accepted by the question author.

Permissions in Inkscape bombed

How do I remediate my Inkscape app that is frozen and won't allow me to start it? I have 'repaired" it, when that didn't work I removed it, and when I tried to reinstall Inkscape it would not reinstall.

Developer technologies | Universal Windows Platform (UWP)
asked Jul 2, 2025, 6:18 PM
Edward Mulhall 25 Reputation points
commented Jul 7, 2025, 5:32 AM
Edward Mulhall 25 Reputation points
2 answers One of the answers was accepted by the question author.

should I use asp.net core compression ?

I know why EnableforHttps is disabled by default so should I use it ? and another question IIS cannot use http3.0 right?

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 1, 2025, 1:01 PM
mc 5,511 Reputation points
accepted Jul 7, 2025, 3:55 AM
mc 5,511 Reputation points
1 answer One of the answers was accepted by the question author.

set VARAINT is not right?

I am using ms-media-foundation and want to set CODECAPI_AVLowLatencyMode VARIANT var{}; var.boolVal = VARIANT_TRUE; var.vt = VT_BOOL; error:WinRT originate error - 0x80070057 : 'Invalid argument (VT_UI4 != pValue->vt)' why?

Developer technologies | C++
asked Jul 4, 2025, 12:40 PM
mc 5,511 Reputation points
commented Jul 6, 2025, 3:17 AM
mc 5,511 Reputation points
5 answers One of the answers was accepted by the question author.

If a method declared with the async modifier returns a cached result or completes synchronously,

i could not understand so could i get an exmaple of cached result and syncronous completion of async method. following is the lines from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/async-scenarios "If a method…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 3, 2025, 11:16 AM
rajesh yadav 211 Reputation points
commented Jul 5, 2025, 4:44 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

How to upload and store files in database in blazor web app

How to upload and store files in database in blazor web app

Developer technologies | ASP.NET | Other
asked Jun 30, 2025, 12:47 AM
Samuel Agyeman 20 Reputation points
commented Jul 5, 2025, 4:54 AM
Samuel Agyeman 20 Reputation points
3 answers One of the answers was accepted by the question author.

why ViewData is encoded for unicode text in asp.net web?

ViewData["Title"] ="xxxxxxxxxxx"; it is 首页 why?

Developer technologies | ASP.NET | ASP.NET Core
asked Jun 30, 2025, 4:47 AM
mc 5,511 Reputation points
accepted Jul 5, 2025, 3:52 AM
mc 5,511 Reputation points
1 answer One of the answers was accepted by the question author.

how to present ID3D11Texture2D using swapChain?

just set once RenderTargetView or present then release the rendertargetView and then again set the rendertarget view?OMSetRenderTargets or swapChain->GetBuffer?

Developer technologies | C++
asked Jul 3, 2025, 2:39 PM
mc 5,511 Reputation points
commented Jul 4, 2025, 1:04 PM
Varsha Dundigalla(INFOSYS LIMITED) 75 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

How to To Change Auto Navigation in a Modal?

I have a modal that previews my image products (originally i have a productgridcontainer that automatically circles through these image products for my customers to see the avilable products which i want it to be that way but i want the modal to be…

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 30, 2025, 1:15 AM
KwebenaAcquah-9104 346 Reputation points
accepted Jul 4, 2025, 9:08 AM
KwebenaAcquah-9104 346 Reputation points
1 answer One of the answers was accepted by the question author.

ms-appinstaller protocol has been disabled.

Hi, I have a WPF application and a Windows Application Packaging Project. I use Publish -> Create App package -> Sideloading -> enable automatic updates package is created and we put the output entire folder on our website. when Win10 users…

Developer technologies | Universal Windows Platform (UWP)
asked Jul 2, 2025, 12:24 PM
Jignesh Desai 126 Reputation points
accepted Jul 4, 2025, 7:19 AM
Jignesh Desai 126 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI Picker control, .net 9: the Unfocused event IMMEDIATELY follows the Focused event?

I'm using the MAUI Picker control (ComboBox) on .net 9, Windows, VS 2022 v17.13.6. When the Picker gets focus by the user clicking it, the Focused event fires, but it is immediately followed by the Unfocused event and the drop down list opens. If the…

Developer technologies | .NET | .NET MAUI
asked May 14, 2025, 12:32 PM
Blaise-1597 61 Reputation points
commented Jul 3, 2025, 3:15 PM
Blaise-1597 61 Reputation points
1 answer One of the answers was accepted by the question author.

MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7

After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…

Developer technologies | .NET | .NET MAUI
asked Jun 30, 2025, 10:33 AM
Anton Moroder 20 Reputation points
commented Jul 3, 2025, 9:18 AM
Anton Moroder 20 Reputation points
1 answer One of the answers was accepted by the question author.

Push Notification Icon Color Issue in .NET MAUI Local Notifications

I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…

Developer technologies | .NET | .NET MAUI
asked May 19, 2025, 6:33 PM
Omkar Pawar 255 Reputation points
commented Jul 3, 2025, 8:56 AM
Omkar Pawar 255 Reputation points
2 answers One of the answers was accepted by the question author.

LINQ how to sort column names

HI folks, I am retieving the column names from a datatable as follows. string[] columnNames = ds.Tables[0].Columns.Cast<DataColumn>() .Select(x => x.ColumnName) …

Developer technologies | C#
asked Jul 2, 2025, 11:20 AM
john noble 201 Reputation points
accepted Jul 3, 2025, 8:40 AM
john noble 201 Reputation points
1 answer One of the answers was accepted by the question author.

How to disable the ctrl+mousewheel zoom in WPF blazor hybrid app

I'm testing the WPF blazor hybrid app following the steps in this article: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/wpf?view=aspnetcore-9.0. The code repo is here. After running the app, I find I can use ctrl+mousewheel…

Developer technologies | .NET | Blazor
asked Jul 2, 2025, 2:27 AM
William Liu 556 Reputation points
accepted Jul 3, 2025, 12:51 AM
William Liu 556 Reputation points
1 answer One of the answers was accepted by the question author.

After updating my Asp.Net Core MVC from .Net 6 to 8, the project property throws error.

Error.txt Recently, I have updated my ASP.NET Core MVC application from .NET 6 to 8. The VS 2022 Professional was also updated to version 17.14.7. After that, when I right-click my web project, which is also the startup project, it throws the error shown…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 2, 2025, 6:11 PM
Sherpa 326 Reputation points
commented Jul 2, 2025, 7:33 PM
Michael Taylor 60,326 Reputation points
1 answer One of the answers was accepted by the question author.

OneWay Data Binding Between 2 Content Views not working

I've setup 2 ContentViews: NewContent1.xaml and ChildContentView.xaml using .NET 9. I've added <MauiEnableXamlCBindingWithSourceCompilation>true</MauiEnableXamlCBindingWithSourceCompilation> to my Project Properties. I'm binding a string…

Developer technologies | .NET | .NET MAUI
asked Jul 1, 2025, 2:04 PM
krobine-2778 20 Reputation points
commented Jul 2, 2025, 2:48 PM
krobine-2778 20 Reputation points