Tutorial
Building Web Services with .NET
Peter Drayton, Instructor, Microsoft
Track: P2P Tutorials
Date: Thursday, November 08
Time: 1:00pm
- 4:30pm
Location: Dupont
One of the key motivations behind .NET is the move towards web services. This tutorial provides an overview of the rich support in the Microsoft .NET Framework for building web services and networked applications. Attendees will learn about the different supported approaches to building web services, and how to easily build web service clients and servers using C# and other .NET languages.
Topics covered include:
- .NET support for web services & related technologies
- The System.Runtime.Remoting.* namespaces
- The System.Web.Services.* namespaces
- Building Remoting & WebMethod servers
- Generating client proxies using WSDL