Answer Posted / guest
It?s a delegate that points to and eventually fires off
several methods.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the data provider name to connect to access database?
What is unsigned int?
Enlist some of the properties of a thread class?
What is JIT (just in time)? how it works?
Is char * null terminated?
What is the difference between func and action delegate?
What is event sourcing in c#?
Explain how many types of exception handlers are there in .net?
What is ienumerable <> in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
How do I use the 'using' keyword with multiple objects?
What is garbage collection? How to force garbage collector to run?
What is difference between write and writeline in c#?
Can you pass parameters to destructors?
What are the 2 kinds of data type conversions in c#?