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 |
Explain the advantages of dependency injection (di) in asp.net mvc?
What is the mvc pattern (model view controller pattern)?
What are the advantages of asp.net mvc?
What is GC (Garbage Collection) and how it works
if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?
What is viewbag title?
How we can call a javascript function on the change of a dropdown list in mvc?
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
what is client wins and store wins mode in entity framework concurrency?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How to free the memory that is not used by an object in garbage collection?
How to enable Attribute Routing?