Using shadow variable is good or bad for application?
Answer Posted / arul
It's not good programming method. Better we can use
overriding concepts to avoid shadow copy the variables.Using
shadow copy will lead to the confusion while doing more coding.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain diff. Betn dataset and recordset?
What is a web server? What are the load limits in it?
Can you use Web API with ASP.NET Web Form?
Explain code snippet to register exception filters from controller?
Give a few examples of page life cycle events.
Apart from IDE what are the enhancements in asp.net 2.0?
How to reduce the width of textbox in editcommandcolumn of datagrid?
Is post back property in asp net?
Explain the different types of assemblies?
Is it true that a Web service must be written in .NET or not?
What is round trip in asp.net?
Can we have 2 web config files?
Is razor a programming language?
Which class is used to send an email message from an ASP.NET Web page?
Explain model, view and controller represent in an mvc application? : asp.net mvc