HongmeiG
WCF: NotSupportedException: The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'Ssl'.
When you are using WCF with client certificate over SSL in web hosted case, you might hit an...
Date: 05/23/2013
Learning SignalR: Unable to get property 'client' of undefined or null reference
One of the most common exceptions you will hit when you first started with a SignalR chat program...
Date: 04/18/2013
How to customize parameter binding
Web API provides some great out of box experience with parameter binding. It also provides some...
Date: 09/28/2012
Great Hiring event for Microsoft Server and Tools
For more details, please visit https://stbjobs.com/.
Date: 08/06/2012
How to retrieve all the filters that applies to one particular action in Web API
Sometimes you want to retrieve all the filters that one action supports, and you can do that via the...
Date: 07/09/2012
How to access the Client's IP address in Web API
For web hosted, you can access your client address via the following: Code Snippet string...
Date: 07/09/2012
How to write a custom parameter binding to construct an object either from body or from Uri's query
Mike has wrote this really good blog on writing a custom HttpParameterBinding at...
Date: 05/11/2012
How to access ClientCertificate in a host agnostic manner
When you choose to use Client Certificate as your client credential over SSL, you want to retrieve...
Date: 05/11/2012
How to support multiple authentication in self host
Since we build web api self host story on top of WCF HttpTransportBindingElement, the multiple...
Date: 05/11/2012
How to access HTTPContext from within your Web API action
Within a Web API action, you can easily access the HttpContext via the HttpContext.Current thread...
Date: 02/28/2012
Supporting Multiple Authentication with Web API in the web hosted case
With the newly released Web API Beta bits ( https://www.asp.net/web-api), you can support multiple...
Date: 02/27/2012
ASPNET WebAPI Beta has released
Watch Dan's talk on the newly released WebAPI Beta. It is very cool!...
Date: 02/23/2012