Yes. We can use delegates for asynchronous method calls.
Subscribe to:
Post Comments (Atom)
Write a program to reverse a string? using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) ...
-
You need to understand basic of delegates before starting it. What are Delegates? Delegates are pointer to function. Delegates are used ...
-
This is interview question which is asked in many interviews. Let’s see what Singleton is. Singleton is design pattern, which allow us...
-
This is very basic question asked in many interview. I will explain in detail. 1. The for loop executes a statement or a bloc...
No comments:
Post a Comment