what does dot in .net means
Answer / apekshit sharma
Hi this is APEKSHIT...
Microsoft's web services architecture, pronounced dot-net.
Despite the capital letters, it's not an acronym. .NET is
the brand name for a set of proprietary Microsoft frameworks
and technologies founded on XML web services standards.
Standards compliance means that applications written using
.NET should interoperate with those written in rival
architectures, such as J2EE, the distributed application
infrastructure based on Sun's Java language. However,
interoperability is not portability; .NET applications will
only run on Microsoft platforms, such as Windows Server or
Windows XP.
| Is This Answer Correct ? | 1 Yes | 14 No |
What are library functions?
What other than biginteger has been introduced in system.numerics namespace?
Explain the race around condition? : .NET Architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
How do I write to the application configuration file at runtime?
7. Oop-Diff B/w Interfacse and abstract class.
can Array contains different datatypes ?
Is .net easier than java?
What i sthe meaning of .(dot) in .Net?
What is the difference between primary & secondary storage device? : Dot net architecture
Can I customise the trace output?
How do I stop a thread?