How to add a table with rows to PowerPoint using OpenXML
Sometimes, you may need to perform certain operations in Office PowerPoint using code. Open XML SDK can help you achieve this with strongly-typed classes. This video will show you how to use Open XML...
View ArticleHow to download or upload multiple files in Windows Azure blob storage (VS2013)
Azure blob storage is a service for storing large amounts of data in the cloud, such as documents, images, or media files. This video shows you how to download or upload multiple files from or to Azure...
View ArticleHow to apply an Opacity Mask to an image in Universal apps using Direct2D
An opacity mask enables you to control the opacity of the image when applied to another image in very creative ways. This video will show you how to apply opacity mask effect to an image using Direct2D...
View ArticleHow to bulk import or export data to or from Azure table storage with Excel...
In Azure Table storage, you can store large amounts of structured, non-relational data. This video shows how to use the sample solution to export or import data from or to Azure Table storage by using...
View ArticleHow to encode several images to a video in universal Windows apps
Media Foundation provides better support for media formats, with new codecs, and a simplified programming model. This video will show you how to encode multiple images to a video with Media Foundation...
View ArticleHow to use Azure Access Control for Single Sign-On
If your web application need support multiple user validations, you must handle different token with different methods, but when you try to move your application to Windows Azure, Access Control...
View ArticleHow to resize WPF panel at Runtime
In WPF apps, you might want to resize controls at runtime, for example, when you create some template for a form. This video will show you how to resize WPF controls at runtime.Download sample:...
View ArticleHow to control role instances programmatically in Azure using a WCF service
Windows Communication Foundation is designed to offer a manageable approach to create Web services and Web service clients. This video shows you how to start a WCF service to control role instances in...
View ArticleHow to create and host WCF services in Azure
Azure Cloud Services help you deploy and scale powerful web applications and APIs. This video will show you how to use this code sample to create and use WCF services in Azure Cloud Services.Download...
View ArticleTroubleshoot incorrect URI/Identifier specified on relying party
This video provides solutions to the errors that occur when users open their web applications in web server caused by incorrect URI/Identifier specified on the Relying Party.
View ArticleTroubleshoot expired certificates
This video shows different error scenarios caused by expired certificates when users open web application in web server, and provides corresponding solutions.
View Article