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 |
about triggers?
How would you make a combo-box appear in one column of a DataGrid?
What are the different types of filters, in an asp.net mvc application?
How is method overriding different from method overloading
I want ask from plz smaple example code for Biztalkk server
What is .net framework in simple terms?
what is VSS? Where we are using?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
what is MetadData?. What is CTS? Type of Join in SQL Server? What is diffrence between Primary Key and Unique Key?
What are the main components of .net framework?
What is inline schema, how does it works
What is difference between viewbag and viewdata and tempdata?