Home Authors Posts by André Santos

André Santos

14 POSTS 11 COMMENTS
Working at Create IT since 2012 developing web solutions with special interest in ASP.NET MVC web development. Using Umbraco as main CMS since 2013.

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