Html5 – Simple Drag and Drop
Drag and Drop is a very useful and common feature. This allows you to drag an object to a location and drop the object there,… Read More »Html5 – Simple Drag and Drop
Drag and Drop is a very useful and common feature. This allows you to drag an object to a location and drop the object there,… Read More »Html5 – Simple Drag and Drop
Trying out the new Replace or Insert option(Upsert) in the Storage Client and can’t get rid of the following error message “"\r\n<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata\">\r\n InvalidHeaderValue\r\n <message… Read More »Using InsertOrReplace/InsertOrMerge with the Storage Client!
If you are using a WCF Web Role to access table storage you might come across the following error SetConfigurationSettingPublisher needs to be called before… Read More »Azure Tip:- WCF WebRole Accessing Table Storage:- SetPublisherAccess error
Recently we were stumped with the following error while working on an Azure project Error 1 The specified path, file name, or both are too… Read More »💡Azure Development Quick Tip!!
Before we even show you how , do note that this should be done only during testing of non-critical data which will cause no issues… Read More »💡SQL Azure tip; Firewall rules: allow all incoming IPs during testing and Development!
MIX always comes with a mix of feelings…excitement at the prospect of trying out the new releases and the heartache that comes with trying to… Read More »Microsoft Azure App-Fabric Caching Service Explained!
In one of our recent projects, we decided to swap SQL Express with SQL Compact to ensure easy installation on client machines…Though the move was… Read More »💡Firing a Complex SQL Query using Entity Framework 4.0
One of our major projects recently used WPF 4.0 with MVVM pattern.We used the MVVM Light Toolkit for implementing the MVVM Pattern. The MVVM Light… Read More »💡Some practical WPF MVVMLight tips!
A small tip for those working with Entity Framework 4.0:- We all know the concept of Lazy Loading in the Entity Framework: With lazy loading… Read More »EF 4.0💡- Load only what you need!!
If you’ve been through my earlier blog “An Introduction to the world of claims” you are now familiar with the most frequently used terms in… Read More »The First Few Steps to Building a Claims Based Application