What is "out" parameter how it is used in methods?
Answer Posted / somnath nanekar
if we want something from that method/procedure to return
then use out parameter
1st we call that method with out parameter. then give some
value to that out parameter in procedure and then use that
value...
so to get the required value we use out parameter
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Can we add constraints to the route? If yes, explain how we can do it?
What are non action methods in mvc?
Explain tempdata in asp.net mvc?
What is entitycontainer? : Entity framework
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
What is RouteConfig.cs in ASP.Net MVC 4?
What is the importance of NonActionAttribute?
In razor syntax, what is the escape sequence character for @ symbol?
Mention two instances where routing is not implemented or required?
Is the following route definition a valid route definition? {controller}{action}/{id}
What is session state management?
What are ajax helpers in asp.net mvc?
Explain entity lifecycle? : Entity framework
What is partialview in asp.net mvc?
what is entity framework?