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

Explain the different types of assemblies?

530


How can I create master page in asp net?

511


Explain the basic functionality of garbage collector?

532


How does ASP.NET framework maps client side events to Server side events.?

555


When cookie will expire?

587






What is session handling in a webfarm, how it can work with its limits?

630


What is the asp.net control toolkit?

560


Can we use MSSql as backend in asp.net...if yes then How.?

583


What is a session government?

505


What are the security types in asp.net?

583


Explain about Automatic resource management?

580


List all templates of the repeater control.

569


What is is post back property in asp net?

540


What is viewstategenerator?

701


How does session id work?

492