MVP Blog Posts - Developer (12th - 18th January 2014)
Visual Studio 2013 Tips & Tricks – Disable All Caps in Menu title
By Senthil Kumar published on 01-12-2014
In Microsoft Visual Studio 2012 and Microsoft Visual Studio 2013, the menu titles are shown in caps by default….(more)
A Simple CRUD Demo with Koa.js
By Shiju Varghese published on 01-12-2013
In this blog post, I will demonstrate how to write a web app in Koa.js with basic CRUD functionalities. The source code of the demo web app is available….(more)
Calling an External Process from Windows
By Abhishek Sur published on 01-13-2014
You might have developed many projects and want to deploy them to the clients but want to avoid….(more)
By Dhananjay Kumar published on 01-14-2014
Before we move ahead, let us understand what an echo server is. In echo server, client sends data to server and server returns….(more)
How to retrieve Free Space details in WP programmatically?
By Kunal Chowdhury published on 01-17-2014
In this small but useful post, we will discuss about the API and will share a small piece of code, which will allow you to know the available free space….(more)
HTML5 Geo-Location, SQL Server Geography Data Type, Entity Framework and ASP.NET
By Brij Dammani published on 01-17-2014
In this article, we will implement to save current geo-location(latitude, longitude) of user in Sql Server Geography data type column using Entity framework and ASP.NET Web Form….(more)
Visual Studio Online 2013 (VSO) – Developing in the Cloud
By Gouri Sohoni published on 01-18-2014
Visual Studio Online (VSO) has new features like Project Repository, Tools for Project Planning, Testing with VSO, Distribution of work, CI Build, Collaboration between team members using Team Room….(more)
Rowset Concatenation with Special Characters
By Visakh Murukesan published on 01-16-2014
Whenever we think about row set concatenation in SQL Server the first method that comes to our mind is by the use of….(more)
Staged Publishing support for AzureWebsites
By Rami Vemula published on 01-17-2014
The concept of staging deployment is not new in Azure world, we have this support from long time for Cloud….(more)