Carlos Figueira MSDN blog
General thoughts and usage examples about PowerApps, WCF, ASP.NET Web API, Windows Azure Mobile Services, testing and programming in general.
I wish I knew about string.Join a long time ago
Having working on the test team for many products which involve serialization (conversion between...
Author: CarlosFigueira Date: 03/28/2012
Mixing Add Service Reference and WCF Web HTTP (a.k.a. REST) endpoint does not work
I’ve seen this question to many times in different forums, and answered in many different ways...
Author: CarlosFigueira Date: 03/25/2012
Lightweight webhosted services with ASP.NET Web API
The code for this post can be downloaded in the MSDN Code Gallery. A couple of weeks back, Youssef...
Author: CarlosFigueira Date: 03/12/2012
Implementing [RequireHttps] with ASP.NET Web API
Quick post today. MVC developers are used to the [RequireHttps] attribute, which is an authorization...
Author: CarlosFigueira Date: 03/09/2012
Writing FormUrlEncoded data with ASP.NET Web APIs
The code for this post can be downloaded in the MSDN Code Gallery. The...
Author: CarlosFigueira Date: 03/05/2012
WCF - Supporting raw requests for individual operations
In the post about the raw mode for the WCF Web programming model, I showed how to use a content-type...
Author: CarlosFigueira Date: 02/29/2012
Supporting different controller names in ASP.NET Web APIs
The code for this post can be found in the MSDN Code Gallery. For a controller type in the ASP.NET...
Author: CarlosFigueira Date: 02/28/2012
Disabling model binding on ASP.NET Web APIs Beta
The code for this post can be found in the MSDN Code Gallery. As I mentioned in my first post about...
Author: CarlosFigueira Date: 02/27/2012
Implementing CORS support in ASP.NET Web APIs – take 2
This post was written for the Beta version of the ASP.NET MVC 4. The updates needed to make them run...
Author: CarlosFigueira Date: 02/20/2012
Implementing CORS support in ASP.NET Web APIs
This post was written for the Beta version of the ASP.NET MVC 4. The updates needed to make them run...
Author: CarlosFigueira Date: 02/19/2012
Introducing ASP.NET MVC 4 Beta with Web APIs
There has historically been in Microsoft many ways of doing the same thing. That’s one of the...
Author: CarlosFigueira Date: 02/16/2012
WCF Extensibility – Wrapping up
This post is the last one in the series about WCF extensibility points. For a list of all posts, go...
Author: CarlosFigueira Date: 02/14/2012
WCF Extensibility – Initializers (instance context, channel, call context)
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 02/13/2012
WCF Extensibility – IInstanceContextProvider
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 02/06/2012
WCF Extensibility – IExtension and IExtensibleObject
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 01/30/2012
WCF Extensibility – Configuring the Endpoint for WCF RIA Services
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 01/18/2012
WCF Extensibility – Transport Channels – Duplex Channels
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 01/10/2012
WCF Extensibility – Transport Channels – Reply Channel
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 01/03/2012
WCF Extensibility – Transport Channels – Request Channels, part 3
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 12/12/2011
WCF Extensibility – Transport Channels – Request channels, part 2
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 12/09/2011
WCF Extensibility – Transport Channels – Request Channels, part 1
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 12/07/2011
WCF Extensibility – Message Encoders
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 11/08/2011
WCF Extensibility – Policy Import / Export Extensions
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 10/25/2011
WCF Extensibility – WSDL Import (and Code Generation) Extensions
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 10/17/2011
WCF Extensibility – WSDL Export Extension
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 10/05/2011
WCF Extensibility – Other Serialization Extensions
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 09/26/2011
WCF Extensibility – Data Contract Resolver
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 09/20/2011
WCF Extensibility – Serialization Surrogates
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 09/13/2011
WCF Extensibility – Serialization Callbacks
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 09/05/2011
WCF Extensibility – Serialization
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 08/29/2011
WCF Extensibility – WebHttpBehavior
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 08/15/2011
WCF Extensibility – QueryStringConverter
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 08/08/2011
WCF Extensibility – System.Diagnostic Tracing
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 08/01/2011
WCF Extensibility – Binding (and binding element) configuration extensions
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 07/25/2011
WCF Extensibility – Channels (server side)
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 07/19/2011
WCF Extensibility – Channels
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 07/11/2011
WCF Extensibility – Behavior configuration extensions
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 06/28/2011
WCF Extensibility – Extensibility in Windows Phone (and Silverlight 3)
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 06/21/2011
WCF Extensibility – ServiceHostFactory
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 06/13/2011
WCF Extensibility – IErrorHandler
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 06/07/2011
WCF Extensibility – IInstanceProvider
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 05/31/2011
WCF Extensibility – Custom Serialization in Silverlight
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 05/24/2011
WCF Extensibility – IOperationInvoker
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 05/16/2011
WCF Extensibility – Operation Selectors
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 05/09/2011
WCF Extensibility – Message Formatters
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 05/02/2011
WCF Extensibility – IParameterInspector
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 04/25/2011
WCF Extensibility – Message Inspectors
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 04/18/2011
WCF Extensibility – Runtime
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 04/17/2011
WCF Extensibility – IOperationBehavior
This post is part of a series about WCF extensibility points. For a list of all previous posts and...
Author: CarlosFigueira Date: 04/11/2011