Screencast: Configuring bindings

Screencast: Configuring bindings

In this WCF screencast, I'll show you how to configure bindings on your WCF endpoints, which will allow you to customize the precise communication details you wish to support on your WCF services.

configuring-bindings-300

Be sure to check out our growing collection of short screencasts on Pluralsight's screencast landing page.

Previous WCF Screencasts (RSS for all posts in the series)

Screencast: Configuring bindings in WCF

Screencast: Configuring bindings in WCF

I recently published a free video on Configuring bindings in WCF.

configuring-bindings-200

In this WCF screencast, I'll show you how to configure bindings on your WCF endpoints, which will allow you to customize the precise communication details you wish to support on your WCF services.

Check out our growing collection of free .NET screencasts and videos.  Subscribe to the Pluralsight feed to be notified when new screencasts are published.  Also, check out our growing library of online .NET training courses — see what you can learn with Pluralsight On-Demand!

Signs of the Apocalypse


1.       Protest in Auburn over a football coach draws more than an anti-war protest


2.       Despite all the economic, environmental and social woes in the world, top press outlets still have the time to cover Oprah’s weight and giant feats of agriculture


3.       Sun talks about the importance of the client and escaping the browser


 


Please feel free to add your own.


 

BizTalk 2009 & ESB Guidance 2.0 are released Beta

Since last Monday BizTalk 2009 is released for Beta testing. (BizTalk Server Team Blog newspost ) Also ESB Guidance 2.0 has been released CTP.  So stay tuned the coming weeks for more information about this new release.

What’s new in BizTalk 2009

  • Support for .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 – take advantages of the latest developer tools.
  • Support for Windows Server 2008 and SQL Server 2008 – full support of Hyper-V, and increased performance and scale.
  • EDI – enhanced out of the box support for the most commonly used EDI schema and trading partner management tools.
  • Simplify development of mobile applications that expose relevant, real-time business information (RFID Mobile).
  • ALM – new support is provided for Team Foundation Server (TFS), allowing development teams to leverage the integrated source control, bug tracking, support for team development, Project Server integration and support for automating builds via MSBuild.
  • Enhanced Developer Productivity – improved underlying project system enhances debugging support for artifacts, pipeline components and orchestrations, and enables support for unit testing.

 

To get the new bits from BizTalk: https://connect.microsoft.com/site/sitehome.aspx?SiteID=218

To get the new bits from ESB 2.0: http://www.codeplex.com/esb

Policy version extract

A friend recently asked me about retrieving the policy number and returning it to the orchestration.

Here is the official response:

The Policy() object has properties MajorVersion and MinorVersion. However, the Policy object is not exposed by the CallRules shape, so you would have to write some code in order to get it.