Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is a proxy in web service?

1115


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2527


Explain http handlers? Where we can use the http handlers?

1287


How does the iis work?

1097


What are the event handlers that we can have in global.asax file?

1014


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1743


List the types of authentication supported by asp.net?

997


Can one dll file contains the compiled code of more than one .net language?

1055


What is class and object in asp.net?

1289


Explain server-side scripting and client-side scripting.

980


What is use of <% %> in asp.net?

1056


What is a web pool?

1192


Which object is used to encapsulate the state of the client and the browser in ASP.NET?

1151


What is web api and why to use it?

1110


What is the Intermittent crashing of application in production?

1108