Posts by Rafael Fernando • 11 points
2 posts
-
0
votes0
answers22
viewsQ: Edit using PUT method
I wanted to make an edition by PUT method, but I have some problem with the query string. I could not solve so far because I am a new programmer in . NET Core. I have tried to define route, use…
-
1
votes0
answers14
viewsQ: Communication with Arduino via await async . NET
Good afternoon! I’m studying the best way to communicate my web project with an Arduino board. So far I’ve managed SEND an asynchronous form of a command, according to the code below: //metodo para…