Can you name database management systems you are familiar with?
C#
Task with async/await: how does async/await work? What does it unfold into? What's the difference between Task and ValueTask?
How does Garbage Collector work?
Can you explain what is meant by 'build' in the context of software development?
Will the object change if its method is overridden in a subclass?
Can you describe how you have used migration mechanisms to manage changes in the database during development?
How did you previously receive tasks and assigned problems at your previous workplace?
Can you declare constant values inside an interface, and how does it affect design?
What steps will you take in case of disagreements with a colleague or within the team?
How can you implement a method so that it does not stop the main application from working?
What attracted your attention to the GitHub platform and why did you decide to work with it?
Explain how related data is loaded in Entity Framework and how it differs from lazy loading.
How can a mock (stub) be created for testing components or functions?
What is the difference between asynchrony and multithreading?
What is the OSI model and why does it exist?
What is ValueTask and when should it be used?
What is the function of the JOIN operator in SQL and what is it used for when working with multiple tables?
What will the C# code with enum: First = 15, Second, Third = 54 output?
What is the keyword partial in C#? What is it used for?