X

ASP.NET MVC

Authentication Filters in ASP.NET MVC 5

Filters are used to perform logic either before an action method… Read More

Configure The Views Search Locations in ASP.NET MVC

This blog post explains how to change the default location of… Read More

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… Read More

Creating & Publishing a Hello World application on Windows Azure Web Sites

This is the second article in series of Windows Azure Web… Read More

Web Sites in Perspective on Windows Azure

Last week on April 27th I presented in Global Windows Azure… Read More

Storing JSON Objects in HTML5 Local Storage

In one my recent application (HTML 5 static mobile app) I… Read More

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

LESS is the dynamic style sheet language LESS extends CSS with… Read More

Bundling and Minification in ASP.NET MVC 4

The bundling and minification feature enables you to reduce the number… Read More

Display Modes in ASP.NET MVC 4

This is my first article  after the availability of  ASP.NET MVC… Read More

Child Action Methods in ASP.NET MVC

Any public method in a controller class  is an action method.… Read More