MVP Blog Posts - Developer (2nd - 8th February 2014)

ASP.NET MVC Custom Action Filters

By Suprotim Agarwal published on 02-02-2014

Filters in ASP.NET MVC are a way to apply cross-cutting logic at the controller level. Some examples of cross-cutting logic….(more)

 

Html.EditorFor – Extend for custom type

By Brij Mishra published on 02-04-2014

In this Post, I am going to discuss about ASP.NET MVC and razor view engine. As we know that ASP.NET MVC provides many helper methods….(more)

 

Windows Phone Enterprise Apps for Sharepoint

By Mayur Tendulkar published on 02-04-2014

A walkthrough of how we can build an enterprise Windows Phone application which can easily integrate with Office 365 SharePoint site….(more)

 

“Auto History” Extension - Keep track of your code changes in VisualStudio 2013

By Kunal Chowdhury published on 02-05-2014

Have you ever lost in your way while coding in multiple files inside Visual Studio and want to recover some piece of code that you changed but not yet pushed….(more)

 

Visual Studio 2013 Tips & Tricks – Prevent Closing of IIS Express after stopping debugging of Web Application

By Senthil Kumar published on 02-07-2014

By default in visual studio 2013, you would observe that when you run your web application, the Visual Studio debugger would start your web application….(more)

 

Base64 Encode Image in Website - Web Essential

By Abhimanyu Vatsa published on 02-08-2014

In this article you will learn about Base64 Encode Image, why we encode image and how it can improve website performance. We are going to make use of Web….(more)

 

301 redirect from http to https with web.config

By Raghav Khunger published on 02-08-2014

If you want to apply 301 (Redirect permanent) for all http requests to https you need to add the….(more)

 

Get Browser Height and Width on Server Side in ASP.NET

By Brij Dammani published on 02-08-2014

Suppose you are displaying bulk data in desktop environment. But if same data are sent to mobile device, it will make website too slow….(more)