Can Static Constructor be Overloaded?Justify it?
Answers were Sorted based on User's Feedback
Answer / mayank
Static constructor initialize at the time of building the application and before any object is instantiated.
static constuctor has no parameter and return type so the cant be overloded
| Is This Answer Correct ? | 0 Yes | 2 No |
what is entity framework advantage?
How we can handle the exception at controller level in ASP.Net MVC?
What are scaffold templates in mvc?
In which circumstances you used delegates?
What type of filter does outputcacheattribute class represents?
mention what is code first approach and model first approach in entity framework?
Does Tempdata hold the data for other request in ASP.Net MVC?
Do you know about the new features in ASP.Net MVC 4 ?
Mention two instances where routing is not implemented or required?
What is RouteConfig.cs in ASP.Net MVC 4?
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is Partial Assembly References?