Geeks With Blogs
Coding Beyond... Pablo Alberto Galiano WCF
Blog moved

Hi,

I have moved my blog and I will not be posting here anymore.

Please update your RSS readers.

Pablo

Posted On Thursday, August 3, 2006 2:52 PM

WinFx February CTP intellisense support
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) ......

Posted On Wednesday, March 8, 2006 10:27 AM

Michelle is writing a WCF Book

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

Posted On Friday, February 24, 2006 6:59 PM

WCF February CTP breaking changes

Check this post by Ed Pinto to see which are the changes that will break existing code.

Pablo

Posted On Friday, February 24, 2006 1:52 PM

WCF and ASMX compatibility
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 ......

Posted On Friday, February 24, 2006 1:21 PM

WinFX February CTP Released !!!
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... ......

Posted On Friday, February 24, 2006 1:05 PM

Copyright © Pablo Galiano | Powered by: GeeksWithBlogs.net | Join free