Browse by Tags

Tagged Content List
  • Wiki Page: BizTalk: WCF-Based SAP Adapter and Troubleshooting

    Overview and Architecture 1. There are three versions of the BizTalk Adapter for mySAP Business Suite (SAP adapter) available: BizTalk Adapter Pack 1.0 (known as BizTalk Adapter 3.0 for mySAP Business Suite in the first version of the Adapter Pack) BizTalk Adapter Pack 2.0 BizTalk Adapter...
  • Wiki Page: BizTalk: WCF-based Oracle Adapter and Troubleshooting

    Table of Contents Overview and Architecture Troubleshooting Overview and Architecture 1. There are three WCF-based versions of the Microsoft BizTalk Adapter for Oracle Database available: BizTalk Adapter Pack 1.0 (known as BizTalk Adapter 3.0 for Oracle Database in the first version...
  • Wiki Page: BizTalk: WCF Adapters and Troubleshooting

    Overview and Architecture The BizTalk Windows Communication Foundation (WCF) adapters allow BizTalk Server to communicate with WCF-based applications. The WCF receive adapter instantiates a ServiceHost object for each WCF receive location. Thus a WCF receive location acts as a WCF service. ...
  • Wiki Page: Windows Communication Foundation (WCF): Ein Überblick (de-DE)

    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...
  • Wiki Page: Windows Communication Foundation Overview

    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...
  • Wiki Page: Asynchronous Operations in WCF

    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...
  • Wiki Page: AppFabric Architecture Guide Intro

    Windows Server AppFabric Architecture Guide The purpose of this guide is to provide guidance on how to optimize the architecture of a Windows Server AppFabric system. It does not discuss the topic of AppFabric Caching. This guide is meant to complement the existing documentation on the features...
  • Wiki Page: BizTalk Server 2010: Consuming and Publishing WCF Services

    Table of Contents Introduction MSDN Blogs CodeProject See Also Introduction BizTalk offers capabilities to consume and publish WCF services. This offer a developer means to either setup endpoints within receive locations that are hosted in IIS or to consume WCF services through a send port. Exposing...
  • Wiki Page: BizTalk And RabbitMQ

    Table of Contents Introduction Installation and preparation Installing RabbitMQ Service Creating RabbitMQ Client Base Assemblies Set up the RabbitMQ binding extension Testing Creating the BizTalk test Using the RabbitMQ Binding Element Conclusion Next steps See Also Introduction If you are working...
  • Wiki Page: Serializing WCF Contract with Object Property

    Table of Contents Introduction WCF Service The issue stems with how to handle contracts with object type properties: WCF Client Initial observations ​ Adding a new class ​ Introduction This sample project is posted in reply to the forum post: http://social.msdn.microsoft.com/Forums/en-US...
  • Wiki Page: Introduction to WCF Data Services

    Table of Contents Introduction OData(Open Data Protocol) WCF Data Service + oData Data Service Providers Introduction WCF Data Services (formerly known as ADO.NET Data Services and codename is “Astoria”) is a platform for what Microsoft calls Data Services. This is a component of the .NET...
  • Wiki Page: BizTalk Server 2013: Consuming a RESTFul Endpoint using WCF-WebHttp

    Table of Contents Introduction REST API Consume a RESTFul endpoint Scenario Configure the Send-Port using the WCF-WebHttp HTTP Method and URL Mapping Variable Mapping WCF-WebHttp Transport Properties Wrap up Call for action See Also Introduction BizTalk Server 2013 offers few new adapters out-of...
  • Wiki Page: WCF Extensibility

    WCF is a very powerful framework for creating distributed, service-oriented applications, and if you want to stick to defining a few operations, exposing them to a service over one of the pre-defined bindings, and consuming them in a client, you can look at any of the many “hello world” examples out...
  • Wiki Page: BizTalk + WF/WCF, Better Together

    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...
  • Wiki Page: BizTalk Video: How a WCF Receive Adapter Processes an Incoming WCF Message

    About this Video This Windows Communication Foundation (WCF) video examines the flow of an incoming WCF message into a BizTalk receive location that is configured to use a WCF receive adapter. Presented by Michael McKeown Length: 5 minutes 55 seconds http://msdn.microsoft.com/en-us/biztalk...
  • Wiki Page: BizTalk Server: REST Services Error Handling

    Table of Contents Introduction Some Background REST Start Kit for BizTalk Server 2010 scenario Implementing the solution Testing the solution BizTalk Server 2013 scenario See Also Introduction There are quite a few posts on different blogs that explain how to consume and expose REST services from...
  • Wiki Page: Expose BizTalk Applications on the Cloud Using AppFabric Connect for Services

    Table of Contents Introduction What does the BizTalk WCF Service Publishing Wizard do? Security Considerations when Exposing Services on Cloud Who Should Read This Whitepaper? Business Scenario Prerequisites Exposing the BizTalk Orchestration as a Service on the Cloud Run the BizTalk WCF Service Publishing...
  • Wiki Page: BizTalk Server Adapter Pack 2010: WCF based Siebel Adapter (nb-NO)

    Table of Contents Introduksjon Kodegalleri Se også Andre språk Introduksjon Den WCF baserte Siebel Adapter kan brukes til å koble BizTalk applikasjoner til Siebel . WCF baserte Siebel Adapter er en del av BizTalk Server Adapter Pack 2010. For å arbeide med adapteren...
  • Wiki Page: BizTalk Server and WCF

    Table of Contents Introduction WCF Fundamentals and BizTalk Using Adapters WCF Adapters See Also Introduction WCF is a runtime and a set of APIs ( application programming interface ) in the .NET Framework for building connected, service-oriented applications ( Wikipedia ). WCF has introduced...
  • Wiki Page: Exam 70-503 - TS: Microsoft .NET 3.5 - Windows Communication Foundation

    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...
  • Wiki Page: Exam 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4

    Table of Contents Overview Preparation Materials Preparation Materials Community Related Forum Posts Overview Language(s): English Audiences(s) : Developers Technology: Microsoft Visual Studio 2010 Type: Proctored Exam Exam Topics Covered...
  • Wiki Page: Whether or Not to Use BizTalk Server or AppFabric to Host .NET 4 WCF/WF Services

    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...
  • Wiki Page: Using Custom Behaviors with the BizTalk WCF Adapters, Part 1

    Table of Contents Using Custom Behaviors with the BizTalk WCF Adapters, Part 1 Summary Download Center Applies To WCF Custom Behaviors BizTalk Pipelines or WCF Custom Behaviors Behavior Interception Levels Behavior Extensions and BizTalk Server Conclusion Copyright See Also Using Custom Behaviors...
  • Wiki Page: Creating WCF custom transport channel

    Primary purpose of using WCF within organization is to wrap-up existing components into service oriented architecture (SOA) that can be then easily reused and maintained. When communicating within the local network or between the local components, you may want to implement your own WCF transport channel...
  • Wiki Page: Silverlight Platform

    Overview Microsoft Silverlight is a Software Platform for building and running Rich Client Side Application , So Silverlight can be embedded inside HTML like the Flash Macromedia or can render outside the browser like WPF. Silverlight is cross browser , cross platform , it is a small implantation...
Page 1 of 3 (69 items) 123
Can't find it? Write it!