What do you mean by synchronous and asynchronous operations?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

what is the purpose of new keyword while creating an object?

3 Answers  


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


Can You Prevent Your Class From Being Inherited By Another Class?

0 Answers   Siebel Systems,


What are the ways to deploy an assembly?

2 Answers   Siebel Systems, Visual Soft,


Explain constructor in c#?

1 Answers  






What is a linq in c#?

0 Answers  


Write the difference between TypeOf and GetType?

0 Answers   Wipro,


Can datetime be null c#?

0 Answers  


Can we declare private class in c#?

0 Answers  


Is namespace necessary in c#?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 Answers  


Categories