This year
Pro .NET Best Practices Book Review
I highly recommend this book to any role involved with developing .NET software.
2009
2008
Comparing ASP.NET Web Services to WCF Based on Development
Outlines the basic differences between the two. Gives a developer a better idea of when to use WCF and when not to.
Exposing a WCF Service With Multiple Bindings and Endpoints
Windows Communication Foundation (henceforth abbreviated as WCF) supports multiple bindings that allows developers to expose their services in a variety of ways. What this means is a developer can create a service once and then expose it to support net.tcp:// or http:// and various versions of http:// (Soap1.1, Soap1.2, WS*, JSON, etc). This can be useful if a service crosses boundaries between intranet and extranet applications for example. This article walks through the steps to configure a service to support multiple bindings with Visual Studio 2008 and the .Net 3.5 framework. For those that want to jump directly to the sample solution it can be found at the end of this article.
2007
Clemens Vasters and the WS Stars : So how much faster is it really and is it? WCF performance in comparison.
To summarize the results, WCF is 25%—50% faster than ASP.NET Web Services, and approximately 25% faster than .NET Remoting. [...] in one case WCF is nearly 100% faster but in another scenario it is nearly 25% slower.
Migrating WSE 3.0 Web Services to WCF
MSDN official guide to service migration under the WSE 3.0 architecture.
Windows Communication Foundation (WCF)
Good document describing new features and backwards compatibility
2006
.NET Framework 3 News and Announcements : .NET Framework 3.0 has been released!
The .NET Framework 3.0 has officially been released!
En attendant Windows Vista, la version 3.0 du framework .NET donne plus de visibilité à WinFX - Weblog - Clever Age
Ayant déjà pris plusieurs fois du retard, la sortie de Windows Vista se précise néanmoins, au travers notamment de la mise à disposition anticipée de plusieurs de ses composants techniques.
1
(9 marks)
