What is "out" parameter how it is used in methods?
Answer Posted / sai ranganath
out parameter option to pass value to the
calling function. for array it can used in a flexible way...
out can be used as calling function in methods
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is tempdata?
What is mapping in entity framework? : Entity framework
How does the .net framework 3.0 relate to windows vista?
What is an asynchronous controller in asp.net mvc?
What are Scaffold templates in ASP.Net MVC?
What is the purpose of a web form?
What is the use .glimpse in mvc?
What are Validation Annotations?
Explain the methods used to render the views in ASP.Net MVC?
What is layout in mvc?
How does the .net framework 3.0 relate to the .net framework 2.0?
What is the role of the jit compiler in .net framework?
What is entity framework? : Entity framework
What is the need of Action Filters in ASP.Net MVC
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?