New Comment on "Linux Features"
You can build your own binaries for Linux (Ubuntu is the only thing we have tested it on) with what is available here today. See the list of limitations above, though.
View ArticleReviewed: C++ REST SDK 0.6 (Feb 27, 2013)
Rated 5 Stars (out of 5) - Top stuff. Let's get started on getting this into the Standard now!
View ArticleReviewed: C++ REST SDK 0.6 (Feb 27, 2013)
Rated 5 Stars (out of 5) - I'm sure this is excellent, but I can't install it against my Visual Studio 2010 Team Suite Edition - the MSI says I don't have Visual Studio 2010 installed! I'm running...
View ArticleUpdated Wiki: Home
Welcome! This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.The C++ REST SDK (codename "Casablanca") is a...
View ArticleUpdated Wiki: Home
Welcome! This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.The C++ REST SDK (codename "Casablanca") is a...
View ArticleUpdated Wiki: Home
Welcome! This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.The C++ REST SDK (codename "Casablanca") is a...
View ArticleUpdated Wiki: Home
Welcome! This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.The C++ REST SDK (codename "Casablanca") is a...
View ArticleReleased: C++ REST SDK 0.6 (Feb 26, 2013)
In the 0.6 release (February 2013):Factored out Azure-related functionality to be released in a separate libraryRemoved server-side and actors functionality from the project (http_listener, actors...
View ArticleUpdated Release: C++ REST SDK 0.6 (Feb 26, 2013)
In the 0.6 release (February 2013):Factored out Azure-related functionality to be released in a separate libraryRemoved server-side and actors functionality from the project (http_listener, actors...
View ArticleReviewed: C++ REST SDK 0.6 (Feb 28, 2013)
Rated 5 Stars (out of 5) - Keen to replace our in-house wrapper for WinHttp that is missing functionality that casablanca should be able to provide. Within 30 mins of downloading source, I have it...
View ArticleUpdated Wiki: Home
Welcome! This library is a Microsoft effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.The C++ REST SDK (codename "Casablanca") is a...
View ArticleUpdated Wiki: Documentation
Welcome to Casablanca! Got questions? Head over to the forums!Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent...
View ArticleNew Post: Automatic Logon Policy in http_client
Hello, When using http_client I'm failing to authenticate to a local server. Stepping through the code it doesn't look like the "Automatic Logon Policy" of WinHttp is supported. ie. we fail at this...
View ArticleNew Post: Automatic Logon Policy in http_client
David, You are correct in that this is not something the implementation currently supports. If you want to add it, I would advise you to add an option to the http_client_config class (use...
View ArticleNew Post: Automatic Logon Policy in http_client
Hello, we currently play with the december release - as I see in the new codeplex relase IIS-hosting capabilities and the self hosting server are gone. Is this true? What must I do to achive hosting in...
View ArticleNew Post: Automatic Logon Policy in http_client
Martin, Since this is a different topic than what David asked about, I'll copy your question to a new thread and answer it there. Niklas
View ArticleNew Post: Where are the server-side features?
In another thread, weirdthing wrote: Hello, we currently play with the december release - as I see in the new codeplex relase IIS-hosting capabilities and the self hosting server are gone. Is this...
View ArticleNew Post: Where are the server-side features?
Martin, The server-side features that you found in the MSDN DevLabs release, i.e. the HTTP listener, IIS integration, and Azure deployment, were temporarily removed from Casablanca. In order to get...
View ArticleNew Post: Automatic Logon Policy in http_client
Hi. Thanks very much for your quick response and advice. Hopefully I'll have time to have another go otherwise I look forward to a future update. Regards. David.
View ArticleUpdated Wiki: Documentation
Welcome to Casablanca! Got questions? Head over to the forums!Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent...
View Article