Skip to content Skip to footer

ASP.NET

ASP.NET

azure logo

Continuous Deployment from Source Control to Windows Azure Web Sites using Local Git Repository

This is the third article in series of Windows Azure Web Sites, In this article I am going to discuss about continuous deployment from source control to windows azure web sites using local git repository. Windows Azure Web Sites supports continuous deployment from source control and repository tools like Team Foundation Service, CodePlex, GitHub, Dropbox,…

Read more

aspnet

Bundling & Minification with dot-less (dynamic CSS for .NET) in MVC 4

LESS is the dynamic style sheet language LESS extends CSS with dynamic behaviour such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino. .less is the LESS JavaScript library implementation for .NET, Find more info about .less at http://www.dotlesscss.org/. This article is going…

Read more