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, 5374👍, 0💬
Popular Posts:
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
Are risk constant through out the project ? * Never say that risk is high through out the project. R...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
Can you explain in GSC and VAF in function points? In GSC (General System Characteristic) there are ...