Question:Which of the following are correct with regard to asynchronous pattern?
A Asynchronous pattern decreases the performance of your application
B While using asynchronous pattern, you add two methods: StartYourMethod and EndYourMethod (where YourMethod is the actual name of your method)
C The "End" method does not require any special attributes
D Unless you have a compelling reason to do otherwise, always use the asynchronous pattern when you consume Web services in your production code
E All of these
+ AnswerA
+ Explanation
+ Report