python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to resolve powershell errors when installing react-native-windows in windows 11
I got a new system running on windows 11 and I'm having issues running the shell script to set up react native windows environment.
Set-ExecutionPolicy Unrestricted -Scope Process -Force;
iex (New-Obj...

Uwem
Votes: 0
Answers: 1
What is .NET Runtime Identifier for Windows 11
As you all know .NET let's us publish self-contained applications targeting a specific platform by mentioning the Runtime Identifier at the time of publish. For those of you who are not aware what a s...

shreesha
Votes: 0
Answers: 1
VS code not opening from terminal with code . command in windows 11
When I try to open with "code ." command from the windows terminal, it is throwing an error.
code : The term 'code' is not recognized as the name of a cmdlet, function, script file, or opera...
Suryaraj PS
Votes: 0
Answers: 2
My C++ Visual Studio program ignores the Swedish characters å, ä, and ö during input via Win terminal
I've encountered a, hopefully, slight problem during a programming endeavor inside Visual Studio 2022 on Windows 11!
Whenever I input å, ä, and ö into my running program using a getline into a string ...
InquisitiveFly
Votes: 0
Answers: 0