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 is the difference between renderaction and renderpartial?
Is .net framework 4.8 the last version?
Does .NET Framework support SAX?
Explain RenderBody and RenderPage in ASP.Net MVC?
what is way of loading data in ef (entity framework)?
Explain the tools used for unit testing in ASP.Net MVC
Explain the methods used to render the views in ASP.Net MVC?
What are ajax helpers in asp.net mvc?
What is the role of the jit compiler in .net framework?
Can you set the unlimited length for "maxjsonlength" property in config?
How route table has been created in ASP.NET ASP.Net MVC?
Explain the request flow in asp.net mvc framework?
What is entity client data provider? : Entity framework
Explain the advantage of packaging over xcopy in .net?
Which is the root namespace for fundamental types in .net framework?