I've gotten used to the memory management of C++ and having to consider if data should be stored in the Stack or Heap though coming back to C#
I am new to Flutter and currently working on a project where I need to show user a list of matched members so that a user can easily select one of them. For tha
I'm trying to send a log file from my App. When I try to send it, I only receive a text file with the path to the file. The path is correct, in my code I additi
We have been developing REST APIs in .Net core 3.1 and using MS TEST - Test Project in Visual Studio 2019 for unit testing. Now we have a hard rule to follow Te
When i add two function in form everything goes okay but nothing submitted like value=1 or value=2 <form method="get" name="formSubmit" onsubmit="return !!(d
New to android studio. Read a lot of responses on here regarding null returns for ImageView but none have solved my issue. I am getting a null return and that p
public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
I want to extract out the "A"(s) from this column. After doing that I want to be able to print the other data from other columns associated with "A" in the same
With what that error can be connected: org.apache.poi.ooxml.POIXMLException: error: The 'namespace-prefix' feature is not supported while the 'namespaces' featu
When i running npm run typeorm migration:generate -- -n CreateUserTable migration successfully generates, but at the same time my project is starting. When i r