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
Where sessions are stored in asp.net?
How can you display all validation messages in one control?
What is the use of response redirect in asp.net?
How many types of triggers are there in update panel?
How do you identify that the page is postback?
Explain difference between dataset and datareader?
Explain the difference between Web Garden and Web Farm?
Define viewstate in .net?
Can you explain the importance of finalize method in .net?
What are server side controls?
To get the values in two different controls to match which control you use it?
How you can stop the validation of ASP.NET controls from client side?
Explain difference between friend and protected friend?
Is asp.net outdated?
How do I use response redirect?