what is an event? Define delegate?


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

Post New Answer

More C Sharp Interview Questions

How Do You Convert A Value-type To A Reference-type?

0 Answers   Siebel Systems,


Are tuples immutable c#?

0 Answers  


How to put assembly in gac?

0 Answers  


Is a valid int value?

0 Answers  


What is extended class in c#?

0 Answers  






What is Dispose method in .NET?

3 Answers  


difference between managed code and unmanaged code ?

3 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  


Why is c# a good programming language?

0 Answers  


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?

2 Answers  


what are the benefits in using c# ?

1 Answers  


Categories