55,621 questions with Developer technologies-related tags

Sort by: Updated
3 answers

Fill bootstrap modal with data object's fields from AJAX and then send data to server

Hello, Last time I got help to read data object from AJAX and show its fields in the html. Now I would like to fill the bootstrap modal with the fields. I tried with asp-for but it didn't work. Algo I'd like to send the edited values to server. I attach…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-20T13:20:28.3933333+00:00
Image
Pablo The Tiger 186 Reputation points
answered 2026-03-23T04:24:12.26+00:00
Image
Jack Dang (WICLOUD CORPORATION) 15,205 Reputation points Microsoft External Staff Moderator
1 answer

Does this xbox-live-api(1807_xdk) still work?

I used this sdk(1807_xdk) in my UWP Games for xbox live sign-in, which I download from nuget(Microsoft.Xbox.Services.141.UWP.Ship.Cpp.lib), but it stopped working recently, the error code is 0x87DD0005. Not only me, but all users cannot sign in now. I…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-03-20T15:07:58.6733333+00:00
Image
BIN 0 Reputation points
answered 2026-03-23T04:21:55.95+00:00
Image
Jay Pham (WICLOUD CORPORATION) 3,500 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

how to load 3d in winform?

I want to ask that how to load 3d in winform. can I only load one 3d in one control? So I can click it.

Developer technologies | Windows Forms
asked 2026-03-19T13:02:11.7633333+00:00
Image
mc 6,841 Reputation points
accepted 2026-03-23T04:05:08.62+00:00
Image
mc 6,841 Reputation points
1 answer

Issue with Jetpack Compose, and Kotlin 2.2

Hi, To the fact like // Developers should migrate to alternatives like GitHub Actions, Sentry, or CircleCI. This is not a retirement of Android development itself, which in 2026 is stable, focused on Jetpack Compose, and Kotlin 2.2 \\ Can we use VS 2026…

Developer technologies | ASP.NET | ASP.NET API
asked 2026-03-23T03:16:28.56+00:00
Image
Peter Liang 3,246 Reputation points
edited the question 2026-03-23T03:56:06.3333333+00:00
Image
Peter Liang 3,246 Reputation points
1 answer

can i learn c# in azure devops server

what is the benefit of free subscription in azure as i need to learn c# and servers

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,779 questions
asked 2026-03-23T03:50:14+00:00
Image
Amr Hegazy 0 Reputation points
answered 2026-03-23T03:50:31.9733333+00:00
Image
Q&A Assist
1 answer

Incomplete login to a GMail account using OAuth 2.0

I am using this code (from here): const string GMailAccount = "******@gmail.com"; var clientSecrets = new ClientSecrets { ClientId = "XXX.apps.googleusercontent.com", ClientSecret = "XXX" }; var codeFlow = new…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,779 questions
asked 2026-03-19T10:46:46.5666667+00:00
Image
RogerSchlueter-7899 1,611 Reputation points
commented 2026-03-23T03:48:51.8+00:00
Image
Nancy Vo (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff Moderator
2 answers

Port issue on binding

Hi, On IIS binding, both of the 2 sites are running on port 443. Both of them cannot be up at the same time as they're all on port 443. I want to switch one of them to port 4431 (or any other option you can advise). Can you help?

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-21T08:22:10.4166667+00:00
Image
Peter Liang 3,246 Reputation points
commented 2026-03-23T03:42:56.13+00:00
Image
Bruce (SqlWork.com) 83,661 Reputation points
1 answer

Binding Checked Boxes to ViewModel

Hello everyone and thanks for the help in advance. I am developing a MVC application that takes user input from checkboxes and post to a MVC controller for further processing. Currently in my test app, the only checked box looks like: …

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-23T01:19:17.05+00:00
Image
Kmcnet 1,356 Reputation points
answered 2026-03-23T01:19:31.4533333+00:00
Image
Q&A Assist
2 answers

Working with Checkboxes in MVC

Hello everyone and thanks for the help in advance. I am refactoring an old webforms application to MVC. The page build the list of checkboxes from a database. The application then needs to check to see if the page has submitted any previous checkbox…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-03-12T20:43:38.14+00:00
Image
Kmcnet 1,356 Reputation points
commented 2026-03-23T00:56:38.6333333+00:00
Image
Kmcnet 1,356 Reputation points
1 answer

Cannot Deploy IIS project. Error: Could not load type Microsoft.Internal.VisualStudio.Shell.Interop.IVsCustomTelemetryService from assembly Microsoft.Internal.VisualStudio.Interop PublicKey

I'm running Visual Studio 2026 Community Edition. I just updated to the March 2026 feature Update and now I can't deploy IIS projects. This just happened after running the update. Error: Could not load type…

Developer technologies | Visual Studio | Setup
asked 2026-03-18T03:41:53.19+00:00
Image
Excalibur Reporting 0 Reputation points
commented 2026-03-22T21:29:17.5133333+00:00
Image
Clem Earp 0 Reputation points
1 answer One of the answers was accepted by the question author.

C# bool anomaly?

Winforms .Net Framework4.8 in VS 2022 Community 17.14.28 I’m querying  SQLite v3.46.1 with the ExecuteScalar<T> command  using the NuGet System.Data.SQLite and Dapper packages. This line of code runs fine:             bool testVar =…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,779 questions
asked 2026-03-22T17:51:37.9266667+00:00
Image
Art Hansen 601 Reputation points
accepted 2026-03-22T18:00:50.25+00:00
Image
Art Hansen 601 Reputation points
3 answers

UWP how to change foreground color when mouse over?

Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…

Developer technologies | Universal Windows Platform (UWP)
asked 2026-03-05T07:53:20.88+00:00
Image
kw Lee 0 Reputation points
commented 2026-03-22T14:23:33.5733333+00:00
Image
kw Lee 0 Reputation points
2 answers

How do I turn off the notification sound in Microsoft Visual Studio Community 2022?

How do I turn off the very annoying notification sound in visual Studios now? This is some new feature that is really annoying me. Every time I try to step through the debugger it makes this annoying Alien  bubbling sound. Today it the 1st time this has…

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,714 questions
asked 2023-03-06T15:26:31.1833333+00:00
Image
Brandon Boone 31 Reputation points
commented 2026-03-22T12:14:35.0066667+00:00
Image
Sharath Dharmala 0 Reputation points
3 answers One of the answers was accepted by the question author.

what is button in winform is that in win32?

is that button in winform is equal to button in win32? maybe not I use SendMessage in winform to send SETTEXT message to the handle of the button but the text is not changed.

Developer technologies | Windows Forms
asked 2026-03-20T07:23:35.7966667+00:00
Image
mc 6,841 Reputation points
commented 2026-03-21T11:38:57.15+00:00
Image
RLWA32 52,256 Reputation points
1 answer

Visual studio 2026 activation

Bonjour, j'ai acheté le renouvellement de licence mais je n'ai pas la clé d'activation, 14 novembre 2025 | Numéro de commande 6168383806 Merci d'avance de votre aide

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,714 questions
asked 2026-03-21T09:38:49.7333333+00:00
Image
PharmaSoft 1 Reputation point
commented 2026-03-21T09:41:06.82+00:00
Image
PharmaSoft 1 Reputation point
3 answers One of the answers was accepted by the question author.

Data sharing between the server and client app

Hi, Better to share text file between the server and the client app? Any sample to receive a text file on the client app?

Developer technologies | ASP.NET | ASP.NET API
asked 2026-03-17T09:52:43.1233333+00:00
Image
Peter Liang 3,246 Reputation points
commented 2026-03-21T08:26:14.3333333+00:00
Image
Peter Liang 3,246 Reputation points
1 answer

System.TypeInitializationException: 'The type initializer for 'Module1.bas' threw an exception.'

Hi. I have been working on a Visual Basic project in 2025 for a while but lately after I rebuilt the project and run it then input some values in textboxes I get an exception error. Full message is below; Exception…

Developer technologies | Visual Studio | Debugging
asked 2026-03-20T19:16:43.9566667+00:00
Image
Rudolph Scott 20 Reputation points
commented 2026-03-20T20:15:17.62+00:00
Image
Rudolph Scott 20 Reputation points
1 answer

Vs code not working properly

prelaunchtask c c++ g ++ exe build active file terminated on vs code this error wasted my whole day tried to resolve it thourgh all possible way resintalled vs code and C++ complier added the path but no help . Kindly resolve my issue. Thanks

Developer technologies | Visual Studio | Setup
asked 2026-03-20T19:09:55.5966667+00:00
Image
M. Zubair 0 Reputation points
commented 2026-03-20T19:18:57.51+00:00
Image
Viorel 126.8K Reputation points
2 answers

PowerPoint Ribbon XML fails to trigger VBA macro in .potm (Macro not found/disabled)

Hi, I am struggling with a custom Ribbon tab in a PowerPoint macro-enabled template (.potm). The tab and button appear correctly, but clicking the button triggers the error: "Cannot run the macro. The macro may not be available in this workbook or…

Developer technologies | Visual Basic for Applications
asked 2026-03-19T14:33:07.42+00:00
Image
Hans Kristian Eide 0 Reputation points
commented 2026-03-20T16:25:16.55+00:00
Image
Hans Kristian Eide 0 Reputation points
1 answer

iOS Binding Library in MAUI

I have a native iOS SDK Library which I have been trying to integrate in my MAUI app for iOS/Android via iOS Binding Project. The iOS SDK xcframework has certain classes in the headers folder which I suppose are public headers. My query is : Can the…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,383 questions
asked 2026-03-20T12:46:51.4866667+00:00
Image
Aakash Pandey 0 Reputation points
edited the question 2026-03-20T12:48:20.3933333+00:00
Image
Aakash Pandey 0 Reputation points