May 2011 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Tuesday, May 31, 2011

Silverlight Panels: How to use Canvas Layout in Silverlight?

Silverlight Panels: How to use Canvas Layout in Silverlight? In this article let us learn how to use  Canvas  Layout panel   in a Silverli...
Read More

“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...
Read More

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 ...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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...
Read More

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 ...
Read More

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 ...
Read More

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...
Read More