Gunnar Peipman's ASP.NET blog

Browse by Tags

All Tags » Web Services (RSS)
DTO - not only for web services
Usually developers think that DTO ( Data Transfer Object ) is something related to web services where data serialization is required to move data from one point of network to another. It is clear that in most cases there is no point to move complex data...
Using WCF Services with PHP
I recently wrote two postings on the subject of WCF services: WCF Services – Let's Get Started and WCF and Unit Tests. One could see that creating and testing services was not complicated at all. Let's go on and take some steps nearer to the real world...
WCF and Unit Tests
Good practices demand tests for every new thing you have been able to get running. Otherwise our TDD chief is glum and moody during smoke breaks. So, to maintain the ever cheerful and busy climate in our office, this posting is going to discuss testing...
WCF Services – Let's Get Started
How to create WCF web services. Code example for client and server....
More Posts