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 |
What i sthe meaning of .(dot) in .Net?
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
What are public and private assemblies ?
Explain the difference between l1 and l2 cache? : .NET Architecture
can Array contains different datatypes ?
Does application frame need host?
What re interop services?
what to choose among testing, .net , and java for a B-Tech (ECE) fresher.
what is web service?
Explain the race around condition? : Dot net architecture
Explain the differences between Server-side and Client-side code?
can u give me real example of how web.config overrides the machine.config file?