.NET technologies use Web services to help enhance the computing experience with highly integrated communications and information. Here are some of the key benefits:
Any Language.The .NET Framework enables custom software developers to use any programming language, and for applications written in any programming languages to integrate deeply with each other, enabling current development skills to go forward without retraining.
Less Code. The .NET Framework uses a highly componentized, plumbing-free design that enables developers to focus on writing business logic. Custom software developers don't need to write IDL or Registry code and ASP .NET, for example, includes dozens of controls that encapsulate common programmer tasks such as a shopping cart.
Reliability. The .NET Framework includes technologies to make applications more reliable. For example, memory, threads, and processes are managed by the .NET Framework to ensure that memory leaks don't occur. And ASP .NET monitors running Web applications and can automatically restart them at administrator-defined intervals.
Mobility. The .NET Framework makes large advances with regards to mobile devices. Integrated support for standards such as HDML and WML mean that applications built on the .NET Framework can target even cellular phones.
Manageability. The .NET Framework goes to incredible lengths to make it easy to deploy, run, and manage applications. From the "no-touch" deployment features that eliminate "DLL Hell," to the instrumentation built into every application designed for the .NET Framework, never has it been easier to keep applications alive and well.
Security. The .NET Framework includes an evidence-based security system designed for today's Internet environments. By collecting evidence about where an application came from, who created it, its digital signature, as well as what the application is trying to do and combining that evidence with a security policy, the .NET Framework's runtime environment can make very fine-grained decisions about whether to run an application. It can even "negotiate" with the application, for example, denying it the right to write to a protected directory and enabling the application to choose whether it will run without that permission.
Internet. The .NET Framework was designed from the ground up to be an Internet computing environment. Its deep support for Web services using SOAP gives unparalleled interoperability with non-Windows environments. Microsoft is committed to the vision of delivering software as a service, and Web services are central to that vision. Web services are applications that expose their features over the Internet (or intranet) using standard Web protocols such as HTTP and XML. The .NET Framework makes exposing an application's features like this as easy as writing a single word in a custom software developer's source code.