54,826 questions with Developer technologies-related tags

Sort by: Updated
2 answers

How to write data to a gip device (Xbox Series controller)?

I am working on a program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series work with GIP. I run a win10 pc and use an Xbox Series…

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,672 questions
asked Jul 29, 2025, 4:28 PM
magrega 56 Reputation points
answered Nov 15, 2025, 3:14 PM
Ross Pakk 80 Reputation points
1 answer

Calculating the amount of TRX and energy required for a contract

How can a contract be calculated in Tron so that before writing it, one can know how much Tron and how much energy it requires? For example, the user writes the text of the contract, but its amount is determined after receiving its bytecode and ABI. Is…

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,672 questions
asked Nov 15, 2025, 2:49 PM
Mohamad Hasan Salmaaniyaan 0 Reputation points
answered Nov 15, 2025, 2:50 PM
Q&A Assist
4 answers One of the answers was accepted by the question author.

How can I create an Azure Web App using .NET 10 (LTS)? I only se the .NET 10 (LTS) (Preview)

I am trying to deploy a webapp to production that uses .NET 10 (LTS). I only see .NET 10 (LTS) (Preview) as an option. When will the .NET 10 (LTS) runtime stack be available in Azure?

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,293 questions
asked Nov 12, 2025, 3:19 PM
Carlos Espinoza 20 Reputation points
commented Nov 15, 2025, 2:49 PM
Steve Buck 0 Reputation points
0 answers

Unable to enable .Net Framework 3.5 with error 0x800700C1

I am trying to run my Sims3 game, but when I attempt to launch it, I get a Windows Feature pop-up that says that .Net Framework 3.5 cannot be installed with error 0x800700C1: I then try to enable the .Net Framework 3.5 by checking the boxes in the…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,139 questions
asked Nov 15, 2025, 2:03 PM
Sammi Dailey 0 Reputation points
3 answers One of the answers was accepted by the question author.

Unsafe-inline and unsafe-eval

Hi All, We have an application developed in ASP.NET (.NET Framework 4.6.2). Understand from the below article that we need unsafe-inline and unsafe-eval settings in order to run the…

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,622 questions
asked Nov 5, 2025, 9:40 AM
Venugopal 0 Reputation points
accepted Nov 15, 2025, 1:55 PM
Venugopal 0 Reputation points
2 answers One of the answers was accepted by the question author.

Why are there variables of interface type, in c#

private ICollection<Resistor_Info> _resistorlist; “ICollection” Can be a type?

Developer technologies | Windows Presentation Foundation
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,139 questions
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,549 questions
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,672 questions
asked Mar 14, 2023, 8:09 AM
兰树豪 381 Reputation points
commented Nov 15, 2025, 11:20 AM
sam konstas 0 Reputation points
3 answers

Processes cannot communicate by COM

I have a program called ProgramA which is a desktop program (GUI) hosting a COM server. This program is started and kept running. I have another desktop (WPF) program called ProgramB, written in C#. The ProgramB instantiates an out-of-process COM…

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,672 questions
asked Nov 5, 2025, 1:34 PM
Magne 126 Reputation points
edited an answer Nov 15, 2025, 11:04 AM
RLWA32 51,016 Reputation points
1 answer

VS code terminal charset is UTF-8, but it can't show chinese characters

as title, tried to reinstal VS code and renew Java version

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,549 questions
asked Nov 15, 2025, 8:27 AM
宜璋 Lee 0 Reputation points
edited the question Nov 15, 2025, 9:22 AM
simo-k 65,515 Reputation points Volunteer Moderator
3 answers

visual studio community version 2022 is not available to download

my students need to install 2022 for a project it needs 2022 and haven't been updated for 2026 yet and there is no place to get the 2022 community version installer and its not available in the installer as well

Developer technologies | Visual Studio | Setup
asked Nov 14, 2025, 5:24 PM
ali azarafza 0 Reputation points
edited an answer Nov 15, 2025, 6:38 AM
null null 0 Reputation points
1 answer

How do I get more information about this linker error?

Recently I have been doing a lot of template related programming and every once in a while I get this linker error, but it doesn't really tell me much about what's wrong. 1>CollisionSystem.obj : error LNK2019: unresolved external symbol…

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,026 questions
asked Nov 15, 2025, 6:23 AM
k b 0 Reputation points
answered Nov 15, 2025, 6:24 AM
Q&A Assist
0 answers

My update ran into a problem, and I'm not sure what to do.

Developer technologies | Visual Studio | Setup
asked Nov 15, 2025, 5:51 AM
jia xiao 0 Reputation points
2 answers

Sending SMS from ASP.NET Web Application Using Twilio API

I am attempting to implement a feature that allows a user to send an SMS to a mobile number from a web application using the Twilio API. The application setup consists of two text boxes: DestnationPhone.Text SmsMessage.Text In this feature, a user will…

Developer technologies | ASP.NET | ASP.NET API
asked May 12, 2025, 11:39 AM
Donald Symmons 3,066 Reputation points
commented Nov 15, 2025, 4:52 AM
Donald Symmons 3,066 Reputation points
1 answer

how do i deal with macros in this project is disabled

Am learning about visual basic language programming. but when i run the program,it says the macros in this project are disabled.

Developer technologies | Visual Basic for Applications
asked Nov 15, 2025, 2:34 AM
Mark Denis Kibue Gichuru 0 Reputation points
answered Nov 15, 2025, 2:35 AM
Q&A Assist
3 answers

the shared with me api does not work, why?

The shared with me api call to one drive does not return the relevant data, I get only one item every time I run the query even though I have proper token and more items to show

Developer technologies | XAML
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
870 questions
asked Nov 10, 2025, 10:45 AM
Nikola Zdravevski 85 Reputation points
answered Nov 15, 2025, 1:26 AM
Scott Rudy 36 Reputation points
2 answers

Publish using FTP option missing in VS2026 for Blazor app

I updated my VisualStudio from 2022 to 2026 and upgraded my Blazor apps to Net10, but now when I go to publish, the existing publish profile using FTP does not work and selecting New Profile does not give me a FTP option. Only Azure, Docker Container…

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,549 questions
asked Nov 13, 2025, 6:09 PM
Michael Rothberg 0 Reputation points
commented Nov 14, 2025, 8:26 PM
Michael Rothberg 0 Reputation points
7 answers One of the answers was accepted by the question author.

Unable to install .NET Framework 4.8 in silent mode

Hi, I am unable to install .NET Framework 4.8 offline installer via silent mode. I used Admin CMD with "ndp48-x86-x64-allos-enu.exe /q /norestart" command to install. It won't install and stuck in End User Accept License area. I knew this…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,293 questions
asked Jun 2, 2022, 10:54 PM
Brandon Ho 376 Reputation points
edited a comment Nov 14, 2025, 7:25 PM
kanwal shahzadi 0 Reputation points
2 answers One of the answers was accepted by the question author.

The microsoft learn .net editor is not appearing, how can I fix this?

I have started doing the freecodecamp and microsoft C# course, and for a bit, the .NET editor appeared, but when i started doing the unit on strings it disappeared. I have tried all previously recommended troubleshooting issues (refreshing, turning of…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,139 questions
asked Nov 14, 2025, 5:23 AM
DividedFox 0 Reputation points
accepted Nov 14, 2025, 7:21 PM
DividedFox 0 Reputation points
1 answer

No puedo crear una nueva suscripción de desarrollador de Microsoft 365

Mi nombre es Cristhian y estoy teniendo dificultades para crear una nueva suscripción de desarrollador en el programa de Microsoft 365. Utilicé anteriormente mi cuenta personal (correo: [tu correo aquí]) para crear una suscripción con el dominio…

Developer technologies | Visual Studio | Extensions
asked Aug 25, 2025, 8:50 PM
CRISTHIAN VIERA 0 Reputation points
commented Nov 14, 2025, 7:02 PM
Gade Harika (INFOSYS LIMITED) 1,565 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Best practice to handle dates when visitors are in different timezones?

I have a blog application (.NET/C#/API) where users can create posts for specific dates. The blog is public (no login required to read posts). Problem: A user in Sweden (UTC+1) creates a post on 2025-10-31 at 00:30 local time. They want the post to be…

Developer technologies | ASP.NET | ASP.NET API
asked Nov 11, 2025, 9:47 PM
mrcode 51 Reputation points
accepted Nov 14, 2025, 6:06 PM
mrcode 51 Reputation points
3 answers

.NET Core Window not showing correct content

I've created a WPF application targeting .NET core. I have a GUI defined in a file named MainWindow.xaml The Main window displays fine when the program is executed. When the GUI runs there's, a button named "About". When the…

Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,139 questions
asked Nov 5, 2025, 3:18 PM
Paul C 0 Reputation points
answered Nov 14, 2025, 4:10 PM
Paul C 0 Reputation points