Is that better to use WCF REST Starter Kit for consuming web services (REST) with WCF (by using HTTPClient) or do it directly with WCF ?
It seems that WCF REST Starter kit won't be available for .NET 4.0 and is a preview version only.
Thanks !
Is that better to use WCF REST Starter Kit for consuming web services (REST) with WCF (by using HTTPClient) or do it directly with WCF ?
It seems that WCF REST Starter kit won't be available for .NET 4.0 and is a preview version only.
Thanks !
Well, I guess that it primarily depends on whether the service is a REST service?
WCF REST is a preview for .NET 3.5 SP1, but all its capabilities will be included in .NET 4.0 out of the box - no additional REST toolkit needed, WCF 4 will include all those protocols and bindings and helper classes.