Hi,
I have moved my blog and I will not be posting here anymore.
Please update your RSS readers.
Pablo
If you installed WinFx Feb CTP, you already noticed that there is no intellisense support on the configuration files. I already reported the bug at product feedback, but meanwhile Juval from Idesign updated the xml for the intellisense support. Steps: Download the xsd file from here. Copy the file to C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas\. (Backup existing schema) ......
Michelle (aka Das Blonde) is writing a WCF book, and you take a look at the chapters on her blog.
The current chapters are great a you can get immediate hands-on practice.
Pablo
Check this post by Ed Pinto to see which are the changes that will break existing code.
Pablo
I made some research about this topic and I found this post from Matt Tavis. Basically we need to define our service contract in the following manner to support WCF and ASMX: namespace ServiceContracts { [ServiceContract] [WebServiceBinding(Conforms... public interface IEmployeeManager { [OperationContract] [WebMethod] Employee getEmployee(int employeeId); } } The System.Web.Services.WebServ... class is used to specify a binding ......
On 02/21/06 the new bits from WinFX were relased. WinFX Runtime Components: http://www.microsoft.com/do... Windows SDK: http://www.microsoft.com/do... Microsoft Visual Studio Code Name "Orcas" Community Technology Preview - Development Tools for WinFX: http://www.microsoft.com/do... ......