Dot Net Framework Question: Download Dot Net Framework PDF

Who handles these error while writing the source code?

Tweet Share WhatsApp

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 PDF 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?