I'm trying to make a union in C#. Do I really need to type [Fieldoffset] at every data declaration? Can anybody sahre a simple way to create unions in C#?
Hello everyone! I have a question. Is it possible to use Windows Form (and/or WPF) on a Linux development environment?
Why I can't have different definitions of my class? I have three definitions: MyClass(string,char) MyClass(byte) MyClass() It only takes the last two
Hello everyone, I'm trying to set up my environment for developing on Windows using VSCode + MSYS2 , I ran the pacman command installing everything and edited the environment ...
I'm having serious issues at using OpenCV on my distro (Manjaro). I tried to compile the library(OpenCV 3.4) from source via CMake but it seems to be not compatible with the G...
Hi everyone....Scaffold-DbContext is used to reverse engineering a DB (whole) but what if I want to get (and connect) just a table from that DB ?
I wanna install another compiler and use it as default for compilation process via CMake file. GCC 10 is already installed and I can install the package gcc49 (GCC 4.9) availa...
Do you recommend upgrade to VS 2022? If so, why?... I'm currently using VS 2019 for APS.NET REST APIs and I was wondering about any issue if I upgrade
Any idea what's going on?
Is there any way to set a different compiler as default and set it in the CMake file?
Why I'm having a CORS POLICY issue if the same url is being used?
Does Hotreload always work?