Dot Net Framework Question:
Download Questions PDF

Who handles these error while writing the source code?

Dot Net Framework Interview Question
Dot Net Framework Interview Question

Answer:

Suppose i am writing code in .net e.g
int i=10
then .net show me red line under the code where error
occurs.we know the i have not apply semicolon at the end of
syntax(int i=10;)

Download Dot Net Framework Interview Questions And Answers PDF

Previous QuestionNext Question
Where The Inheritence is useful? How we decide the situation of inheritence?Can we change web.config settings from iis?