There are a lot of companies that offer their information to third parties to integrate their business elsewhere on the Internet. When our information is important to others, the most common way of sharing is through Apis. This is sometimes…
Browsing Category .NET
Upload a video to Youtube from .NET
Last week I was researching on how to upload videos to my Youtube account from NET. Basically all I need is a new project in Google Developers and the following code: The first thing we need are Google.Apis and Google.Apis.YouTube.v3…
Publishing assets with Windows Azure Media Services SDK for .NET
The last step we need to perform when working with Microsoft Azure Media Services is the publication of the final assets, in order that they can be consumed by users. From the Microsoft Azure portal, we can do this through…