Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

In a single .NET DLL how many classes it contains?

977


What do you mean by stack and heap in c#?

960


What are destructors in C#?

1637


What are the differences between events and delegates in c#?

1024


What is the difference between struct and class c#?

1043


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

1128


Why use a singleton instead of static methods?

945


What is a class c#?

981


Can you create sealed abstract class in c#?

937


Is datetime a value type in c#?

930


what is IComparable

1042


Explain the difference between const and static read-only?

1071


How do you specify a custom attribute for the entire assembly (rather than for a class)?

1003


Does c# have a 'throws' clause?

1095


What is the syntax for calling an overloaded constructor within a constructor?

1001