What's New for ASP.NET V2 Web Service Developers in the .NET Framework 2.0
Spotted the page on my travels yesterday and it's a great summary of what is new for Web Services Developers in ASP.NET V2 and .NET Framework V2 covering:-
- Productivity
- Automatic data binding to data returned from Web services - proxy generates properties rather than fields!!
- Event-Based Asynchronous Programming Model for calling Web Services
- Type Sharing using the wsdl.exe /sharetypes switch
- Extensibility
- Imperative serialization using IXmlSerializable
- Schema Importer Extensions
- Web Services Anywhere with the System.Net.HttpListener
- Performance
- Pre-generation of serialization assemblies with SGEN.EXE
Note you can also do this from Visual Studio 2005 B2 for a Windows Client Project: From Project Properties->Select Build Tab->Generate Serialization Assembly:On - SOAP Reply Compression support for IIS 6.0 HTTP Compression
- Pre-generation of serialization assemblies with SGEN.EXE
- Interoperability and Standards
- Support for WS-I Basic Profile 1.0
- Support for W3C SOAP 1.2
Anyway check it out from here.
Cheers, Dave
Comments
- Anonymous
August 24, 2005
Fantastic... the binding problem with Web Services was the issue I was talking about the other day...
Glad it is fixed. Now I just need to port my code.
Paul.
BTW: I have the pricing and dates up on my blog for the next round of training. - Anonymous
August 24, 2005
Ahhh cool on all counts. Yes funny how what you were talking about was one of the first things I stumbled over off this site, brill!!
Your ASP.NET training offer looks well cool!! http://spaces.msn.com/members/ptnt/
Cheers, Dave