Hello, I have a weird question to ask. I'm facing timing issues while using .NET in a Docker Container: An async method is called every full minute using a timer. However i...
Hello Guys, as a college student who was drilled to use encapsulation in every class where variables are set/reset What do you think of it? Personally I see little reason in...
does anybody seriously deal with these warnings?
would somebody kindly explain to me what the => and _ symbols do?
so it basically says if(update.Message != null) but what does the message behind that do?
ist it less effort than if(a == "SendMail") SendMail(); ?
is this used if there are no default values specified? are the default values (if they exist) nulled by doing it that way?
So it shouldnt depend on updates if thats what youre reffering to?
Is there a possibility to call a function based on a string? such as String a = SendMail() and then something like execute a ?
also do I understand correctly that these : are just a way of assigning arguments?
Or wait, are all those choices independet and not 8 possible cases?
another stupid question, why the { } ?