What i sthe meaning of .(dot) in .Net?

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


Please Help Members By Posting Answers For Below Questions

Are there any third party logging components available?

524


What is the difference between an event and a delegate?

520


Explain about microsoft visual studio?

543


Can I create my own metadata attributes?

525


What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile

518






How can I write my own .NET host?

558


What is cache coherency and how is it eliminated? : .NET Architecture

522


how to add list of items in a web application and win application?

1593


Use of Enable view state ? if turn off what happen ?

3800


What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?

525


What are the types of memory management? : Dot net architecture

481


What is .net mobile automatic paging? : Microsoft dot net mobile

572


Is dim fs as filestreamobject is a managed code? : Dot net architecture

491


Does .NET runtime offer Deterministic Destruction or not?

591


Explain the purpose of cache? : Dot net architecture

464