.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 402 Page Views: 

How can you start asynchronous operation?



Posted By: Avi Date: 13 October 2010 10:22:49 AM
 Answer:

You can call BeginInovke on delegate instance.


Posted By: avibtech


Date: 13 October 2010 10:22:49 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image cAvsM3
Related Questions
.Net Framework : How do format double with only two decimal places after decimal separator?

How do format double with only two decimal places after decimal separator?

field.ToString(“F2”)
Category: .Net Framework Date: 10/15/2010 10:27:48 AM
.Net Framework : Can event be marked as abstract?

Can event be marked as abstract?

Yes
Category: .Net Framework Date: 10/15/2010 8:52:48 AM
.Net Framework : What is routed event?

What is routed event?

Routed event is a type of event that can invoke handlers on multiple listeners in an element tree. R....
Category: .Net Framework Date: 10/15/2010 8:00:49 AM
.Net Framework : What are generics?

What are generics?

Generics add support for type parameters in .NET Framework.
Category: .Net Framework Date: 10/15/2010 6:05:48 AM
.Net Framework : What is attribute?

What is attribute?

Attributes add metadata to the program. You can query them using reflection.
Category: .Net Framework Date: 10/15/2010 5:23:49 AM