What lifecycle methods of requests exist in ASP.NET Core?
C#
What is object-oriented programming (OOP)?
In what cases is it necessary to denormalize data?
How does routing work in ASP.NET?
What is the throw operator in C#?
What is the difference between Dictionary and HashSet?
How does string comparison work in C#? Are object references for strings compared?
What is transient in the context of C#?
How to implement the Singleton pattern in C#?
What approaches exist within the EF Core ecosystem?
What collections do you know in C#?
What is GVT used for?
What is a purchase order in Zen?
What is the difference between Dictionary and ConcurrentDictionary?
What is string interpolation and how does it allow variables to be used inside strings?
What is Dependency Injection used for in C# development?
What is synchronization context in C#?
What are the ref and out keywords in C#?
What are readonly access modifier fields used for?
How to implement a Dictionary without using ConcurrentDictionary?