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 a model in programming?
What is Peek method in Tempdata in ASP.Net MVC?
explain how you can load related entities in ef (entity framework)?
Describe the gac in the .net framework.
Can any particular component of .net framework 3.0 be removed?
Can you please explain the request flow in ASP.NET MVC framework?
What is NonActionAttribute ?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Is razor a server side?
What are the 2 popular asp.net mvc view engines?
How can I tell what .net framework is installed?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What are Non Action methods in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?
what is .edmx file and what it contains?