Resources  
  • Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IISDec 29, 2017. Learn how to expand Windows IIS beyond HTTP, HTTPS, and FTP to include TCP and PIPE protocols. Follow steps to enable these protocols via Control Panel and IIS settings, enhancing connectivity options for your applications seamlessly.
  • ASP.NET page automatically notifies when MSMQ message arrivesDec 18, 2010. Recently, I came across a forum query. The query was like: There is one source from which a message was sent to MSMQ and a web interface aka an asp.net page would display the newly added message automatically without any user intervention.
  • Secured Intranet Messenger using MSMQ in C#Mar 13, 2007. This application will allows us to send,receive messages securely using MSMQ service present in windows OS.
  • MSMQ in WCF (Two Way Communication Between Client And Server): Part IIFeb 22, 2013. In this article, we will try to implement a two way communication between the server and the client.
  • MSMQ In WCFFeb 19, 2013. In this article we try to learn how to implement a MSMQ feature in WCF service.
  • Introduction to MSMQSep 23, 2012. Microsoft Messaging Queue (MSMQ) technology is used for asynchronous communication using messages. MSMQ also can be considered to be an InterProcess communication capability.
  • Microsoft Message Queue(MSMQ)Jul 04, 2011. This article describes how to access message s from message queues, and how to peek and receive messages from message queues.
  • MSMQ on Pocket PC 2003Sep 27, 2004. This article builds on top of the existing article MSMQ, your reliable asynchronous message processing. It will show how MSMQ can be used on Pocket PC 2003 and at the same time provide an introduction to mobile development and the Compact Framework (CF).
  • MSMQ, your reliable asynchronous message processingJul 20, 2004. Microsoft Message Queue server, short MSMQ, provides exactly that - guaranteed and reliable message delivery. It provides an easy way to send messages between different applications or to process messages asynchronously.
  • Windows Communication Foundation OverviewSep 11, 2015. In this article we will get an overview of Windows Communication Foundation (WCF) and its features.
  • Difference Between Web Service and WCFFeb 12, 2015. This article explains the difference between Web Services and WCF techniques.
  • SMS Messaging Framework Using TWILIO APIFeb 14, 2013. The article is about creating the SMS messaging framework to allow users to send a SMS message to their application subscribers using the Twilio REST API.
  • Transactional Queue in .NETSep 26, 2012. Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging capabilities of the .NET framework.
  • Windows Communication Foundation (WCF) BasicsMar 15, 2012. In this article, I am describing Windows Communication Foundation (WCF) and why it was introduced in .NET Framework 3.0.
  • ABC of Windows Communication FoundationJul 05, 2011. Here I will explain about ABC of Windows Communication Foundation i.e WCF.
  • How to Create and Consume WCF ServicesFeb 16, 2011. WCF provides a runtime environment for your services, enabling you to expose CLR types as services and to consume other services as CLR types.
  • Message Queuing Using C#Jan 29, 2007. Message Queuing is a message infrastructure and a development platform for creating distributed messaging applications for the Microsoft Windows Operating System.
  • XML Messaging in WSE 2.0Jan 15, 2004. The WSE is an Add-on to the .NET Framework. It provides additional Web Services support mostly for the various Web Services Architecture (WSA) specifications. This technology represents specific functionalities that will increase the Web Services potentialities.
  • Using Installer Classes to Ease Deployment in VS.NETAug 07, 2002. In this article I will demonstrate how to incorporate installer classes with your Visual Studio .NET msi's to handle any supporting tasks that your assemblies may need.
  • Using Microsoft Message Queues To Build Scalable SolutionsApr 12, 2001. This tutorial shows you how to create, send, and received messages using MSMQ from the .NET base class library (System.Messaging) and C#.