DCSIMG
WcfContrib,DEV - Zuker On Foundations

Zuker On Foundations

The realm of .NET (WPF, WCF and all around)

Browse by Tags

All Tags » WcfContrib » DEV (RSS)
WCF Contrib – Your own base Client Channel Classes
One of the core components in WCF Contrib is the ‘ClientChannel’ which handles the client side proxy creation and management, allowing you to easily call services, with the addition of environment support, using using, and comprehensive behaviors extensions model. Currently, the built-in Client Channels can be instantiated with a configuration name which it loads the ChannelFactory with. A common question is, how can you use the Client Channel if you like to instantiate the ChannelFactory in code...

Posted Sunday, October 10, 2010 3:41 PM by Amir Zuker | with no comments

תגים:,

WCF Contrib v2.1.1
Make sure you visit WCF Contrib home . This release adds core optimizations and internal fixes to the infrastructure. There are no breaking changes from the last version, only internal improvements. In previous versions you may have encountered synchronization related errors such as recursive write/read locking. These issues were resolved and you should no longer experience that. This release is highly recommended over previous versions, make sure you use this one.

Posted Saturday, July 03, 2010 9:52 PM by Amir Zuker | with no comments

תגים:,

WCF Contrib v2.1 and .NET 4.0
We all know Visual Studio 2010 and .NET Framework had been released during the last week.. I’ve compiled WCF Contrib v2.1 in .NET 4.0 to be available for download if you need - wcfcontrib.mar07.binaries.4.0.zip

Posted Friday, April 16, 2010 11:16 AM by Amir Zuker | 1 comment(s)

תגים:,

WCF Contrib v2.1 Mar07
A new release had been published - WCF Contrib v2.1 Mar07 . This release is the final version of v2.1 Beta that was published on February 10th, you can check the entire updates made from v2.0 further in this post . You can distinguish between this release and the v2.1 Beta Feb10 by checking the assembly file version, in this release it was incremented to v2.1.0.1. Changes from v2.1 Feb10 Beta : There is a one small change which is a breaking change for those who used the asynchronous invocation pattern...

Posted Sunday, March 07, 2010 12:08 PM by Amir Zuker | with no comments

תגים:, ,

WCF Contrib Questions
I decided to blog about common questions I receive regarding WCF Contrib. You can find all questions in the WCF Contrib FAQ . Communication Patterns What's the best practice for web applications that call services? Research has shown that in concurrent environments such as web it is more scalable and has better performance to use a dedicated communication object per a sequence of invocations (sequential - one call after another in the same execution chain flow). It's important to note that...

Posted Wednesday, February 10, 2010 12:20 PM by Amir Zuker | with no comments

תגים:, ,

WCF Contrib v2.1 – Customize Output Caching Provider
Via http://wcfcontrib.codeplex.com/wikipage?title=ClientChannelOutputCache Output Cache Provider Factory This is the factory class that is responsible for creating the actual output cache provider. This is where you extensibility point kicks in, you can replace the built-in factory with your own, read about it here . The factory needs to have a public parameter-less constructor and implement 'IOutputCacheProviderFactory' public interface IOutputCacheProviderFactory { IOutputCacheProvider...

Posted Monday, February 08, 2010 9:15 PM by Amir Zuker | with no comments

תגים:, ,

WCF Contrib v2.1 – Client Channel Output Caching
Via http://wcfcontrib.codeplex.com/wikipage?title=ClientChannelOutputCache . A new feature that arrived at WcfContrib v2.1 Feb10 Beta. You can use the output caching to cache the operation output with the setting of your desire. This is extremely useful and may save you quite some time from building client caching stores. The built-in mechanism implemented here is In-Proc in-memory cache using the synchronized dictionary that comes with WcfContrib as well. You can fully customize it and change the...

Posted Saturday, February 06, 2010 7:02 PM by Amir Zuker | 1 comment(s)

תגים:, ,

WCF Contrib v2.1 Configuration Section
Via http://wcfcontrib.codeplex.com/wikipage?title=WcfContribConfigurationSection . Full-Blown Configuration < configuration >   < configSections >     < section name = " wcfContrib " type = " WcfContrib.Configuration.WcfContribConfigurationSection, WcfContrib " />   </ configSections >     < wcfContrib >     < client applyBoosting = " true " />       < services...

Posted Saturday, February 06, 2010 6:57 PM by Amir Zuker | 2 comment(s)

תגים:, ,

WCF Contrib v2.1 Feb’10 Beta
I am happy to announce a new version of WcfContrib was published today. It has been tested and it is stable. However, there were some core optimizations so this is considered to be a small test-run to make sure it is alright before tagging it as a stable release. Please provide feedback, your input is important. Changes from last version : New Output Caching module for Client Channel – Very useful feature! New behavior attributes and extension elements (ActivationContextInitializerAttribute, ActivationContextExtensionBehaviorElement...

Posted Friday, February 05, 2010 7:30 PM by Amir Zuker | 1 comment(s)

תגים:, ,

Wcf Contrib v2 - New Release - August 2009
It's been ages since my last post, I feel so bad about it. I've been swamped at work, I hope I will get the blogging frenzy again soon :) I'm very glad to announce a new release of WcfContrib ! New stuff: Client Channel - Closes channels asynchronously after invoking O/W operations (Check the post WCF OneWay - Abort or Not regarding why) Service Extensions - Mocking & Tracing with the ability to trigger from the client side Configuration-less Services Integrated Endpoint and Binding...

Posted Friday, August 07, 2009 12:09 AM by Amir Zuker | with no comments

תגים:,

WCF Contrib - A new release, May 2009
This release delivers a better packaged assembly. XML documentation was added, showcases don't require password for compiling the solution (because of the key file) Context extensions were added - Session and Call carried items similar to ASP.NET. Wcf Contrib

Posted Sunday, May 03, 2009 1:03 AM by Amir Zuker | with no comments

תגים:,

WCF Contrib - Packaging
There was a problem with the zipped archive with the showcases (In the Downloads section) It was fixed, please download it again if you wish.

Posted Thursday, April 30, 2009 9:21 AM by Amir Zuker | with no comments

תגים:,

WCF Contrib
I am thrilled to announce the first release of WCF Contrib. The project can be found here: WCF Contrib at CodePlex There are a log of useful extensions and components for you to use with WCF communications, be sure to check it out. There's a lot to come in future releases too.

Posted Sunday, April 26, 2009 12:54 AM by Amir Zuker | 1 comment(s)

תגים:, ,