Visit a content portal to find information, resources, and help over a wide range of topics, projects, and issues.
By Chilberto September 25, 2013
This Wiki Article explores some of the capabilities of Azure Mobile Services API that might be of interest in some scenarios. Note: this article assumes some familiarity with Azure Mobile Services. Node.js - It is important to note that the API is a Node.js server up and running in the cloud; and it already supports basic http routing. This means we can pull in node.js modules and create more complex solutions than just basic CRUD operations...
By Sachin S September 23, 2013
To style the items inside ListView/GridView based on item index we will use StyleSelector to define custom styling for each item. To implement this, we will define the class derived from StyleSelector. Inside this class we are just returning the style which will apply background color based on Highlight properly of data model item. Basically the Highlight property returns the Solid Color Brush based on item index...
By Magnus (MM8) September 18, 2013
This post is about how you can validate data in a WPF application using the System.ComponentModel.INotifyDataErrorInfo interface that was introduced in the .NET Framework 4.5 (the same interface has been present in Silverlight since version 4). It is a common requirement for any user interface application that accepts user input to validate the entered information to ensure that it has the expected format and type...
By Ike Ugochuku September 17, 2013
I recently wanted to create a custom object deletion rule and searched for a sample code that I could reuse on the web. I could not find and had to build from scratch. I decided to share my knowledge so others can benefit. Be careful when creating custom object deletion rules, your logic should be well thought out, designed and thoroughly tested. Contoso is a multi-forest Exchange organization. There is an Exchange forest and two user account...
More featured articles