What is asynchronous programming?- The .Net Remoting supports asynchronous programming.
- In this model, a call is made to a class method while the calling program continues to execute.
- This increase application speed as the application continues to execute without waiting for the called methods to finish execution.
- It makes applications more responsive by adding two new keywords and using them with code that takes a longer time to run.
|