What’s New in Web Experiences for August 2020: Collections gets smarter, Microsoft Edge Family Safety comes to Android, and Bing helps you give back to local schools

It’s crazy how little our browsers have evolved over the past decade.

Today – at the click of a button – you can find AI as a service automating your online experience, or collaborate on projects across the globe with real-time video chat incl

The post What’s New in Web Experiences for August 2020: Collections gets smarter, Microsoft Edge Family Safety comes to Android, and Bing helps you give back to local schools appeared first on Windows Blog.

Continue reading What’s New in Web Experiences for August 2020: Collections gets smarter, Microsoft Edge Family Safety comes to Android, and Bing helps you give back to local schools

How do I convert from the C++/WinRT implementation type to the C++/WinRT projection type?

Working with C++/WinRT projections is relatively straightforward. Everything is a smart pointer type, and you invoke methods on them in the usual way, and the only methods you can invoke are the ones in the interface definition.

For concreteness, let’s suppose you have this class interface definition:

namespace Sample
{

Continue reading How do I convert from the C++/WinRT implementation type to the C++/WinRT projection type?

Journey of an App: How to push a container image from on-premises to Azure Container Registry

Welcome to part two of this video series. On part one, we covered how to use Web Deploy to extract the web application from IIS and Windows Admin Center to containerize the application. Now it’s time to look at how to push the container image created w… Continue reading Journey of an App: How to push a container image from on-premises to Azure Container Registry