Sunday, January 20, 2008

WCF - Defination and more..

- Windows Communication Foundation (WCF) is Microsoft's programming model for using managed code to build unified Web services and other distributed systems that can talk to each other. WCF focuses on connecting XML to programs that are built using development languages supported by Microsoft, such as VB.NET and C#. To support this cross-language communication, WCF uses the extensible Simple Object Access Protocol (SOAP).

Saturday, January 19, 2008

Windows Service - Create and Install Steps

For VS2005

I found it was very helpful, especially this was a first time I had worked on Windows Service.
http://support.microsoft.com/kb/317421


This is another weblink could be helpful.
http://aspalliance.com/1316_Working_with_Windows_Service_Using_Visual_Studio_2005.all


For VS2003
http://www.ondotnet.com/lpt/a/4109

Compare MSMQ and SQL Server 2005 Service Broker

Read this article http://www.devx.com/dbzone/Article/34110


This weblink has Q/A session. I found bit intresting. read here http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=661768&SiteID=1


This link is comparing high level between MSMQ, Service Broker and WCF.
read more here http://blogs.msdn.com/rogerwolterblog/archive/2006/02/28/540803.aspx