who handles these error while writing the source code???.
Answers were Sorted based on User's Feedback
Answer / dinesh
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;)
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / shipra agarwal
Exception classes if defined then they handles.Otherwise
after compilation error are thrown by machine code or bite
code.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is a model in programming?
What happens when you encounter a continue statement inside the for loop ?
What you mean by routing in mvc?
Can I add mvc testcases in visual studio express?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
How to set the debug mode
If we not suppress finalize method in dispose what will happen?
Describe the gac in the .net framework.
What is entityset? : Entity framework
What is the .net framework 3.0 (formerly winfx)?
Define the core components of an ASP.NET MVC application?
how many ways for pass the parameters in the fuction in c#