Posts by Guilherme Ottoni • 21 points
2 posts
-
1
votes0
answers107
viewsQ: Problem with Oauth2 JWT in Webapi2
Basically all code is working, I can generate my token, I can do everything, but I’m not able to validate the token. My code is like this when I call the api. What happens is: I’m sending the…
-
1
votes0
answers38
viewsQ: Parallel vs Tasks vs Threads
I was doing a Consoleapp and I was left with a doubt, what is the big difference of each of these and what are the advantages and disadvantages? In which case I would use Parallel, in which case I…