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 are Action Filters in ASP.NET MVC and its use?
How does �side by side� work for the .net framework 3.0?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
what is scalar property?
Who defines the CAS code groups
What is controllercontext?
What is net framework 3.0 ?
what is namespace?
What is the main difference between VS 2005 and VS 2003?
what is connection pooling
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?