|
| |||||||||
| Tags: assembly, common language runtime, microsoft net, windows, xml, xml web service |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| XML web service in Microsoft .Net Platform
Hi, Microsoft .Net is an intensive platform for web development and other works. It is broader and works on cross platforms. What I am familiar with it is that it is not easy to work on. Like the Class Library. A important part of .Net. What actually does it do. Second thing what does a assembly includes in it. What things are required for this work. And in the same way how can work with XML on .Net. Thanks in advance. |
|
#2
| ||||
| ||||
| Re: XML web service in Microsoft .Net Platform
The class library as you can say is the important part of .NET Framework associated with the Common Language Runtime. It is usually a complete object-oriented and a pack of reusable types. This types are used for developing applications from traditional to the command based or GUI based. By this way the user can exploit the latest innovations provided by ASP.NET, such as XML Web Services and Web Forms. |
|
#3
| ||||
| ||||
| Re: XML web service in Microsoft .Net Platform
The The assemblies are a fundamental part of programming. NET Framework. An assembly performs the following functions. This are the codes which are used to execute the functions. They are CLR. Then comes the MSIL which stays in a small executable file. You have to ensure one thing that each of the assembly can only have single entry point (DllMain, WinMain, or Main). It forms a safe limit. An assembly is the unit at which permissions are requested and granted. |
|
#4
| ||||
| ||||
| Re: XML web service in Microsoft .Net Platform
A Web service is a software component business work of the company and accessible using standard IP, from any platform or programming language. They are described in documents WSDL (Web Service Description Language), which specify the methods that can be invoked, their signatures and the access points of service (URL, port.). Web services are accessible via SOAP request and response XML messages are transported over HTTP. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "XML web service in Microsoft .Net Platform" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Microsoft Windows Embedded Handheld platform comes to Motorola ES400 | absolute55 | Web News & Trends | 1 | 20-06-2010 07:34 AM |
| Explain Microsoft .Net Mobile platform. | KANAN14 | Windows Software | 5 | 27-12-2009 06:32 AM |
| Dishtv offers Microsoft Xbox 360 Arcade an uncluttered advertising platform | prakashseth | Web News & Trends | 1 | 12-05-2009 11:54 AM |
| LG Electronics Alliance With Microsoft by Selecting Windows as Primary Smartphone Platform | prakashseth | Web News & Trends | 0 | 17-02-2009 07:56 AM |
| Microsoft.NET Framework 3.0 Service Pack 1 | RAV4Con | Windows XP Support | 4 | 25-01-2008 08:43 PM |