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 / s sharma

Synchronous is one after another, so you send one email
when that process is done it sends the

next one. Asynchronous starts sending an email and it
doesn't care if the first one is done and will

start the second, and this goes on until all emails are
sent. Normally, an asynchronous process

would open a new thread and run in the background.

Is This Answer Correct ?    37 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to inherit multiple interfaces?

1046


Explain nullable types in c#?

1011


What is a string c#?

943


Why can't we use a static class instead of singleton?

925


What is anonymous types in c#?

974


What is difference between iqueryable and ienumerable in c#?

915


What is serialization in dot net?

1038


Is collection a data structure?

985


Is as operator in c#?

932


Why do we need a singleton class?

1077


What are extension methods and where can we use them?

932


What is the use of main method in c#?

1031


Explain the clr triggers?

1000


What is the difference between system.text.stringbuilder and system.string?

1073


What is the best dependency injection c#?

924