Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can we implement observer pattern in .NET
How can we implement observer pattern in .NET?
✍: Guest
Observer patterns can be implemented using “Delegates” and “Events”. I leave this to the readers to implement one sample code for observer patterns.
2007-10-24, 5490👍, 0💬
Popular Posts:
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
.NET INTERVIEW QUESTIONS - What are types of compatibility in VB6? There are three possible project ...
What is Windows DNA architecture? Note :- If you have worked with classic ASP this question can come...
What Does a HTML Document Look Like? A HTML document is a normal text file with predefined tags mixe...
What’ is the sequence in which ASP.NET events are processed ? Following is the sequence in which the...