There are two things you always have to do when building a website or web application: use a CSS preprocessor and bundle and minify your style/script resources. Using a preprocessor makes writing CSS not so horrible and bundling and minification gives you great performance advantages when you minimize your request amount and size. Bundling and minification is usually done Read more…
ASP.NET
Deploy Azure Cloud Services using Octopus Deploy and TeamCity
I’m developing an ASP.NET MVC application which consists of two Azure Cloud Services, web role and worker role (two separate solutions). The Continuous Integration part is handled with JetBrains TeamCity and Octopus Deploy. Those are some pretty neat tools but not so well documented in terms of Azure Cloud Service deployment.