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 |
what is csdl?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is the purpose of a web form?
What are delegates?where are they used
Explain tempdata in mvc?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain the methods used to render the views in ASP.Net MVC?
What are the features that are new in .net 2.0
What operating systems will the .net framework 3.0 be available for?
The order of the filters that get executed, if the multiple filters are implemented?
What happens when you encounter a continue statement inside the for loop ?
what is an assembly?