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
Describe the .net framework architecture.
Explain tempdata in mvc?
Can I use razor code in javascript in asp.net mvc?
What is the use of razor view engine?
What is .net framework in simple terms?
What is the use of action filters in an mvc application?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is viewdata?
mention what is the difference between ado.net and classic ado?
How does .net framework works?
Explain the types of Scaffoldings.
Can I set the unlimited length for "maxjsonlength" property in config?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
Can I remove .net framework?
What is an asynchronous controller in asp.net mvc?