client-profile-4

Clickonce + .net client profile 4 framework + offline

Hi, I have a windows form project using VS2010 and I am deploying using clickonce. I need the application to work offline as well as online. I have configured the prerequisite - .net client profile 4 and set the location to the same as the application. Everything seems to work as expected, but upon testing I have found it takes 5+ m...

Consuming REST service with .NET 4 Client Profile

What's the easiest/best way to consume a RESTful service from a .NET client application using the .NET 4 Client Profile? Everything I have found ends up pushing me towards the full framework: WCF REST Starter Kit. HttpClient class requires full framework. WebChannelFactory<> is in System.ServiceModel.Web, now removed from the Client ...