Silverlight Panels: How to use Canvas Layout in Silverlight? In this article let us learn how to use Canvas Layout panel in a Silverli...
Tuesday, May 31, 2011
“Not able to view the solution file in Visual Studio” – Hide and Show solution file in Visual Studio
Sometime you may came across with this problem that, you are not able to view the solution file in Visual Studio though you have solution f...
How do you convert a string into an enum?
How do you convert a string into an enum? it's one of those methods that you can never find when you're looking for it, but once ...
Windows Phone 7 Tutorials Jump Start with Mango - 2 - Know more about Page
Windows Phone 7 Jump Start with Mango - 2 - Know more about Page In my previous post, we discussed on how to create a Windows Phone 7 appl...
Monday, May 30, 2011
Windows Phone 7 Jump Start with Mango - 1 - Creating a Hello World Application
Windows Phone 7 Jump Start with Mango - 1 - Creating a Hello World Application Recently thought to take some break from core Silverlight p...
Sunday, May 29, 2011
User interface strings in Cocoa
Introduction (the wrong way) Putting a text string in your user interface is not a difficult thing to do on a technical level. In code, fil...
Handling unhandled exceptions and signals
Introduction This post will present a sample application that deliberately raises Objective-C exceptions, EXC_BAD_ACCESS exceptions and re...
Tips & Tricks for conditional iOS3, iOS3.2 and iOS4 code
A project or target that supports multiple versions of iOS To make an application target that runs on multiple versions of iOS is relativel...
A ZoomingViewController to animate a UIView to fullscreen
ZoomingViewController is a class you can attach to any existing view that will let you zoom the view to fullscreen with a single tap, rota...
Grouping Records in Silverlight DataGrid using PagedCollectionView
Do you work with Silverlight DataGrid and want to group your records inside the DataGrid in a proper manner? If so, this article is for you...
Saturday, May 28, 2011
Collection Initializers in .NET
Many of you have used property initializers in your code. Object initializers and property initializers are common operations of every prog...
How to store custom objects in web.config ?
In this Post, I am going to discuss about web.config . Normally in our daily life, we used to have some data in appSettings section of we...
Find duplicate with Linq
This small tips discussed about how to get list of duplicate items for the collection that we do in sql. For example I have to get list of...
How to Sort Generic List Using Lambda Expression For Dynamic Type And Dynamic Property ?
eneric enough to sort any type of collection and also the property based on which it has to be sorted will be dynamic.This is very much eas...
LINQ and Nullable Values or SQL ISNULL with LINQ
In this tips I am going to show how you can deal with the Nullable values in LINQ queries and how you can achieve functionality like SQL IS...
Multiple Sort For Collection Using LINQ
There are quite a lot of instance where you need to do a primary sort and you need a secondary sort on the same collection and sometimes ev...
Generate Automatic Class Files Using Shortcut Key
If you are trying to implement one Abstract Class or Interface which is not created, by using this shortcut key you can create the file auto...
Friday, May 27, 2011
How To Translate Text With Google Translate and JSON on the iPhone
Google Translate provides a really neat API that you can use to quickly and easily use in your apps to translate text between tons of diffe...
Generating simple collections for Pivot Viewer
The Silverlight PivotViewer control is an easy way to have a fast and spectacular gallery for your website/webapp. In this article I'll ...
Thursday, May 26, 2011
Silverlight 5 Features Ancestor Relative Source Binding
Silverlight 5 Features Ancestor Relative Source Binding Silverlight 5 has another new feature called Ancestor Relative source binding. It ...
Silverlight Controls : How to use CheckBox control in Silverlight?
In this article let us see how to use a CheckBox Control in a Silverlight Application. As usual, open the visual studio and select the silve...