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 partial and renderpartial?
Does razor engine supports for tdd?
what is lazy loading in entity framework?
explain lazy loading, eager loading, and explicit loading?
Possible ways to prevent xss attacks on mvc application?
What are the sub types of ActionResult?
Is .net core replacing .net framework?
What are actions in asp.net mvc?
What is namespace of asp.net mvc?
what is csdl?
What is presentation framework?
Is razor a server side?
Where are the routing rules defined in an asp.net mvc application?
What is the importance of NonActionAttribute?
How to update one of my table in database at 4pm every day how it is possible?