we are working in .net namespaces like using
system.io,system.text. these namespace before we
use "using " keyword what means of using?
Answers were Sorted based on User's Feedback
Answer / avinash bodkhe
the using statement specifies a namespace that the compiler
should look at to find any classes that are refrenced in
our code but which aren't defined in the current
namespaces.
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / chandra prakash
using keyword is used to intimate the compiler to load
supported name spaces for our program.
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / raman
actually namespace is the set of classes in dll form that
are declared. now to define that particular set of classes
in our program we use namespace and keyword "using"
provides that particular namespace. in short it is a
preprocessor.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / prabakar
using keyword is used to intimate the compiler to load
supported name spaces for our program.
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / kamlesh
"Using" is a keywords that spasify to compiler adll is
used in program
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / smriti
With the help of the keyword using, it is possible to
create an alias name for a namespace or type. For example
using con = System.Console; // Create an alias
class MyClient
{
public static void Main()
{
con.WriteLine("Hey rajesh! how you");
}
}
| Is This Answer Correct ? | 4 Yes | 6 No |
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
What is the use of express session?
What is AutoEventWireup attribute for ?
Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?
3 Answers Phoenix Technologies,
About Usage of server variables ?
Can we handle the error and redirect to some pages using web.config?
What is asp.net web application?
How will you do Redo and Undo in a TextControl?
What is the difference between Debug.Write and Trace.Write? When should each be used?
Explain the difference between webfarm and webgardens in .net?
How to retrieve the information from datatable citywise in c#?
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)