Blog Stats
  • Posts - 52
  • Articles - 0
  • Comments - 6
  • Trackbacks - 12

 

February 2006 Entries

Security Policy Analyzer Tool

We created a guidance package to integrate this tool into Visual Studio 2005. To download a version of the guidance package join the workspace at http://practices.gotdotnet.... . This information was also posted by Jason Pablo

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

WCF February CTP breaking changes

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

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...

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...

 

 

Copyright © Pablo Galiano