What are 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

How to find methods of a assembly file (not using ILDASM)?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is a collection in c#?

0 Answers  


How long will it take to learn c sharp?

0 Answers  


Is c# an array?

0 Answers  






What type of data type conversion happens when the compiler encounters the following code?

0 Answers  


Give examples for value types?

0 Answers  


Explain what a diffgram, and a good use for one Define diffgram? How it be used?

0 Answers   Siebel,


How can you read 3rd line from a text file?

0 Answers  


What are indexers in c# .net?

0 Answers  


What is file extension of webservices?

0 Answers  


Explain concurrency with aop?

0 Answers  


Categories