who handles these error while writing the source code???.
Answer Posted / 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 |
Post New Answer View All Answers
What are differences between entity framework and l2s? : Entity framework
how do you mark a property as required? For example, for a project, the name is a required field.
What are the advantages of asp.net mvc?
What is the difference between viewbag and viewdata in mvc?
What is viewstart page in mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Can I uninstall microsoft .net framework?
What is namespace of asp.net mvc?
What operating systems will the .net framework 3.0 be available for?
What is net framework 3.0 ?
Explain the .net framework.
Is http stateful or stateless?
What are the 3 main components of an asp.net mvc application?
Is it possible to share a view across multiple controllers?
How we can call a javascript function on the change of a dropdown list in mvc?