Using Statement usage in C#
Answers were Sorted based on User's Feedback
Answer / nipun
The using statement allows the programmer to specify when objects that use resources should release them. The object provided to the using statement must implement the IDisposable interface. This interface provides the Dispose method, which should release the object's resources.
e.g.
using (Font font1 = new Font("Arial", 10.0f))
{
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / om shivaya namaha
Using statement is used to import the namespaces in to the
page by reading the namespace classname it will search the
class in DotNet Farame work class library and that
perticaular class is imported in to the page
| Is This Answer Correct ? | 2 Yes | 3 No |
Where is the session stored?
Which class is used to send an email message from an ASP.NET Web page?
0 Answers Sans Pareil IT Services,
Difference between ASP Session and ASP.NET Session?
What role “#&&” plays in a querysting?
Contrast the use of an abstract base class against an interface?
Urgent requirement of .NET in CMMI Level3 COmpany Pune
How is a session stored and maintained in asp.net?
Can we use html in asp.net?
How would you get ASP.NET running in Apache web servers - why would you even do this?
What is the default timeout for a cookie?
what is shared assembly asp net
can u any one tell me clearly where is stored cache datas?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)