What is an observer design pattern and how do you implement it in .NET?
Antwort im Vorstellungsgespräch
Anonym
18. Juli 2024
I explained the intent of the pattern. Explained how it can be implemented in the classic way and within .NET, how it can be implemented using delegate.