What are asynchronous callbacks ?
Answer Posted / saami solutions
when a synchronous call is made, the calling thread is
blocked until the method completes whereas an asynchronous
call is made on a different thread, and this allows the
original thread to continue its work while the asynchronous
call is in progress.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
I’m having some trouble with cas. How can I diagnose my problem?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What are all the various Estimation Techniques available ?
Define xmlreader class.
What is the difference between mechine.config and web.config?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Explain code snippet to register exception filters from controller?
What is the benefit of WebAPI over WCF?
Is there any alternative to avoid name collisions other then Namespaces?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is asp according to you?
Explain in what order a destructors is called.
What is session object? Describe in detail.
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is a viewbag?