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


Please Help Members By Posting Answers For Below Questions

Where sessions are stored in asp.net?

723


How can you display all validation messages in one control?

740


What is the use of response redirect in asp.net?

784


How many types of triggers are there in update panel?

768


How do you identify that the page is postback?

705


Explain difference between dataset and datareader?

782


Explain the difference between Web Garden and Web Farm?

742


Define viewstate in .net?

706


Can you explain the importance of finalize method in .net?

795


What are server side controls?

723


To get the values in two different controls to match which control you use it?

776


How you can stop the validation of ASP.NET controls from client side?

743


Explain difference between friend and protected friend?

711


Is asp.net outdated?

710


How do I use response redirect?

728