Blog Post from the Week (17th - 30th March 2013)

Developers

 

Storing JSON Objects in HTML5 Local Storage

By Shravan Kasagoni published on 03-19-2013

With HTML5, web pages can store data locally within the user’s browser using Web Storage. Web Storage is more secure and faster….(more)

 

Create Flickr Photo Search Windows Store App in XAML

By Dhananjay Kumar published on 03-20-2013

To create on Flickr based application you need API Key from Flickr. You can apply for API key….(more)

 

Learning ASP.NET SignalR

By Brij Mishra published on 03-22-2013

The web page used to work on PULL approach means you have to pull the data from the server. It means whenever you want to get some data….(more)

 

Reflection API Changes in .NET 4.5 Applications and Fun with Custom Reflection Context

By Anoop Madhusudanan published on 03-25-2013

Before .NET 4.5, as you are aware, the Type class in System namespace was used for most of the reflection….(more)

 

Using Facebook to Authenticate your ASP.NET MVC WebSite

By Suprotim Agarwal published on 03-25-2013

ASP.NET MVC team recently integrated the excellent open source library called DotNetOpenAuth (DNOA). DotNetOpenAuth originally was created to….(more)

 

How to Detect WP Device Infos using DeviceExtendedProperties

By Kunal Chowdhury published on 03-28-2013

Today in this post, we will learn about the API and the way to fetch those additional details in your application….(more)

 

 

IT PRO

 

Fix: File xlive.dll is missing in Windows 8

By Shyam Sasindran published on 03-18-2013

Once on a forum, I came across this error posted by a member where he was not able to get the Games working on Windows 8 Pro….(more)

 

Step By Step integrating Bing Maps in MS CRM 2011

By Mahender Pal published on 03-19-2013

I have explained how we can simply use Bing maps to show address information in MS CRM entity form….(more)

 

Handling multiple resultsets returned from Stored Procedure

By Madhivanan Jr published on 03-20-2013

One of my friends asked me if it is possible to load multiple resultsets returned from a stored procedure into a temporary….(more)

 

How to Disable Personalization in NAV2013 RTC

By Mohana Krishna published on 03-21-2013

We can Customize/Personalize NAV2013 RTC in different ways. Some of them are….(more)

 

How to search SIP enabled user in Lync Control panel?

By Balasaheb Ilag published on 03-22-2013

User account that is assigned to the CsUserAdministrator role or the CsAdministrator role, log on to any computer….(more)

 

ASP.Net MVC authentication against Windows Azure Active Directory (WAAD) with Access Control Services (ACS)

By Rami Vemula published on 03-23-2013

In this tutorial we are going to see how we can authenticate users who want to use our services against Windows Azure Active Directory (WAAD) through Access Control Services….(more)

 

Lync Server Control Panel: Insufficient access rights to perform the operation

By Amol Ghuge published on 03-24-2013

This is a known and common issue with Domain Administrators or Enterprise Administrators….(more)

 

Fixing Windows Media Player “cannot connect to the server…”

By Soumitra Sengupta published on 03-24-2013

Windows Media Player cannot connect to the server. The server name might not be correct, the server might not be available, or your proxy settings might not be correct …. (more)

 

Conditional aggregation - SUM Vs COUNT

By Madhivanan Jr published on 03-26-2013

You can do conditional aggregation like SUM(CASE WHEN .. THEN 1 ELSE 0 END),....etc to find a count for a particular match. This type of conditions….(more)

 

Does my SQL Server Database Support Compression?

By Suprotim Agarwal published on 03-27-2013

How do determine what Enterprise Edition features are enabled on your database? Well you can use the….(more)

 

Clear Internet Cache & Cookies for particular domain only in IE10, quickly

By Anand Khanse published on 03-28-2013

First visit the website who’s Cache you want to delete. Next, press F12 to open the Developer Tools in IE10. Having done that….(more)

 

Exchange 2010 Recoverable Items folder TotalDeletedItemsSize issue!

By Ratish Nair published on 03-29-2013

This is a tip to address an issue where Exchange 2010 TotalDeletedItemsSize remains unaltered after trying to empty….(more)

 

Error Handling in SSIS loops

By Visakh Murukesan published on 03-29-2013

The default behavior is package failing with error when it encounters a file with errors. But in reality we might want to….(more)

 

 

Office 2013

 

Finding Nearby Zipcodes using Excel Formulas

By Purnachandra Duggirala published on 03-18-2013

In Excel 2013, Microsoft has introduced 3 powerful new formulas. These will help you fetch & parse XML / HTML data from web….(more)

 

Count unique values with conditions on large databases

By Ashish Mathur published on 03-21-2013

Given a database of 50,000 rows, counting unique values with conditions using formulas would either adversely….(more)