Browse by Tags
All Tags »
SOA (RSS)
Remember this ? Now read this ...
Read More...
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
Read More...
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,
Read More...
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
Read More...
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
Read More...
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,
Read More...
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
Read More...
http://www.microsoft.com/downloads/details.aspx?FamilyId=E5376297-DA10-4FC3-967D-38C96F767FC4&displaylang=en
Read More...
Steve Maine just posted Soap.Smtp , allowing SMTP to be used as the transport for WCF messages Technorati: WCF , Indigo
Read More...
If you were having doubts about the interoperability support in WCF , this is one of the press releases you should read . Sun has announced their support to WS-* specs through Glassfish open source project. This is pretty cool. While I think it won't
Read More...
Following the last post about WCF Basics , today I’ll talk about Data Contracts. Service Contracts by default, can handle simple service calls. Calls which can have simple type arguments, and which return also simple types values. The problem comes
Read More...
Since I finished my session and demo preparation for TechDays , I'll take some of my spare time to post some introduction articles about WCF basics, in order to rapidly introduce a new developer to this communication unification framework. So today, we'll
Read More...
Michele Leroux Bustamante wrote a great article at theserverside.net , showing how to solve some interoperability problems between WSE and WebLogic. I recommend the reading for anyone in the interoperability world. Although, I have some comments... When
Read More...