Thursday, November 12, 2015

Can we use delegates for asynchronous method calls in C#?

Yes. We can use delegates for asynchronous method calls.

No comments:

Post a Comment

Write a program to reverse a string? using System; namespace ConsoleApp1 {     class Program     {         static void Main(string[] args)  ...