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 strong name?
Explain tempdata in asp.net mvc?
What is the use of display modes?
What is entityset? : Entity framework
Is there built-in support for tracing/logging
What is the need of .Net framework ?
What are Scaffold templates in ASP.Net MVC?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
What are child actions in ASP.Net MVC?
Explain the methods used to render the views in ASP.Net MVC?
Explain the use of Inversion of control (IOC)?
how can you enhance the performance of entity framework?