Grupo de Arquitectura de Software Português


Welcome to GASP Sign in | Join | Help
in Search

Browse by Tags

All Tags » English » Messaging   (RSS)
Showing page 1 of 2 (16 total posts)
  • Note for myself: Live Communications Server & Certificates

    This post saved my day.
    Posted to Hugo Batista (Weblog) by hbatista on January 23, 2008
  • .Net 3.5, Silverlight, Internet Service Bus and WS-Federation

    Wow, the world is really moving faster! In 2 weeks, great news are emerging: WinFx .Net Framework 3.5 Omri unveils the new features of .Net 3.5, and beta 1 is launched! Between some awesome features, Durable Services is the one which really called my attention! OASIS is calling for members in the WS-Federation Technical Committee It was about ...
    Posted to Hugo Batista (Weblog) by hbatista on May 2, 2007
  • WCF: now on devices!

    Remember this? Now read this...
    Posted to Hugo Batista (Weblog) by hbatista on November 22, 2006
  • WCF: Feb CTP configuration schema

    Thanks to a great tip from Guy Burstein's, I found how to correct the wrong schema in the Feb CTP. Just download this file, and override the equivalent in C:\Program Files\Microsoft Visual Studio 8\Xml\Schemas
    Posted to Hugo Batista (Weblog) by hbatista on May 16, 2006
  • WCF: maxReceivedMessageSize and QuotaExceededException

    Yesterday I came across a strange behaviour in WCF. If you use netMsmqBinding together with messages larger than 65536 bytes, your services can loop while trying to process poison messages. The ''thing'' is a server side binding property for netMsmqBinding, named maxReceivedMessageSize. By default, this property has the value of 65536 bytes, and ...
    Posted to Hugo Batista (Weblog) by hbatista on May 16, 2006
  • Service BAT is now public....

    But no bits yet! Service BAT (Service Baseline Architecture Toolkit), intends to provide architecture guidance, wizards, code templates and tools to design service oriented solutions using ASMX or WCF. GAT (Guidance Automation Toolkit) is used as the glue of all the project and provides context guidance in VS 2005. For those reading Don ...
    Posted to Hugo Batista (Weblog) by hbatista on April 6, 2006
  • Mapping objects through domains using serialization

    Lately in a forum, someone asked for a simple mapper between objects from different domains (ex: Service Data Contract & Internal Types). Here's a simple way of do it, just as simple as using serialization. We serialize the source domain object, handle the xml, and then deserialize it to the destination type. public static  object Map (object ...
    Posted to Hugo Batista (Weblog) by hbatista on February 27, 2006
  • WCF and the new GPS signal known as L2C

    While we wait for Galileo, US announced the civilian availability for the GPS satellite launched by US Air Force in last December. While a lot of you might wonder what does this has to know with services, let me just say that this new signal, named L2C improves the accuracy inside buildings and urban areas, and, better than that, it requires ...
    Posted to Hugo Batista (Weblog) by hbatista on January 31, 2006
  • WCF: Richard Turner talks about SOA, ESB and WCF

    Richard Turner, Program Manager on the WS team, talks about SO architectures, and the future of WCF for developing messaging applications. My favorite part is :''(...) after V1, we are going to start looking at getting Indigo into the Compact Framework, so it gets into devices, into fridges into pocket PCs, and set-top boxes and so on.'' Is ...
    Posted to Hugo Batista (Weblog) by hbatista on January 30, 2006
  • WCF: newtellivision - streaming TV content through indigo services

    Clemens has done it again. Before going to MS, he released his new community project called newtellivision, showing how to stream content from WCF to Windows Media Player and Windows Media Center. This is a quite interesting project, showing up some cool consumer things we can do with WCF, rather than only applying it to big SO ...
    Posted to Hugo Batista (Weblog) by hbatista on January 30, 2006
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems