.NET serializer and WCF bindings for AMF with full Flex compatibility. Just add AMF endpoints to your existing WCF services and you are ready to go.
-
Updated
Nov 29, 2015 - C#
.NET serializer and WCF bindings for AMF with full Flex compatibility. Just add AMF endpoints to your existing WCF services and you are ready to go.
Multi User WCF Chat Application
This project presents a WCF Stock Service Library (StockServiceLib) that mimics a stock exchange. The service is implemented as a “singleton” and maintains persistent data between client calls and can handle multiple client sessions. The service is hosted via a console application (StockServiceHost). The client and service participate in a bi-di…
In this article we will see how we can use the WCF fault contracts to handle exceptions. This tutorial will help you to create WCF service step by step with fault contracts.
You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.
This is an extensive and all explained study of WCF web services. It was inspired in the Miguel Castro's pluralsight course WCF End-to-End
netNamedPipeBinding is the best binding for interprocess communication which crosses process boundaries on the same machine.
This project presents a Visual Studio solution including a simple demo WCF Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the user registration, login, logout, and service operations. In addition to demonstrating standard authentication capabilities, the WCF service implements a c…
Demo project used at the first and only presentation of the Silverlight France developer group
This article describes your necessary actions to host your WCF services with netTcpBinding or netNamedPipeBindings in IIS. IIS supports HTTP or HTTPS protocols by default however to use netTcpBindings or netNamedPipeBinding you need to manage some settings in IIS.
Fast MessagePack based formatter for WCF inspired by msgpack.wcf
WCF Math Service Library with Multi-Threaded Capabilities & Console Service Host and a Client “Tester” ChannelFactory Implementation
WCF bindings and configurations performance comparison
This article describes how to create WCF ServiceContract and DataContract that can be shared to multiple assemblies or WCF services and clients.
This project presents a simple, but fun “Adopt a Dog” Service Application. The service provides a factory creational design pattern to create and return a single Dog object (complete with a cute photo). It is hosted using IIS Express to quickly demo and test the service with a client. The service interface is defined not in the service applicati…
Distributor pattern for wcf netmsmq binding
WCF Simple Greeting Service Library & Service Host Console Application Supporting Http and TCP Protocols & Client “Tester" Console Application
Shows how an external facing WCF service hosted inside container can call other service via netnamedpipe binding
A WCF binding enables communication via Azure Storage
Add a description, image, and links to the wcf-bindings topic page so that developers can more easily learn about it.
To associate your repository with the wcf-bindings topic, visit your repo's landing page and select "manage topics."