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 |
I can't be bothered with all this CAS stuff. Can I turn it off
What is the use of action filters in an mvc application?
What is a model in android?
Have you designed any components?
what is mean by type-safe? Please answer me. Advance thanks.
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
Why do you need to serialize
How large is the .net framework 3.0? Does this change make the release larger?
how many ways for pass the parameters in the fuction in c#
What’s the advantage of using System.Text.StringBuilder over System.String?
When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?