Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Get this Tag RSS feed
Translate this page
Powered by
Microsoft® Translator
Popular Tags
Active Directory
AD
AD DS
AD FS
adfs
ASP.NET
azure
BizTalk
BizTalk Server
BizTalk Server 2010
C#
Candidate for deletion
certification
cloud
core docs
de-DE
EAA
Ed Price
Ed's Stub Pages
en-US
ESA
es-ES
Excel
Exchange
Exchange 2010
Exchange Server 2010
fa-IR
Fernando Lugao Veltem
FIM
FIM 2010
forefront
forums
fr-FR
Gokan Ozcifci
has code
has comment
has comments
has image
has Images
has Other Languages
has See Also
Has Table
Has TOC
Horizon_Net
How To
Hyper-V
id-ID
IIS
Italian Wiki Articles
it-IT
ja-JP
Jordano Mazzoni
Link Collection
Luciano Lima
Luigi Bruno
Lync Server 2010
MCTS
MIISILMFIM MACAULAY
Multi Language Wiki Articles
needs work
operations manager
Portal
Português Brasil
PowerShell
Private Cloud
pt-BR
security
SharePoint
SharePoint 2010
SharePoint 2013
Small Basic
solucionando problemas
spam
SQL Server
SQL Server 2012
stub
System Center
System Center 2012
TechNet Wiki Featured Article
tonyso
Translated into Japanese
troubleshooting
tr-TR
UAG
vídeo
Video
Virtualization
VMM
Wiki
Windows
Windows 7
Windows 8
Windows Azure
Windows Server
Windows Server 2003
Windows Server 2008
Windows Server 2008 R2
Windows Server 2012
yottun8
اکتیو دایرکتوری
Browse by Tags
>
TechNet Articles
>
All Tags
>
WCF
Tagged Content List
Wiki Page:
The famous System.ServiceModel.FaultException`1 was unhandled by user code
Serge Calderara
Introduction: Years ago, I personnlay met the famous error "System.ServiceModel.FaultException'1 was not handle by user code" in one of my WCF project. Since that tile I get a lot of great comment on my blog on that same issue still today. In order to bring to that topic a better...
on
21 May 2013
Wiki Page:
BizTalk + WF/WCF, Better Together
Carsten Siemens
Summary All versions of BizTalk Server use a publish/subscribe messaging engine architecture. In a publish/subscribe architecture, all messages that flow through BizTalk Server are first published to the MessageBox database and subsequently picked up by Send Ports, Receive Ports, or Orchestrations...
on
20 May 2013
Wiki Page:
Connecting local web service (WCF) from Windows Phone 8 Emulator
Payman Biukaghazadeh
So I’m right you came to this blog to resolve web services issue in windows phone 8 emulator. Let us discusses about it. Previously in windows phone 7 in OS 7.1 local web service was connected and consumed using http://localhost:port . But in windows phone 8 things are changed. Windows phone 8 emulator...
on
13 May 2013
Wiki Page:
WCF: Streaming Large Data Files Using WebHttpBinding
Richard Mueller
This example code streams large data files using Windows Communication Foundation (WCF) and the WebHttpBinding . [The original code comes from this forum post: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/fb9efac5-8b57-417e-9f71-35d48d421eb4 ] For more information about streaming...
on
8 May 2013
Wiki Page:
BizTalk Server: REST Services Error Handling
Carsten Siemens
There are quite a few posts on different blogs that explain how to consume and expose REST services from BizTalk that are really good (this one from Mikael Håkansson about the bLogical REST Start Kit for BizTalk, or this series from Steef-Jan Wiggers about the new REST features in BizTalk 2013...
on
7 May 2013
Wiki Page:
WCF, IIS, and SSL
Payman Biukaghazadeh
It’s become apparent to me of late that the concept of using SSL with WCF in IIS can be confusing even to some of the most experienced WCF programmers. The motivation behind this article is to try and clear the air around SSL and provide an implementation that can be applied by a novice or expert....
on
3 May 2013
Wiki Page:
Exam 70-503 - TS: Microsoft .NET 3.5 - Windows Communication Foundation
Carsten Siemens
Table of Contents Overview Skills Measured Preparation Materials Community Related Forum Posts Other Languages Deutsch Overview Language(s): English, French, German, Japanese, Spanish, Chinese (Simplified) Audience(s): Developers Technology: Microsoft Visual...
on
27 Apr 2013
Wiki Page:
How to Inspect WCF Message Headers Using IClientMessageInspector
Richard Mueller
Reading the SOAP message headers for any set of messages can be useful when diagnosing problems. This code allows you to do just that. To run: Copy and paste the code into Visual Studio 2010. Add a reference to: System.ServiceModel.dll System.Runtime.Serialization.dll. Original...
on
24 Apr 2013
Wiki Page:
SharePoint 2010 Best Practices: Where to Publish a WCF Service
Ed Price - MSFT
If you're creating a WCF service you basically have two options: - Create a WCF service in a SharePoint context. - Create a separate WCF service. If you're creating a WCF service in a SharePoint context, you're basically doing the following: you create a SharePointproject, add the...
on
16 Apr 2013
Wiki Page:
WCF Extension and Custom Behavior
Ed Price - MSFT
We have a simple WCF WebService that has operation for Division (dividing value1 by Value2) and return this division result back to client. Service Code: Interface: Class implementing the Interface: In Divide Method, DivideByException is thrown if value2 is zero. So we are handling...
on
8 Apr 2013
Wiki Page:
Using Custom Behaviors with the BizTalk WCF Adapters, Part 1
Sandro Pereira
Using Custom Behaviors with the BizTalk WCF Adapters, Part 1 Microsoft Corporation Published: January 2009 Author: Michael McKeown Contributors: Hanu Awasthy, Sarathy Sakshi, John Taylor Summary You can customize message processing in Microsoft® BizTalk® Server 2006 R2 by using...
on
23 Mar 2013
Wiki Page:
Whether or Not to Use Biztalk Server or AppFabric to Host .NET 4 WCF/WF Services
Sandro Pereira
You can simply view Windows Server AppFabric as a hosting environment for NET 4 services using Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) . In more detail, it extends Windows Server to provide enhanced hosting, management, and caching capabilities for Web applications...
on
23 Mar 2013
Wiki Page:
Expose BizTalk Applications on the Cloud Using AppFabric Connect for Services
Sandro Pereira
With the advent of the cloud and enterprises building cloud-based applications, enterprises will still want to use their existing on-premise applications. Thus, one of the key requirements in building hybrid cloud-based applications across on-premise and on-cloud environments is the ability to use pre...
on
23 Mar 2013
Wiki Page:
Asynchronous Operations in WCF
Jaliya Udagedara
In WCF, asynchronous operations can be implemented by using one of the three following methods: The event-based asynchronous pattern The IAsyncResult asynchronous pattern The task-based asynchronous pattern Today I am going to explain how to implement asynchronous operations in WCF using each...
on
12 Mar 2013
Wiki Page:
Windows Communication Foundation (WCF): Ein Überblick (de-DE)
Andrielle Azevedo
Beachte: Einige Links in diesem Artikel sind leider nur in Englisch verfügbar sind. Table of Contents Für Einsteiger Foren WCF Wiki-Seiten Siehe auch Andere Sprachen English (en-US) Português (pt-BR) Windows Communication Foundation (WCF) (en-US) ist eine Technologie für das Erstellen von...
on
7 Mar 2013
Wiki Page:
Windows Communication Foundation Overview
Andrielle Azevedo
Table of Contents For Beginners Forums WCF Wiki Pages Books See Also Other Languages Deutsch (de-DE) Português (pt-BR) Windows Communication Foundation (WCF) is a system for creating connections between applications using services and endpoints. WCF is, more than anything, an infrastructure technology...
on
7 Mar 2013
Wiki Page:
You May Receive False Errors in the Error List in Visual Studio 2012 When Creating a New C# Workflow Service Project
Ed Price - MSFT
When you create a new C# WCF Workflow Service Application in Visual Studio 2012 that targets .NET Framework 4.5, you may notice errors similar to the following in the Error List when the project is first created or opened: Error 1 The type or namespace name 'Data' does not exist in the...
on
21 Feb 2013
Wiki Page:
Tutorial: Creating and Deploying a WCF Sync Service to Windows Azure
Ed Price - MSFT
The walkthroughs in this tutorial provide steps to create a sync service by using Windows Azure Tools for Microsoft Visual Studio (see the Windows Azure MSDN site ) and deploy the service to Windows Azure. This section contains the following sub-sections. Section Description ...
on
21 Feb 2013
Wiki Page:
WCF Endpoints and Bindings
Ed Price - MSFT
Windows Communication Foundation gives us the ability to transmit messages using different transport protocols such as HTTP, TCP, and MSMQ (Microsoft Message Queuing) etc. As you already know all communication with a WCF service occurs through the endpoints of the service. There can be...
on
21 Feb 2013
Wiki Page:
WCF: Data Contract Names: Don't Use Names with the "Response" Suffix
Ed Price - MSFT
After creating simple WCF service I've got strange errors (see below). The issue was in the names of the response messages. I used the simple custom rule to name request and response messages (.NET DataContract classes). I used Request and Response as suffixes: <OperationName>Request...
on
21 Feb 2013
Wiki Page:
How to Enable WCF Message Flow
Ed Price - MSFT
In a distributed system containing interconnected services, it is necessary to determine causal relationships between the services. It is important to understand the various components that were part of a request flow to support critical scenarios such as health monitoring, troubleshooting, and root...
on
21 Feb 2013
Wiki Page:
How to Build a REST Service Using WCF
Ed Price - MSFT
The below code gives a server implementation of building a REST Service using WCF. [ ServiceContract ] public interface IService1 { [WebGet] string GetData(); [WebGet] string GetDataFromValue( int value); [WebInvoke] CompositeType GetDataUsingDataContract(SampleItem sample...
on
21 Feb 2013
Wiki Page:
Windows Communication Foundation
Ed Price - MSFT
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted...
on
21 Feb 2013
Wiki Page:
WCF
Ed Price - MSFT
WCF stands for Windows Communication Foundation .
on
21 Feb 2013
Wiki Page:
WCF: Technique of Debugging Inconsistency Between Wsdl and Response Messages
Ed Price - MSFT
This is a popular issue: WSDL of the services does not conform the Response messages (See below. I’ve bolded the text related to the issue.). I fixed this issue by changing proxy code. It is not a big issue, but we have to manually change proxy every time we have updated the proxy of the service. ...
on
21 Feb 2013
Page 1 of 3 (65 items)
1
2
3
Can't find it? Write it!
Post an Article