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 |
What is definingquery in entity framework? : Entity framework
Why string are called Immutable data Type
What is the use .glimpse in mvc?
In Server how to check whether model has error or not in ASP.Net MVC
Mention some action filters which are used regularly in ASP.Net MVC?
Which is the root namespace for fundamental types in .net framework?
unit test done by tetser on development team?
Can you explain model, controller and view in mvc?
what is scalar property?
What you mean by routing in mvc?
Can I use razor code in javascript in asp.net mvc?
What data type should you use if you want an 8-bit value that's signed ?