Answer Posted / abhi
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the namespace level elements?
Define a manifest in .net?
List some Advantages of switch-case over if else?
Can a dictionary have the same key?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is the difference between first and firstordefault?
What is the use of ispostback in c#?
Why are strings in c# immutable?
What is use of a HashTable in .NET?
Where are value types stored in c#?
How can you force derived classes to provide new method implementations for virtual methods?
Explain the Different types of configuration files in .net?
Define assert() method? How does it work?
How do I register my code for use by classic com clients?
What namespace is list in c#?