windows communication foundation

There are 13 entries for the tag windows communication foundation
  • Web Service Dynamic Proxy Update

    Today I solved a bug that prevented use of customs types as arguments of generic types in contratcs of a web services who are called with proxy generated with Web Service Dynamic Proxy. Thanks to Gabriel Almiñana Download the fix  from here. Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX

  • TechNight: Interoperability in WCF

    Here you can download the presentation and samples of the TechNight about Interoperability in Windows Communication Foundation that I did last Friday together with Jorge Fioranelli and Ariel Krakovsky. Thanks to everyone who attended to this event, and specially to Miguel Saez for organize it. Technorati tags: Web Services, Windows Communication Fondation

  • Generic List support in Web Service Dynamic Proxy

    Today I add support for Generic Lists in Web Service Dynamic Proxy Download the code and a sample of use from here. Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX

  • Materials of Advance Windows Communication Foundation Conference

    Here you can download the presentation and samples (in spanish) of the conference "Advance Windows Communication Foundation" ("Windows Communication Foundation Avanzado") that I did in Microsoft Argentina HQ together with Diego Gonzalez and Javier Arguello. The best of this presentation:  The summary of what properties you must be use in each type of behavior (by DiegoG) The solution for retrieve the entire WCF configuration from a centralizated database catalog (by Me) The technique for host WCF services in IIS without create .svc files (by Me) The didactic...

  • Certificate Access Error in a IIS hosted WCF service

    My coleague at Lagash Mariano Sanchez has started his own Blog. Your first article is about a tricky error when a WCF service hosted in an IIS tries to load a certificate from the Windows Certificates Store with the account of the Application Pool. Technorati tags: .NET, Windows Communication Foundation

  • WCF Mail Transport Channel

    Last week I was learned in deep the WCF channel architecture and how to development a custom transport channel. To put in practice these knowledge I had programmed a transport channel that works over POP3 and SMTP protocols. This channel is based in the soap.smtp channel that Steve Maine write for WCF Beta 2, and is also based in the UDP transport channel that come in Windows SDK. Here you can download the channel code and a complete sample of use. Technorati tags: .NET, Windows Communication Foundation, WCF Extensibility

  • Web Services Day 2007

    Here you can download the material (in spanish) of the presentations that I did (together with Diego Gonzalez, Jorge Fioranelli, Ezequiel Glinsky, Roberto Schatz and Jose Marcenaro) in the event "Web Service Day 2007". Thanks to all the architects who attended to the event and specially to Ezequiel and Roberto from Microsoft Argentina for organize it. Technorati tags: .NET, Web Services, Windows Communication Fondation

  • Web Service Dynamic Proxy

    As a part of a web service adapter for Service Invocation Framework I developed a code for dynamic web service proxy generation. Today I have decided to extract this code from Service Invocation Framework  and transform it into a small library for call a web service without generate static proxy code. Download the library code and a sample of use from here. Enjoy it! Technorati tags: .NET, Web Services, Windows Communication Fondation, ASMX

  • Service Invocation Framework

    Service Invocation Framework RC1 is released!!!. But what is Service Invocation Framework?, It’s a light-weight framework to speed up SOA implementations. It's is small part of a bigger framework for a project in which I worked with to Sergio Borromei of Microsoft Consulting Services during the last two years, and now, MCS had decided to liberate this work to the community. Some it's features are:   Transport and protocol agnostic. Unified programmatic model for service consumption. Aligned with WCF. Allows: ...

  • Introduction to Windows Communication Foundation Materials

    Here you can download the presentation (in spanish) of the talk "Introduction to Windows Communication Foundation" ("Introdución a Communication Foundation") that I did in Microsoft Argentina HQ together with Diego Gonzalez and Javier Argüello. Technorati tags: Windows Communication Foundation

  • New Version of WS-Compression for WCF

    Pablo Cibraro (who has been named as MVP in Connected Systems, congratulations!!!) has upgraded WS-Compression For WCF, this new version uses Channels instead of Behaviors. Technorati tags: Windows Communication Fondation

  • WS-Compression for WCF

    My partner Pablo Cibraro has developed a version of WS-Compression for WCF (Indigo). Download it from here (it was developed with Febrary CTP). Technorati tags: Windows Communication Fondation, Web Services

  • WS-Compression for WSE 3

    I had received some mails asking me for a version of WS-Compression for WSE 3, and here is finally! The code includes a complete example of use. Technorati tags: Windows Communication Foundation, WSE