Answer Posted / 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 |
Post New Answer View All Answers
Explain what does the term "green architecture" mean? : Dot net architecture
how we can fire event in databound column in datagrid without using button?
Explain about httpruntime.cach.get(); method?
Use of Enable view state ? if turn off what happen ?
What is the difference between machine config vs. Web config : Dot net architecture
Explain 'managed' mean in the .NET context
What do you know about machine.config file ?
What are bindings?
How resource files are used in .net?
What is one way operation?
What is a service class?
What other than biginteger has been introduced in system.numerics namespace?
Explain difference between state server and sqlserver? : .NET Architecture
Explain hard disk and what is its purpose? : .NET Architecture
how to change the title of my window?