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 |
How to ensure the credentials for WebService using Windows authentication
What is the difference between viewbag and viewdata in asp.net mvc?
How does �side by side� work for the .net framework 3.0?
What is the difference between a Struct and a Class
Can you please explain the request flow in ASP.NET MVC framework?
How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?
Explain Model, view and Controllers in Asp.Net MVC?
Is any files are generated,when we are adding the web reference to the web service?
What is Layout in ASP.Net MVC?
what are the different stepts to create shared assemblies?
About .NET Framework ?
Can I add mvc testcases in visual studio express?