What is anonymous methods in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain types of comment in c# with examples

0 Answers  


Which config file has all the supported channels/protocol?

0 Answers  


What does Dispose method do with the connection object?

2 Answers  


How can you set image source dynamically from c# application to ”test.png” file?

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 are the different types of literals in c#?

0 Answers  


Explain about WSDL

0 Answers   Digital GlobalSoft,


What is gac? What are the steps to create an assembly and add it to the gac?

0 Answers  


What is token in c#?

0 Answers  


What are different types of classes in c#?

0 Answers  


Why is static constructor called first?

0 Answers  


How does one compare strings in c#?

0 Answers  


Categories