Posts by Thiago Souza • 21 points
2 posts
-
0
votes1
answer94
viewsA: Problem when converting text to decimal in ASP.NET Core deserialization
In fact, you don’t pass a zero on a numerical type. If this check is so important to you, I suggest you turn your DTO.Value into string, and do the numerical processing after the request reaches the…
-
2
votes3
answers939
viewsA: How do I rotate the square when I click the button? JAVASCRIPT
vc can make a class, which calls a keyframe (css) responsible for spinning up to 50% 45 degrees and then at 100% back to 0 degrees. when you click on rotate, you add the css class.…