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 |
Explain different pipelining hazards? : Dot net architecture
what is page_directive
Explain about httpruntime.cach.get(); method?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
Explain difference between machine config vs. Web config? : .NET Architecture
what is meant by language interoperability and language integration?
10. Overloding and overriding.
Explain pipelining? : Dot net architecture
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.....
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is a service contract, operation contract and data contract?
What are the types of memory management? : Dot net architecture