Over 500 ASP.NET 3.5 Interview Questions with Answers of DOT NET including ASP.NET,dotnet interview questions,Visual stdio 2008,download free e-book.
How can we call methods in remoting Asynchronously ?
All previous examples are synchronous method calls , that means client has to wait until the method completes the process.By using Delegates we can make Asynchronous method calls.