- Client
- Creates and executes Commands
- ICommand
- An interface that specifies the Execute operation
- Invoker
- Asks the Command to carry out the Action
- Command
- A class that implements the Execute operation by invoking operations on the Receiver
- Receiver
- Any class that can perform the required Action
- Action
- The operation that needs to be performed
Command Pattern - main players
Programmers Visited
Topics
- Active Directory Services (1)
- AJAX (8)
- ASP.NET (11)
- ASP.NET MVC (1)
- Assembly (4)
- CSS (1)
- Deployment (1)
- Design Patterns (54)
- General (1)
- Interview (1)
- OOPS (2)
- SQL Server (2)
- WCF (1)
- Windows Service (2)
- WPF (2)