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
What is asp according to you?
What is meant by ispostback in asp net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What does clearing cache?
What are the different types of validation controls provided in ASP.NET?
What are the advantages and limitations of query string?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is the difference between globalization and localization?
What is the base class from which web forms are inherited?
How will you load dynamic assembly?
Explain what is clr?
How is mvc different from asp.net? : Asp.Net MVC
What is the difference between session and viewstate?
How could you modify xaml content from javascript?
Any disadvantages in Dataset and in reflection ?