Posts by Felipe Arruda • 49 points
3 posts
-
0
votes1
answer951
viewsQ: Thread error: Control accessed from a thread that is not the one in which it was created
I have a code pad and I need it to run every x seconds, so I used the class Timer and passed as parameter the method I want to execute, and the times, start and interval. However the code is popping…
-
1
votes3
answers621
viewsQ: Change Asp.Net Core version
I installed version 3.0 of Asp.Net Core in my project, but I will need to change to an earlier one in the case of 2.2, there is some way to do this?…
-
3
votes1
answer176
viewsQ: Pass parameters with properties c#
I’m putting together a script of fighters, the category I want to be a private method and that it is according to the weight that the user type, but I’m not able to mix these two attributes in the…