python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OpenGL (with OpenTK) isn't displaying square
I'm using the following code to display multiple textured Squares in a 3D-Environment, but there is not a single Square showing up (OpenGL doesn't output any errors), but I'm able to see my Background...
xXjojaXx
Votes: 0
Answers: 1
Best path for management actions in Active Directory with .net Core 3.1 from an Azure Function
I need to perform the following actions in Active Directory:
find if a group exists
create a group
delete all members of a group
add users to a group
This was done by a webservice that was hosted on...

Luis Art Guerra
Votes: 0
Answers: 0
Using a configuration variable as a parameter to an attribute in C#
I know it is generally not possible to use a non-constant value as a parameter to an attribute, but I'm wondering - if I know the value at build time, is there a way to make that a constant value in t...
Brendan McMahon
Votes: 0
Answers: 0
Why .net core 3.1 projects can be created without installing the 3.1 SDK?
run the command "dotnet --list-sdk" in cmd window, the following msg shows,
5.0.404 [C:\Program Files\dotnet\sdk]
6.0.101 [C:\Program Files\dotnet\sdk]
which means .net core 3.1 sdk not ins...
lixiangc
Votes: 0
Answers: 0