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
How you can implement custom validation in asp.net MVC?
In Server how to check whether model has error or not in ASP.Net MVC
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is the difference between viewbag and viewdata in asp.net mvc?
Can we change web.config settings from iis?
Explain bundle.config in mvc4?
Mention the core components of .net framework?
How do I use partial view?
What is storage model? : Entity framework
Which filter executes first in an asp.net mvc application?
How we can multiple submit buttons in ASP.Net MVC
Explain the advantages of dependency injection (di) in asp.net mvc?
What is .net architecture and framework?
Does .NET Framework support SAX?
mention what are the various methods provided by the dataset object to generate xml?