A couple of days ago I created a console application that showed the results of operations were completed. After a few hours I realized that the information was becoming more and more and it was very difficult to read directly…
Browsing Category Cloud
Testing command line parameters in a console application with Visual Studio
I’m preparing a more interesting article than this, tidying up the code, removing the hardcoding, so when I’ve doubts about how to add arguments in order to test my application and a new console project always asks me. True story:…
How to delete your data on Infobel, and the Google index!
A few weeks ago one of my friends warned me about Infobel.com and how easy it is to get the phone number and address of a person, if that person has a landline contract. Last year, Chema Alonso posted about…
Google Custom Search Engine for your website
All those blogs that live on Blogger, which Google owns since 2003, including by design what is known as Custom Search Engine. This allows visitors to use the famous search engine for queries within the website. To me it was…
Ingest files in bulk on Azure Media Services
I’ve spent a lot of time talking about Azure Media Services, attempting to show step by step how to get started in the media world through the Microsoft solution. It is true that many times we are dealing with new…
Update Encoding Reserved Units from .NET
Yes, I know, today I haven’t stopped publishing but there is so much to learn! and these are questions or requests asking me and whenever I have the chance, I like to share with everyone. This morning we saw how…
Azure Media Services: Modify Streaming Reserved Units from .NET
In order to automate the reserved units for the streaming service, we can use the following code in C#: It’s available an async method for this action as well: ScaleAsync. This is an example to use it: Also, If we…
Azure Websites and Azure Active Directory Integration
Just a few days ago appeared a new section in the configuration section of Microsoft Azure Websites called authentication / authorization. From now on we can associate an Azure Active Directory application to a website without modifying a line of…
Microsoft Azure Media Services: Testing output formats in Live Streaming
When we’re working with Microsoft Azure and Media Services – Live Streaming is important to check the different output formats, provided by the dynamic packaging funcionality. As I told in a previous post, to get the desired format you have…
Disable ARR (Application Request Routing) on Microsoft Azure Websites
One feature that was highly demanded on Microsoft Azure platform was the possibility of having affinty with the web server, due to the large number of legacy applications that were developed in this way. For those who don’t know this…
Wirecast 6 & Microsoft Azure Media Services
In this November was published on MSDN an article about AMS Live Streaming working with Wirecast. With the new Wirecast 6 version, we have a «Microsoft Azure Media Services» option through Output Settings section… to make our job easier. Now…
Visual Studio 2013 Update 4: The ‘XXXXX’ package did not load correctly.
If you’ve upgraded to Visual Studio Update 4 you may get errors like the following: The solution is quite simple: re-launch the installation and select Repair to solve the problem of packages. Hope this helps. Cheers!