| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
2 Articles match "2009","WCF"
| Related DevelopMentor Courses | MORE | | Essential BizTalk Server BizTalk Best Practices Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Business Rules Engine Correlation and Convoys Transactions Debugging Strategies WCF Adapters Administration and Deployment Features BAM Deployment Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration. This is where pipelines come in. DevelopMentor Courses - Wednesday, February 22, 2012 Essential BizTalk Server BizTalk Best Practices Architecture Orchestrations XML and XML Schemas in BizTalk Using the Orchestration Designer Writing XSLTs with BizTalk Maps Creating and Managing Ports Adapters and Pipelines Custom Adapters and Pipelines Using Web Services in BizTalk Business Rules Engine Correlation and Convoys Transactions Debugging Strategies WCF Adapters Administration and Deployment Features BAM Deployment Essential BizTalk Server teaches best practices in BizTalk applications: set up, configuration, development, deployment, tracking, and administration. This is where pipelines come in. DevelopMentor Courses - Tuesday, March 1, 2011 |
67 Articles match "2009","WCF"
| The Latest from DevelopMentor | MORE | | Getting started with WCF Discovery One of the cool new features in WCF 4 is the support for WS-Discovery. So what makes WCF Discovery so cool? Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. However that does mean that whenever we move the WCF service to a different location, for example a new server, we need to go into each clients configuration file and update it with the new address. The two modes of WCF Discovery There are two different ways of using WCF Discovery. The Problem Solver - Wednesday, November 24, 2010 Getting started with WCF Discovery One of the cool new features in WCF 4 is the support for WS-Discovery. So what makes WCF Discovery so cool? Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. However that does mean that whenever we move the WCF service to a different location, for example a new server, we need to go into each clients configuration file and update it with the new address. The two modes of WCF Discovery There are two different ways of using WCF Discovery. The Problem Solver - Wednesday, November 24, 2010 WIF Configuration – Part 1: ServiceConfiguration This is useful when you build your own integration, but for WCF and ASP.NET there is already an infrastructure in place. In WCF you wire up WIF with by calling FederatedServiceCredentials.ConfigureServiceHost(…). Tags: ASP.NET IdentityModel WCF WIF supports a flexible configuration system and various ways to programmatically interact with that configuration. This flexibility comes in two ways: Named configuration elements that you can selectively load (service & token handler configuration). Configuration extensibility (e.g. default configuration --> <!-- www.leastprivilege.com - Tuesday, December 22, 2009 | -
| The Best from DevelopMentor | MORE | - WCF Duplex Messaging
I am one of the moderators of the MSDN WCF Forum. However, the first three of these are supported natively in WCF and are known as One-way, request/response and duplex. Duplex Contracts in WCF. In WCF this idea is modelled by the contract. WSHttpBinding is the default for the built in WCF projects but it does not support duplex messaging. It will also need to supply this implementation to the WCF infrastructure and it does this by wrapping an instance in an InstanceContext object and passing it to the proxy constructor. Tags: NET;Azure;WCF .NET Meanderings - Tuesday, June 9, 2009 - Using Silverlight to Access WIF secured WCF Services
Another technology that comes up very often is Silverlight – and especially the “story” of Silverlight and WCF/WIF. Those of you with WCF background will say: “that’s what the federation bindings in WCF are for”. In WCF you can work around that problem by adding the ValidateMustUnderstand behavior to the client stack. Tags: IdentityModel WCF This topic comes up quite often recently – so I hope the title is search engine friendly. Disclaimer: At the time of this writing, the current version of Silverlight is v3 and WIF is in beta 2. Passive. Active. WSTrust13. www.leastprivilege.com - Wednesday, October 28, 2009 - WF4&WCF and message correlation
In the previous blog posts, here , here and here , I demonstrated how to use WCF from WF4. One of the ugly parts of Windows Workflow Foundation 3 was the message correlation part when you used WCF to send multiple messages to the same workflow. This guid was the workflow instance ID but having to use that on the client means the client had to be very aware of the server technology used, something that goes against the principals of WCF. No longer do we need to use the “context” bindings but the standard WCF bindings will do just fine. Much better! OperationContract]. The Problem Solver - Wednesday, September 2, 2009 - Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
In this post I want to focus more on how claims authorization behaves when integrated in WCF and ASP.NET. As usual things are a little more complex in WCF. Authorization (amongst other things) is driven by a ServiceAuthorizationManager in WCF. Tags: WCF;ASP.NET;IdentityModel In the previous post I illustrated how the basic claims authorization infrastructure in WIF (formerly Geneva) works. ASP.NET. For this purpose you’ll find an HTTP module called ClaimsAuthorizationModule in the Microsoft.IdentityModel.Web namespace. www.leastprivilege.com - Tuesday, July 21, 2009 - RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. Kennedy. - Flowing transaction into a workflow using WF4
Beta 2 One of the things that wasn’t possible in Windows Workflow Foundation 3 was flowing transaction over a WCF service request into a workflow. In WF4 we can use the ReceiveAndSendreply template to configure a workflow as a service and accept WCF calls. First of all we need a WCF binding that can flow transactions. Tags: NET Workflow WCF WF4 VS2010 Beta2 Note: This blog post is written using the.NET framework 4.0 We could have transactions on the client, we could have transactions on the server but they would not be able to cooperate. else. {. class Program. {. The Problem Solver - Monday, December 21, 2009 - Online Workflow 4 presentation
Tags: NET Workflow WCF webcast WF4 VS2010 The Problem Solver - Tuesday, December 1, 2009 %>
| | |