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
What is windows forms in c#?
Are arrays value types or reference types?
Why hashtable is thread safe in c#?
What is Implementation inheritance and interface inheritance?
What is the difference between a method and a property?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is assembly c#?
Which of these statements correctly declares a two-dimensional array in c#?
What does void do in c#?
What is xpath in c#?
What is int32 in c#?
Can an interface extend a class c#?
What is the purpose of namespace in c#?
hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?
Is arraylist thread safe?