Can Static Constructor be Overloaded?Justify it?
Answers were Sorted based on User's Feedback
Answer / 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 |
Can I add mvc testcases in visual studio express?
How can I return string result from action in asp.net mvc?
Is CLR is compiler or Interpreter
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is .net framwork?
What you mean by routing in asp.net mvc?
Which is the base class for .net Class library?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
what is minimum requirement for entity framework applications to run?
List the new features added in .net framework 4.0.
Is .net framework dead?
Can we create .DLL file without using the namespace?