MVP Blog Posts - Developer (19th - 25th January 2014)

Visual Studio 2013 Tips & Tricks – Enable / Disable Code Lens

By Senthil Kumar published on 01-20-2014

Microsoft Visual Studio 2013 has a new feature called Code Lens which shows the reference count of the methods along with the other information….(more)

 

Implementation of TransactionScope on C# Code without Database

By Abhishek Sur published on 01-21-2014

Transaction is one of the common problems that we often use during database operation. While performing a batch data manipulation….(more)

 

ScriptCs Templating Support

By Anoop Madhusudanan published on 01-21-2014

I just checked in a ScriptCs Templating module to integrate Razor and StringTemplate transformations in ScriptCs workflow. ScrtipCs Templating module….(more)

 

Passing a reference type using ref keyword

By Brij Mishra published on 01-21-2014

In this post, I am going to talk about ref keyword in C#. You all must be knowing the basic use of this keyword. But for them who are….(more)

 

Error: `doctype 5` is deprecated, you must now use `doctype html`: Node.js Express App bug solved

By Dhananjay Kumar published on 01-21-2014

I am using Visual Studio to create Node.js application. I created a Node project by selecting Blank Express Application project template from JavaScript….(more)

 

Prevent ASP.Net Page to load in Cross-domain IFrame

By Rami Vemula published on 01-21-2014

In this short jumpstart, I am going to show how to prevent loading of an ASP.Net MVC page in a cross domain iframe using traditional HttpModules. We use HTTP header….(more)

 

Better NPM Support in Windows Azure Mobile Services with package.json

By Shiju Varghese published on 01-21-2014

The source control integration lets you easily work as a team for working on Mobile Services scripts. This options lets….(more)

 

Single File Upload to Multiple File Upload ASP.NET Web Forms

By Abhimanyu Vatsa published on 01-22-2014

With ASP.NET File upload control we can only upload one file at a time while HTML5 has a good notion to upload multiple files….(more)

 

Learn basic unit testing with VS2012 and Nunit

By Amit Choudhary published on 01-22-2014

This post is a guide for basics of Unit testing. Through this article we’ll go step by step setting up the Environment and few basic test….(more)

 

Custom Routes in ASP.NET MVC

By Suprotim Agarwal published on 01-22-2014

Learn how to use Custom RouteBase class in ASP.NET MVC to manipulate incoming and outgoing URLs based on specific….(more)

 

How to check the supported Camera Type in Windows Phone

By Kunal Chowdhury published on 01-23-2014

If you are a WPDev and building Windows Phone app and/or game that uses primary or secondary (front facing camera), you might need to check whether the device supports….(more)