Can you declare an override method to be static if the original method is non-static
Answer / kirti
No. The signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the new features added in version 4 of mvc (mvc4)?
What is partialview in asp.net mvc?
What is separation of concerns in asp.net mvc?
what is entity data model?
Is it possible to create a custom filter?
what is mean by type-safe? Please answer me. Advance thanks.
Will the finally block get executed if an exception has not occurred
In Server how to check whether model has error or not in ASP.Net MVC
What is filters in web api?
What you mean by routing in asp.net mvc?
If we write return statement in finally block will it works fine or throws any error?
mention what is code first approach and model first approach in entity framework?