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 |
Changes to which portion of version number indicates an incompatible change
Is .net framework going away?
What is entitytypes? : Entity framework
Can you draw and explain the .NET Farmework?
Explain the new features 3.5 framework against with the tool?
Mention the core components of .net framework?
Can we have enum in entity framework?
How .net assemblies are registred as private and shared assembly ?
what is lazy loading in entity framework?
Is razor a server side?
What are the advantages of razor view engine?
What are actions in asp.net mvc?