What does assert() method do?
Answer / swapna
In debug compilation, assert takes in a Boolean condition
as a parameter, and shows the error dialog if the condition
is false. The program proceeds without any interruption if
the condition is true.
| Is This Answer Correct ? | 11 Yes | 0 No |
How does .net framework works?
Can I customise the serialization process
What does a viewmodel do?
mention in what all scenarios entity framework can be applicable?
What's different about namespace declaration when comparing that to package declaration in Java ?
what is csdl?
How does the .net framework 3.0 relate to the .net framework 2.0?
can we call the garbage collector to run explicicitly?
How we can add the css in mvc?
How do I install .net framework?
What is the use of action filters in an mvc application?
In which circumstances you used delegates?