What i sthe meaning of .(dot) in .Net?
Answers were Sorted based on User's Feedback
Answer / raju jaiwardhan
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.");
Is This Answer Correct ? | 74 Yes | 27 No |
Answer / kumarmani
Dot Net (Dot-intelligence net-new environment technology)
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ahmad faraz
There are two meanings of dot in .Net
1-Distributed- We can develope distributed applications
2-Descriptive Intelligence- .Net framework provide the facility of intelligence when we work on any language of .Net Framework.
Is This Answer Correct ? | 17 Yes | 16 No |
Answer / 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 |
Answer / ramu
.net means it's network enable technology and . means it's
an extension for all the .net webpages And also it means
separation of the URL.(www.gmail.com)
Is This Answer Correct ? | 8 Yes | 9 No |
Answer / ranjan kumar
the meaning of .(dot) in .net framework is intellisense....
Is This Answer Correct ? | 27 Yes | 34 No |
difference between data reader and dataset
Define pipelining? : Dot net architecture
What is VSS? Use of VSS? How can we use VSS in our Application?
Will finally block exec if we write an return statement to a try block???????
What other than biginteger has been introduced in system.numerics namespace?
What is the main Difference Between .Net 2003 and .Net 2005.and also Asp1.1,Asp2.0 and Asp3.0
What are the types of application software?
Differnce between managed code and unmanaged code ?
Explain .net mobile automatic paging? : Microsoft dot net mobile
What does the term "green architecture" mean? : .NET Architecture
How to delete the duplicate records in a table using sql server
Explain about continuable exceptions?