|
Microsoft Message Queuing’s (MSMQ) integration with the Windows Communication Foundation (WCF) is extremely powerful. It enables MSMQ developers to write fault-tolerant, service-oriented applicati...
Microsoft Message Queuing’s (MSMQ) integration with the Windows Communication Foundation (WCF) is extremely powerful. It enables MSMQ developers to write fault-tolerant, service-oriented applications and provides a robust extensibility model developers can use to improve any system’s capabilities – including MSMQ’s. In this video and corresponding sample we'll convert a System.Messaging application into a WCF Queuing application, enable that application to overcome MSMQ’s 4mb message size limitation with a prototype chunking channel, and integrate it seamlessly with existing MSMQ applications.
Downloads: 194 |
Started: Jan 29 2008
|
Contributors: 1
|
|
|
These code samples demonstrate Silverlight support for Web Services (SOAP, REST, POX, JSON) and Syndication (RSS, Atom).
These code samples demonstrate Silverlight support for Web Services (SOAP, REST, POX, JSON) and Syndication (RSS, Atom).
Downloads: 188 |
Started: Mar 5 2008
|
Contributors: 3
|
|
|
This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext.
This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext.
Downloads: 37 |
Started: Apr 14 2008
|
Contributors: 1
|
|
|
Perseus is a small project designed to explore ways for exchanging graphs of Entity Framework entities over WCF web services. The key piece of the project is EntityBag<T> which stores a graph of e...
Perseus is a small project designed to explore ways for exchanging graphs of Entity Framework entities over WCF web services. The key piece of the project is EntityBag<T> which stores a graph of entities along with change tracking information. Here's hoping no one will use this to store & transport something as nasty as Medusa's head. ;-)
Downloads: 28 |
Started: Jan 24 2008
|
Contributors: 2
|
|
|
Hands on labs for the WCF REST Starter Kit
Hands on labs for the WCF REST Starter Kit
Downloads: 23 |
Started: Oct 24 2008
|
Contributors: 4
|
|
|
Simple Chat room using events and WCF. The Publisher Subscriber model can be easily and effectively implemented in .NET using events and delegates. But implementing the same over the network seems ...
Simple Chat room using events and WCF. The Publisher Subscriber model can be easily and effectively implemented in .NET using events and delegates. But implementing the same over the network seems to be a bit more challenging.The code sample provided demonstrates a simple chat room and it shows you how to go about setting up a publisher-subscriber architecture (using events) using WCF.
Downloads: 16 |
Started: Mar 13 2008
|
Contributors: 1
|
|
|
WCF Visualizers contain 5 visualizers:
1. Message Visualizer
2. ChannelDispatcher Visualizer
3. ServiceDescription Visualizer
4. ServiceHost Visualizer
5. ServiceEndpoint for the client side.
WCF Visualizers contain 5 visualizers:
1. Message Visualizer
2. ChannelDispatcher Visualizer
3. ServiceDescription Visualizer
4. ServiceHost Visualizer
5. ServiceEndpoint for the client side.
Popular tags:
WCF
Downloads: 14 |
Started: Mar 23 2008
|
Contributors: 1
|
|
|
This page will contain useful links and information on WCF,Code Samples with steps to implement them.
This page will contain useful links and information on WCF,Code Samples with steps to implement them.
Downloads: 14 |
Started: Oct 12 2008
|
Contributors: 1
|
|
|
This resource page is intended to be a place where samples from the Windows Communication Foundation ("Indigo") MSDN Forum can be hosted.
This resource page is intended to be a place where samples from the Windows Communication Foundation ("Indigo") MSDN Forum can be hosted.
Downloads: 13 |
Started: Jul 3 2008
|
Contributors: 1
|
|
|
On this page I will share all code samples given at various screenscasts, webcasts, talks at conferences and customer presentations.
Please keep in mind that the source published here is just demo...
On this page I will share all code samples given at various screenscasts, webcasts, talks at conferences and customer presentations.
Please keep in mind that the source published here is just demo source code, it should not be used for production code.
Downloads: 11 |
Started: Feb 5 2008
|
Contributors: 1
|
|