This post is a quick guide to start dealing with Azure BLOB Storage Services. I will create a simple .Net Console Application to upload and download a simple file within BLOB Storage Services. Before going ahead, I highly recommend take a look to How to create an Azure Storage Account. It is not complex but mandatory before interacting with BLOB Storage Services.
[More]
Based on previous posts and playing a little more with some useful JavaScript functions, I came across a very inefficient way of determining whether a given user was member of a role based on its provisioned list of roles
[More]
A simple way of achieving it is by using the map() and join() JavaScript functions:
The map() method creates a new array with the results of calling a provided function on every element in the calling array.
The join() method creates and returns a new string by concatenating all of the elements in an array.
[More]
Some days ago I spent some hours trying to solve a problem with this site regarding “connection strings” on production environment.
[More]