|
|
Browse by Tags
All Tags » WCF » .NET 3.5
-
One of the new features in WCF for .NET 3.5 is the possibility to create REST Services. These services allow you to create services that eat raw HTTP requests with XML in them and return a raw HTTP response with XML content in them. Normally this only works by deserializing objects and serializing objects. It is however perfectly possible to ...
-
Microsoft has added support for WCF to the .NET compact framework 3.5, however generating a more suitable client proxy you will need the powertoys. These can be downloaded here: http://www.microsoft.com/downloads/details.aspx?FamilyID=c8174c14-a27d-4148-bf01-86c2e0953eab&displaylang=en
I think they are a great and essential addition to a ...
|
|
|