Can Static Constructor be Overloaded?Justify it?
Answer Posted / 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 |
Post New Answer View All Answers
What are the sub types of ActionResult?
What symbol would you use to denote, the start of a code block in razor views?
Explain what is asp.net mvc?
Can I remove .net framework?
What is definingquery in entity framework? : Entity framework
Why to use Html.Partial in ASP.Net MVC?
What is the difference between ViewData, ViewBag and TempData?
Explain what is routing?
Can I set the unlimited length for "maxjsonlength" property in config?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is the significance of nonactionattribute?
Why is entity framework used?
What are the 3 main components of an asp.net mvc application?
What is poco proxy? : Entity framework
What is entityset? : Entity framework