Dot Net Framework Question:

Who handles these error while writing the source code?

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;)

Read All 22 Dot Net Framework Questions
Previous QuestionNext Question
Where The Inheritence is useful? How we decide the situation of inheritence?Can we change web.config settings from iis?