André Santos
Building an Umbraco 7 backoffice extension – Part I
Umbraco (https://umbraco.com/) is a lean and powerful CMS built on top of current .NET technologies and Javascript frameworks. It provides developers with a varied and...
Azure CDN, BlobStorage and ImageResizer
In a recent project, we had the need to serve website assets and website content images through a CDN network. Furthermore, each image presented in...
A Multi-Tenant Website in MVC
In my most recent project we had the need to build multiple websites that would share some common functionalities but would be installed in...
Pre-set common viewmodel properties before action result
So, I defined a master model that is shared by every view in my MVC site. This model defines a bunch of properties that are...