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 |
Is dapper faster than entity framework?
What is poco proxy? : Entity framework
About namespaces ?
What is the difference between model view and controller?
Can you draw and explain the .NET Farmework?
Briefly describe the roles of clr in .net framework?
Explain what is routing?
Explain how you can send the result back in JSON format in MVC?
How to make sure Client Validation is enabled in ASP.Net MVC
Is any files are generated,when we are adding the web reference to the web service?
What is the difference between string and String
What is associationset? : Entity framework