A set of technologies in the .NET Framework for building web applications and XML web services.
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
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)
A Microsoft platform for building and publishing apps for Windows devices.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
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#
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.
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#
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.
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
A set of technologies in the .NET Framework for building web applications and XML web services.
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
A set of technologies in the .NET Framework for building web applications and XML web services.
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
A set of technologies in the .NET Framework for building web applications and XML web services.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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#
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.
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)
A Microsoft platform for building and publishing apps for Windows devices.
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
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.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
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.
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
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
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
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
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
An implementation of Visual Basic that is built into Microsoft products.
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
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.