Sign In
Carlos' blog
Debugging tips and usage examples for WCF
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Channels
Codeplex
Extensibility
HTTP
JSON
Metadata
MTOM
pdc10
Runtime
samples
Serialization
Silverlight
WCF
WCF Bindings
WCF forum
WCF RIA Services
Web
XML
Archive
Archives
February 2012
(1)
January 2012
(4)
December 2011
(4)
November 2011
(1)
October 2011
(3)
September 2011
(4)
August 2011
(4)
July 2011
(3)
June 2011
(4)
May 2011
(5)
April 2011
(5)
March 2011
(5)
February 2011
(1)
January 2011
(2)
December 2010
(3)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(2)
August 2009
(1)
July 2009
(1)
April 2008
(2)
March 2008
(1)
January 2008
(1)
December 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carlos' blog
WCF Extensibility – IInstanceContextProvider
Posted
2 days ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’re now back in the middle of the WCF runtime, and at the last few posts for this series. This time we...
Carlos' blog
WCF Extensibility – IExtension and IExtensibleObject
Posted
9 days ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’re back from the short detour to the world of WCF RIA Services , and the long “ mini-series...
Carlos' blog
WCF Extensibility – Configuring the Endpoint for WCF RIA Services
Posted
21 days ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’re again taking a small detour over the normal flow of the series covering the “proper” WCF extensibility...
Carlos' blog
WCF Extensibility – Transport Channels – Duplex Channels
Posted
29 days ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And we’ll get to the end of the channel layer and transports in general with this post. After looking...
Carlos' blog
WCF Extensibility – Transport Channels – Reply Channel
Posted
1 month ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And after the little detour on the previous post about the IInteractiveChannelInitializer interface, we’re back...
Carlos' blog
WCF Extensibility – Interactive Channel Initializer
Posted
1 month ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Since this is a slow week (many people are on vacations for the Christmas / New Year holidays, at least in the...
Carlos' blog
WCF Extensibility – Transport Channels – Request Channels, part 3
Posted
1 month ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . This is the part 3 of 3 of a “mini-series” inside the main series. For the other parts, here’s the list. Transport...
Carlos' blog
WCF Extensibility – Transport Channels – Request channels, part 2
Posted
2 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . This is the part 2 of 3 of a “mini-series” inside the main series. For the other parts, here’s...
Carlos' blog
WCF Extensibility – Transport Channels – Request Channels, part 1
Posted
2 months ago
by
CarlosFigueira
1
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . This is the part 1 of 3 of a “mini-series” inside the main series. For the other parts, here’s...
Carlos' blog
WCF Extensibility – Message Encoders
Posted
3 months ago
by
CarlosFigueira
2
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Now we’re out of the metadata realm, we’re back to the components which are executed while the service is running...
Carlos' blog
WCF Extensibility – Policy Import / Export Extensions
Posted
3 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . And to wrap up on the subject of metadata extensions, this post will talk about policy assertions, how we can...
Carlos' blog
WCF Extensibility – WSDL Import (and Code Generation) Extensions
Posted
3 months ago
by
CarlosFigueira
1
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Continuing on the theme of metadata extensibility, this post is the logical counterpart of the previous one...
Carlos' blog
WCF Extensibility – WSDL Export Extension
Posted
4 months ago
by
CarlosFigueira
4
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Now that we’re done with serialization, let’s get back to the service portion of the series....
Carlos' blog
WCF Extensibility – Other Serialization Extensions
Posted
4 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Wrapping up the “chapter” on serialization, this post will talk about other extensions for the serialization...
Carlos' blog
WCF Extensibility – Data Contract Resolver
Posted
4 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Continuing on serialization, this post is about a new feature on the WCF serializers in .NET Framework 4.0,...
Carlos' blog
WCF Extensibility – Serialization Surrogates
Posted
4 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . After the callbacks, the next extensibility point on the list for serialization are the surrogates. This will...
Carlos' blog
WCF Extensibility – Serialization Callbacks
Posted
5 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Continuing on the topic about serialization, the serialization callbacks are methods which, when tagged appropriately...
Carlos' blog
WCF Extensibility – Serialization
Posted
5 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . The next few posts will talk about the extensibility points existing in the serialization process for WCF, and...
Carlos' blog
WCF Extensibility – WebHttpBehavior
Posted
5 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . In the last post about QueryStringConverter I mentioned that the way to replace the converter used by some operations...
Carlos' blog
WCF Extensibility – QueryStringConverter
Posted
6 months ago
by
CarlosFigueira
1
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Coming back to “proper” WCF extensibility, this week’s post is about the QueryStringConverter . This is actually...
Carlos' blog
WCF Extensibility – System.Diagnostic Tracing
Posted
6 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . This post takes again a detour from the normal flow of the series, as the extension I’ll be covering today isn...
Carlos' blog
WCF Extensibility – Binding (and binding element) configuration extensions
Posted
6 months ago
by
CarlosFigueira
3
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . After a heavy subject in the channels, this week’s post is about something simpler – configuration...
Carlos' blog
WCF Extensibility – Channels (server side)
Posted
6 months ago
by
CarlosFigueira
0
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Last week I introduced the channel model in WCF, with an emphasis on the channels at the client side. But that...
Carlos' blog
WCF Extensibility – Channels
Posted
6 months ago
by
CarlosFigueira
6
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Channels are possibly the most fundamental concept in WCF that (almost) nobody knows about. This is quite a...
Carlos' blog
WCF Extensibility – Behavior configuration extensions
Posted
7 months ago
by
CarlosFigueira
9
Comments
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page . Despite my personal displeasure with configuration , I understand that there are situations where one would...
Page 1 of 3 (66 items)
1
2
3
MSDN Blogs
>
Carlos' blog