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 |
10. Overloding and overriding.
Explain domestic architecture artifacts? : Dot net architecture
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
what is the difference between running an application with and without debugger?
What is the problem with .net generics?
What is parallel computing?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
Explain difference between machine config vs. Web config : Dot net architecture
1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 Answers 247Customer, FinEngine, TCS,
can Array contains different datatypes ?
Will finally block exec if we write an return statement to a try block???????