Answer Posted / deepak shukl
The dot operator is used to access specific methods within
the .NET Framework class libraries.
For Example:-
// The class Console in namespace System:
System.Console.WriteLine("Hello India.");
System.Console.ReadLine();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differnce between managed code and unmanaged code ?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is the difference between l1 and l2 cache? : Dot net architecture
Explain about cookie less session state? : .NET Architecture
What is the difference between an event and a delegate?
Explain How to improve the cache performance? : Dot net architecture
Explain the race around condition? : .NET Architecture
State and explain about microsoft.net?
What are .net mobile controls features? : Microsoft dot net mobile
What are the types of memory management? : Dot net architecture
HttpHendler and HttpModules
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
Can I customise the trace output?
Explain about the base class library provided by microsoft.net?
what is the difference between master page and content page?