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 |
How to delete the duplicate records in a table using sql server
What should one do to make class serializable?
which tag i need to use manually to bind columns in a datagrid ?
I want to create a project like google maps how can we do that with atlas?
How to improve the cache performance? : .NET Architecture
Whate are resource files? How are they used in .net?
What is a clickonce application?
What is cache coherency? : Dot net architecture
Can I create my own permission set?
What is the .net class that allows the retrieval of a data element using a unique key?
What is a virtual memory? : Dot net architecture
How can i create only one instance of class and thus doesn't allow creating any more instances?