Can Static Constructor be Overloaded?Justify it?
Answer Posted / sagar
Its not possible to overload static constructor because
static constructor are parameterless constructor.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is entity framework used for?
What is the difference between viewbag and viewdata in asp.net mvc?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Difference between ASP.NET MVC and ASP.NET WebForms?
What are actions in mvc?
What is the importance of NonActionAttribute?
What is disconnected scenario? : Entity framework
How large is the .net framework 3.0?
mention what are the various methods provided by the dataset object to generate xml?
Is razor a server side?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Can you set the unlimited length for "maxjsonlength" property in config?
What is objectcontext? : Entity framework
What is the difference between model view and controller?
What is the difference between ViewData, ViewBag and TempData?