explain synchronous and asynchronous in C#

Answer Posted / sharad yadav

Usually the methods are synchronous. That means that you
call them, they gets executed. And when they finish you get
the control back.

The asynchronous methods are different. You call them. They
start executing, but return the control over the execution
back to the thread which called them while they continue to
execute in different thread.

Is This Answer Correct ?    52 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are c# strings immutable?

577


How big is an int16?

570


What are the features of c#?

594


What are the 2 broad classifications of fields in c#?

625


Is string nullable c#?

587






What is the concept of strong names?

620


What is exe in c#?

572


What you mean by inner exception in c#?

619


What are the different states of a thread?

605


Explain about finalize method?

631


Is arraylist type safe in c#?

599


What is ado c#?

611


What is ienumerable t in c#?

559


What is difference between int and int in c#?

541


What are the types of serialization?

604