WebJobs is a feature of the Azure App Service that enables you to run a program or a script, continuously, either based on a specific…
A MIME type is a two-part identifier for file formats and format contents transmitted on the Internet. It consists of a type, a sub-type and optional parameters….
A custom validation attribute allows you to create metadata, that you can use in the data model to validate data fields. In order to validate when a collection is…
Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language, built on the .NET…
Azure Blob Storage is part of the Microsoft Azure Storage service, providing a relatively low cost service for storing large amounts of unstructured data, such…
When you create an Azure website, you are automatically provided with a production slot that represents your live website. In addition, with each deployment slot, you are…
In order to sort a collection of objects based on another list that contains the proper order, we can create an extension method that performs…