Implementing Office 365 into our WinRT application with Visual C++ (Part I)

Hi Community, The following post is about how we can leverage Office 365 (SharePoint in our case) from our WinRT application. WWSAPI will provide the infrastructure required to interact with the Web Services. There’s a blog post I wrote a couple of years ago on WWSAPI that can be found here. The very first thing […]

Continue Reading

Traversing a DOM tree and workaround for reading attribute value in WinRT with Visual C++

Hi Community, As a follow up to my previous post. This one shows how to execute an XPATH query, loop through the nodes returned by the query, how to use a lambda to retrieve the attributes from a given node but most importantly, how to read the attribute’s value… Yes, you read the last point […]

Continue Reading

How to locate and replace special characters in an XML string with Visual C++ and WinRT

Hi Community, I hope you all had a well-deserved Christmas break  A couple of days ago I began writing an article for MSDN Magazine. The article is about Metro, Windows 8 and interop between Win32  and WinRT. One of the most frequent and error prone operation is “String manipulation”, due to the possibility of a […]

Continue Reading

Some new features in Windows 8 Developer Preview

Hi Community, I’m very excited about learning WinRT, in the same way I was some years ago while learning Win32 The upcoming releases of Windows & Visual C++ come with a bunch of cool technologies and new features. Some of these new features are available in  Windows 8 Developer Preview (as shown in  the images […]

Continue Reading