we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answer Posted / shyam
using also defines the scope of our code..
suppose if we use
using(Class obj = new Class())
{
// code goes here
}
so it will also help garbage collector to empty the memory that was used for this code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between Repeater and Data list control in ASP.NET?
What can we do with asp.net?
What is the sequence in which ASP.NET events are processed?
Contrast OOP and SOA. What are tenets of each ?
What are the differences between the response.write() and response.output.write()?
Explain what are delegates?
What are the types of authentication in asp.net?
What does asp stand for in asp.net?
How to retrieve user name in case of Window Authentication?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What are the new data controls in asp.net 2.0?
How may clustered index we can create in table?
What is preprocessor in .net?
What is Pre-Render event in ASP.NET?
How do u optimize a query in asp.net?