Home Authors Posts by André Santos

André Santos

André Santos
13 POSTS 13 COMMENTS
Solutions Architect and tech lead at Create IT. Main topics of interest include software architecture design, cloud-first solutions and distributed systems.

Building an Umbraco 7 backoffice extension – Part I

3
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

2
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

2
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

0
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...