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 happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
How do I prevent concurrent access to my data?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain a .net mobile example with details? : Microsoft dot net mobile
how many types of controls are there in windows and web application?
How can we integrate atlas with web services?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
Explain the five stages in a dlx pipeline? : .NET Architecture
Explain .net mobile automatic paging? : Microsoft dot net mobile
What i sthe meaning of .(dot) in .Net?