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 are server side controls?
What are client activated objects and server activated objects?
What is the use of ASP.NET routing?
What do you mean by serialize?
What is query string with example?
Why cyclomatic complexity is important?
What does asp.net stand for?
What is asp.net and its advantages?
Explain swagger components.
What is the use of session state and application state and difference between them?
What are the layouts of ASP.NET Pages?
What is difference between cookies and cache?
What does asp in asp.net stand for?
Which is the parent class of the ASP.NET server control?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?