Posts by Marcelo Bittar • 1 point
2 posts
-
0
votes0
answers19
viewsQ: Multiple requests for an API result in 500 Internal Server error
I have an API that makes two requests on Microsoft services (POST and GET) that receive a code and bring some information about employees. public async Task<string> AdquirirEmail(string…
-
0
votes1
answer78
viewsQ: SQL gets Double with "Comma" tab instead of "Dot"
I am developing an ASP.NET application where I need to take a DOBULE typed by the user and pass to the bank. However there is a divergence of information, the DOUBLE of my bank receives separator…