M.Sc. C.S. University of Belgrade, Serbia; MCSA – Microsoft Certified Solutions Associate (C#, ASP.NET MVC); CodeProject MVP (x2 years); C#-Corner MVP (x3 years ...
I configured an application with an ssl-bundle. For local testing I do not want to enable ssl. So I disabled it for stage local. But i got an FileNotFoundException for the certificates file even it is ...
Coding the gRPC client with .NET Standard 2.0 Launch a gRPC server Communicate with the server See error RpcException: Status(StatusCode="Unavailable", Detail="Error ...
Camel case and snake case stand at opposite ends of the variable naming convention spectrum. When multiple words are used to form a variable, camel case joins those words together, without any white ...