What are three test cases you should go through in unit
testing?
Answer / guest
Positive test cases (correct data, correct output),
negative test cases (broken or missing data, proper
handling), exception test cases (exceptions are thrown and
caught properly).
Is This Answer Correct ? | 17 Yes | 1 No |
What are actions in c#?
What is a delegate? Explain.
What is out int in c#?
Explain how to implement an object pool in c#.net
What is thread pooling?
What is the meaning of MSIL?
What is difference between Method and function
Does c# support templates?
Illustrate namespaces in c#?
So what makes your code really object-oriented #?
What is Signature and parameter in overloading ?
What all details the assembly manifest will contain?