Answer Posted / anandkbs
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 | 1 No |
Post New Answer View All Answers
How to create multi language website in asp.net mvc? : Asp.Net MVC
Explain how to prepare culture-specific formatting in .net.
What are sessions and cookies?
Why is global asax is used?
Where the cookie value is stored?
Explain http handlers? Where we can use the http handlers?
Is asp.net and .net the same?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the benefits of view state?
What are the new features added from ASP to ASP.NET?
What are the authentication types in asp.net?
how to retrieve property settings from xml .config file.
What is the application pool?
How Session use Cookies in State Management?
Who can consume WebAPI?