Enable WCF hosing in IIS 7
by Gáspár on January 18, 2009
Update: there is an updated version of this post: Enable .NET 4.0 WCF hosing in IIS 8 As I was playing with WCF services on Windows 7, I had to set up IIS to host a WCF service. It turned out that it is not as straightforward as I expected. Here is a small summary […]
Windows 7 and developing WCF applications
by Gáspár on January 15, 2009
Yes, I know that this is weird, but I have installed Windows 7 to my development notebook to see how it survives. (Ok, I have a backup XP as well on the machine.) Generally it works very well, I have not found any major problem with Windows 7, and it seems that the stability has […]
WCF Security Guidance
by Gáspár on January 7, 2009
Probably it is well known, but I’ve only found it now: patterns & practices: WCF Security Guidance Project It is a complete book about WCF security on-line (you can download it or just browse through it). With its scenario-based approach and the practical samples and “how-to” chapters it seems to be very useful.