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 !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.