What is a Command Object in C#?



What is a Command Object in C#?..

Answer / Reetesh Chendra Pandey

A Command object in C# is a pattern that separates the call to an action from the object that invokes the action. It encapsulates a request as an object, allowing for parameters to be passed to the request handler and for logging, undo functionality, or other operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what are windows services?

1 Answers  


What is int32 maxvalue?

1 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


How a two-dimensional array declared in C#?

1 Answers   Siebel,


What is difference between encapsulation and abstraction in c#?

1 Answers  


How do I format a string in c#?

1 Answers  


What are the classes contained in a single .NET DLL ?

1 Answers   Siebel,


Explain concurrency with aop?

1 Answers  


Is c# pass by value?

1 Answers  


What is a delegate? Explain.

1 Answers  


Is typeof c#?

1 Answers  


Is c# difficult to learn?

1 Answers  


Categories