Microsoft .NET: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
protocol. |
protocol. |
||
The .NET Framework provides support for web services via the [[ |
The .NET Framework provides support for web services via the [[Simple Object Access Protocol]] (SOAP) protocol, |
||
to communicate with applications written in any language (e.g. Perl, Java). |
which allows .NET components to communicate with applications written in any language (e.g. Perl, Java). |
Latest revision as of 14:40, 11 November 2004
The .NET Framework has its origins in the Microsoft Transaction Server (MTS), which was later renamed COM+. Microsoft's COM+ is based on the Component Object Model (COM), which was originally designed for use on the desktop. For distributed access COM+ uses the Distributed Component Object Model (DCOM) protocol.
The .NET Framework provides support for web services via the Simple Object Access Protocol (SOAP) protocol, which allows .NET components to communicate with applications written in any language (e.g. Perl, Java).