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 the use of action filters in an mvc application?
what do you mean by table-per-hierarchy?
Is http stateful or stateless?
How route table has been created in ASP.NET ASP.Net MVC?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
How you deploy .NET assemblies
What are html helpers in asp.net mvc?
What is associationset? : Entity framework
And if they have conflicting method names ?
About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?
6 Answers Infosys, Microsoft, MMTS,
Is it possible to create a custom filter?
what is a round trip?What is a postback?