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
Where are the routing rules defined in an asp.net mvc application?
Which is the root namespace for fundamental types in .net framework?
what is eager loading?
What are non action methods in mvc?
What is viewbag?
What are the main features of asp.net mvc 4 used by asp.net web api?
Is the following route definition a valid route definition? {controller}{action}/{id}
what is use of entity container?
Can we have enum in entity framework?
What is attribute routing in mvc?
what is code first approach?
Can I uninstall microsoft .net framework?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the full form of sp?
Can you please explain the request flow in ASP.NET MVC framework?