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 the difference between windows vista and .net framework 3.0 ?
What does 'managed' mean in the .NET context
What are child actions in ASP.Net MVC?
What is Dependency Injection in ASP.Net MVC
What is gacutil.exe. Where do we store assemblies ?
5 Answers Accenture, BirlaSoft,
how do you truncate a table using entity data model?
What is side by side Execution ?
What is the CTS
how to disable the lazy loading framework?
what is msl?
How do you box a primitive data type variable ?
Possible ways to prevent xss attacks on mvc application?