Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
June 2009
(2)
May 2009
(1)
September 2008
(4)
August 2008
(1)
July 2008
(1)
June 2008
(2)
May 2008
(1)
January 2008
(1)
October 2007
(1)
September 2007
(1)
August 2007
(1)
June 2007
(2)
March 2007
(2)
February 2007
(1)
December 2006
(1)
October 2006
(1)
June 2006
(1)
May 2006
(1)
Tags
Arabic
Architecture
ASP.net
Astoria
C#
CMIC
design patterns
javascript
json
LINQ
Linux
MCDC
Mesh
Microsoft
News
Pages
REST
soa
wcf
WF
Windows
Windows Live
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
MSDN Blogs
>
Bashmohandes (Mohamed Elsherif)
>
All Tags
>
design patterns
Tagged Content List
Blog Post:
Command Design Pattern in C# 2.0
Mohamed Elsherif
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 see the classic Command Pattern UML diagram As...
on
25 Mar 2007
Blog Post:
Observer Pattern in C# = Events & delegates
Mohamed Elsherif
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 changed. To read more about Observer pattern This...
on
10 Mar 2007
Page 1 of 1 (2 items)