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 are the features that are new in .net 2.0
Have you designed any components?
What are ajax helpers in mvc?
What is the difference between ViewData, ViewBag and TempData?
Can we look at the IL for an assembly?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Can we create the web service in windows application?
Can I uninstall microsoft .net framework?
What are the types of assemblies
What is route config?
What are the advantages of razor view engine?
What are Model Binders in ASP.Net MVC?