How does a virtual method differ from an abstract method?
C#
What compensations does the company provide, in particular, is the JetBrains Rider subscription compensated?
Что такое Redis и для чего его обычно используют?
How are tests conducted, and what is your experience with unit testing?
How to dynamically cancel a task? What are CancellationToken and CancellationTokenSource responsible for?
What do HTTP status codes 200, 400, and 500 indicate?
Did you decompose tasks yourself or delegate decomposition to other developers?
Is it possible to change the method signature when overriding?
Do you know Go?
Can you use await in a synchronous method?
What is expected from a new developer in the first month of work?
What is the schedule for calls and is it possible to start the workday earlier considering the time zone of Kaliningrad?
How does an array differ from List<T>?
How are you doing with Docker, and what is your experience using it?
What is the difference between Task.Delay and Thread.Sleep?
In what case will the second async method run in a separate Task?
What properties should a method or class have to be conveniently covered by unit tests?
What is middleware in ASP.NET Core? Can it handle requests and which middleware are most commonly encountered?
What are partitions used for in Kafka?
How does foreach work?