Welcome to MSDN Blogs Sign in | Join | Help

March 2007 - Posts

Command Design Pattern in C# 2.0

I have posted before about how to implement the observer pattern using C# in a way that is more suitable to C# and uses its functionalities to produce more elegant code. This time I am re-implementing the Command pattern in a C# way. First of all, let's
Posted by mohammed hossam | 0 Comments
Filed under: ,

Observer Pattern in C# = Events & delegates

One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state
Posted by mohammed hossam | 0 Comments
Filed under: ,
 
Page view tracker