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)
ASP.Net Core 6 API Get Null Value after Successfully Post a JSON
I just followed MS ASP.NET Core Web API Tutorial and had some issues.
After created an API and can successfully POST a json format string to this API, I would like to customize its application.
The To...
Evan Hsiao
Votes: 0
Answers: 1
Cast date over null Id's, SQL
I have the following query
SELECT
originaltimestamp,
userid,
YEAR(CAST(SUBSTR(originaltimestamp, 1, 10) AS date)) AS year,
MONTH(CAST(SUBSTR(originaltimestamp, 1, 10) AS date)) AS mo...

Pether Cll_
Votes: 0
Answers: 0
Why is my pointer being initialized to 0x0?
I've been going through the K&R 2nd edition book and I've been stuck trying to get one of the examples to run properly.
The code taken straight from chapter 5 in the book (with some random variabl...

Hoswoo
Votes: 0
Answers: 1
After first login red null error comes just for a second
When i run the app and log-in / or already logged in before closed app => "Null check operator used on a null value" error pops up and it goes away just in a second. I guess user going to...
Semih Ylmaz
Votes: 0
Answers: 1