void Nish(char* szBlog);

Nish’s thoughts on MFC, C++/CLI and .NET

void Nish(char* szBlog); header image 4

Entries Tagged as 'Indigo'

Consuming a WCF service using a native WWS client

July 23rd, 2009 · 4 Comments

I have been meaning to play with Windows Web Services ever since I heard Nikola Dudar talk about it at the MVP Summit earlier this year. It’s natively included with Windows 7, but can also be installed and used from older OSes (XP, Vista, 2003 and 2008). You can write native clients using WWS that [...]

[Read more →]

Tags: C#/.NET · C++ · Indigo · WWS API

DCOM helps you appreciate WCF

May 5th, 2006 · 4 Comments

I’ve been playing with Indigo (Windows Communication Foundation), and was fairly impressed with its support for duplex communication. With the help of my good friend and Win32 Guru Rama Vavilala, I also managed to get a DCOM sample working that used connection points for duplex communication via event sinks. Not only was the DCOM app [...]

[Read more →]

Tags: General · Indigo