If we write return statement in finally block will it works
fine or throws any error?
Answer Posted / somnath nanekar
it throws an error....
but dont worry d c# users...
it dont allow u to write return in finally block......
Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is entity graph? : Entity framework
In Server how to check whether model has error or not in ASP.Net MVC
What are Non Action methods in ASP.Net MVC?
What is entitycontainer? : Entity framework
What is html.renderpartial?
What is viewstart page in mvc?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain the methods used to render the views in mvc?
Which .net framework is installed?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is difference between html.beginform and ajax.beginform?
What is the domain object?