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
Which are the important namespaces used in mvc?
What is the difference between adding routes, to a webforms application and to an mvc application?
List the new features added in .net framework 4.0.
Explain Bundle.Config in ASP.Net MVC4?
What is Peek method in Tempdata in ASP.Net MVC?
What are Code Blocks in Views?
I want ask from plz smaple example code for Biztalkk server
Explain Model, view and Controllers in Asp.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is disconnected scenario? : Entity framework
What is Dependency Injection in ASP.Net MVC
How the ‘page lifecycle’ of ASP.Net MVC does works?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is way of loading data in ef (entity framework)?