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
Explain JSON Binding?
What is meant by viewdata?
How to use Jquery Plugins in ASP.Net MVC validation?
Is .net framework dead?
What are the two ways to add constraints to a route?
what is minimum requirement for entity framework applications to run?
What is MVVM design pattern?
Is entity framework slow?
What is meant by tempdata in mvc?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain Sections is ASP.Net MVC?
mention what is the key advantage of using entity framework or ef?
what is way of loading data in ef (entity framework)?
What is the use of view model in asp.net mvc?
Which is the default http method for an action method?