Click here to Skip to main content
16,022,069 members

Comments by Hung Le Nguyen (Top 4 by date)

Hung Le Nguyen 8-Oct-24 9:37am View    
I see, thanks for the source. Do you have any project recommendations I can look up on GitHub to use as an example for this and how I should write my repository, service, and API in general? Thanks again.
Hung Le Nguyen 8-Oct-24 9:16am View    
ah, that's my bad. I copy the whole project folder, paste it to the GitHub folder, and then push it.
Hung Le Nguyen 8-Oct-24 9:11am View    
Since my main language is Java, I'm not very good at C#. Therefore, I just write as closely as I usually do in Java. And I want the DB to be async/await, but I don't know how so I use this for now. Would you like to show me how to do it?
Hung Le Nguyen 6-Oct-24 23:27pm View    
If I use Spring security and test (with Postman) the API with no id or no request body, It will return
403 instead of BAD_REQUEST IllegalArgumentException("Account ID cannot be null");
How do I fix it?