jueves, agosto 16, 2007

Editor de SOAP

Muy buen programa para debuggear Web Services.
Está hecho en Java, pero es muy intuitivo y fácil de usar.


Bajar desde acá: http://www.soapui.org/

Etiquetas: ,

Editor de XML con soporte para XSL

Y además, es freeware!!

Tiene un editor de XSL integrado con menúes contextuales para las funciones de XSLT, una ventana con solapas para ver el XML, el XSL y el resultado en XML y en HTML
Muy potente....

bajar de acá: http://xmlcooktop.com/

Etiquetas: ,

viernes, agosto 03, 2007

Instaladores necesarios para WCF

Robado de un blogger, he aquí la lista de instaladores necesarios para hacer correr WCF en una PC de desarrollo:

-------------------------------------------

The final versions of .NET Framework 3.0 have been released but it is easy to get confused with all the other MSFT product downloads.

.NET Framework 3.0 Runtime

  • Not required for Vista (already included on the operating system)

Windows SDK (for Windows VIsta and .NET Framework)

  • Documentation, Samples and tools

Visual Studio 2005 Extensions for .NET Framework 3.0 (Windows Workflow Foundation)

  • Provides features necessary to build workflows with Visual Studio 2005

Visual Studio 2005 Extensions for .NET Framework 3.0 (WCF & WPF), November 2006 CTP

  • Provides features for building Windows Comunication Foundation (WCF) and Windows Presentation Foundation (WPF) with VS.NET 2005
  • Provides XAML Intellisense, project templates and .NET 3.0 SDK integration.
  • Early version of the visual designer for WPF (Code named 'Cider')

If you have installed any pre-released Microsoft .NET Framework 3.0 software, Microsoft has provided a tool to assist in the clean up. Get it here.

Etiquetas: , ,