Updated Wiki: Programming with Tasks
Programming with Tasks All the asynchronous APIs in Casablanca build on the PPL tasks library that is shipping in the next version of Visual Studio. In order to make Casablanca usable also with Visual...
View ArticleUpdated Wiki: Programming with Tasks
Programming with Tasks All the asynchronous APIs in Casablanca build on the PPL tasks library that is shipping in the next version of Visual Studio. In order to make Casablanca usable also with Visual...
View ArticleUpdated Wiki: Programming with Tasks
Programming with Tasks All the asynchronous APIs in Casablanca build on the PPL tasks library that is shipping in the next version of Visual Studio. In order to make Casablanca usable also with Visual...
View ArticleUpdated Wiki: Platform-Independent Strings
Platform-Independent Strings The preferred representation of textual data in the form of strings is different depending on the platform. For example, in most Windows APIs, the convention is to use...
View ArticleUpdated Wiki: Platform-Independent Strings
Platform-Independent Strings The preferred representation of textual data in the form of strings is different depending on the platform. For example, in most Windows APIs, the convention is to use...
View ArticleUpdated Wiki: Platform-Independent Strings
Platform-Independent Strings The preferred representation of textual data in the form of strings is different depending on the platform. For example, in most Windows APIs, the convention is to use...
View ArticleUpdated Wiki: Platform-Independent Strings
Platform-Independent Strings The preferred representation of textual data in the form of strings is different depending on the platform. For example, in most Windows APIs, the convention is to use...
View ArticleUpdated Wiki: Platform-Independent Strings
Platform-Independent Strings The preferred representation of textual data in the form of strings is different depending on the platform. For example, in most Windows APIs, the convention is to use...
View ArticleUpdated Wiki: HTTP Client
HTTP Client The HTTP client class is used to maintain a connection to an HTTP service. In Casablanca, we organized the API such that you first create an instance of http_client, which represents a...
View ArticleUpdated Wiki: JSON
Using JSON JSON (pronounced “Jason”) is short for “JavaScript Object Notation.” It has become a lingua franca for simple web services, preferred over XML because of its simplicity and compactness. It...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleUpdated Wiki: URI
URI Uniform resource identifiers (URIs) are, as you probably already know, structured strings that are used to specifically identify various entities in the world. In the domain of HTTP and REST, they...
View ArticleReleased: C++ REST SDK 1.0.0 (May 22, 2013)
This release stabilizes several APIs, fixes multiple customer reported issues and adds the following improvements: - One msi for each Visual Studio release. - Minor additions to stream buffers. - Added...
View ArticleUpdated Release: C++ REST SDK 1.0.0 (May 22, 2013)
This release stabilizes several APIs, fixes multiple customer reported issues and adds the following improvements:- One msi for each Visual Studio release.- Minor additions to stream buffers.- Added...
View ArticleUpdated Wiki: Using NuGet to add the C++ REST SDK to a VS project
What is NuGet? From the NuGet website:NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.When you install a package, NuGet...
View ArticleUpdated Wiki: Documentation
Welcome Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent StringsHTTP ClientJSONAsynchronous StreamsUniform...
View ArticleUpdated Wiki: Using NuGet to add the C++ REST SDK to a VS project
What is NuGet? From the NuGet website:NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.When you install a package, NuGet...
View ArticleNew Post: Installing the C++ REST SDK in Visual Studio using NuGet
The C++ REST SDK 1.0.0 is now available for download via the NuGet package manager. To learn more NuGet packages and how to install the SDK please visit this guide in the Documentation section.
View ArticleUpdated Wiki: Home
Share your thoughts As we prepare for our next stage of development we want to ensure that the C++ REST SDK is directly useful to you. We want to focus on your issues, develop features that you want...
View ArticleNew Post: Casablanca in windows phone runtime component
Can Casablanca be used in a windows phone runtime component that I am writing in C++? I can use it in a windows 8 phone app but have had little success referencing it in a C++ winrt component. Thanks.
View Article