December 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

Thursday, December 29, 2011

Monday, December 26, 2011

Silverlight debugging - Beginner's Guide

Sometimes people have difficulties to debug Silverlight applications. Let me give you a hint to make it easy. The key thing is to understand...
Read More

Sunday, December 25, 2011

Using XCode 4 Snippets

Recently, I came across  this post  and fell in love with the idea of using XCode 4 snippets. Up until I read the post, I had heard they e...
Read More

Monday, December 19, 2011

Mastering Debugging in Visual Studio 2010 - A Beginner's Guide

In the software development life cycle, testing and defect fixing take more time than actually code writing. In general, debugging is a proc...
Read More

Mastering Debugging in Visual Studio 2010 - A Beginner's Guide

In the software development life cycle, testing and defect fixing take more time than actually code writing. In general, debugging is a proc...
Read More

Monday, December 12, 2011

How to create Stored Procedures in MySQL?

In this Article, we are going to understand how to work with Stored Procedures in MySQL and also learn Pagination through MySQL stored Pro...
Read More

Tuesday, December 6, 2011

Calling Silverlight Method from Javascript and Javascript Function from Silverlight

Introduction When working with silverlight, we are working with manage code (C#,VB). sometimes we will need to callback to html page from ma...
Read More

Taming Silverlight Async Calls

Users of Silverlight often fall foul of the Asynchronous calling pattern which is enforced by the framework. Among the pitfalls are: Callb...
Read More

Silverlight user control validation

Introduction This article discusses user control validation techniques in Silverlight. It will help you display validation errors in user co...
Read More

How to create Splash Screen with Progress Bar in Windows Phone 7

To create SplashScreen with ProgressBar idea is to put a popup visible till start page is ready. Read More....
Read More

Monday, December 5, 2011

Essential Foundation Classes

Now that we have a better handle on how object oriented programming works on iOS we should go over some of the key Foundation classes that y...
Read More

Extending Classes with Categories

Much of the day to day work in object-oriented programming involves using classes that are already written. Sometimes we want our classes to...
Read More

What is Key-Value Coding (KVC) and Why We Need It?

Before I discuss what is Key-Value Coding (KVC), it's very important that you understand the concept of  Key ,  Key-Value  and  Key-Pa...
Read More

What is an NSDictionary and NSMutableDictionary

This is how I define Dictionary data strcuture. It's a  table  with following conditions. It has exactly  2 columns  and  n ro...
Read More

How to Create a Windows 8 Metro Style Application using Visual Studio 2011?

People often asked me to start a Video Tutorial series on Windows 8 Metro Style Application development using Visual Studio 2011 and here is...
Read More

Saturday, December 3, 2011

iPhone Interview Question And Answers

iPhone - What is iPhone?  What is iPhone?  IPhone is a combination of internet and multimedia enabled smart phone developed by Apple I...
Read More

Creating Static Libraries For iOS

In computer science, a static library or statically-linked library is a set of routines, external functions and variables which are reso...
Read More

Dynamically Controlling Your Application From The Web

Often times you find yourself in a situation where you might want to control your application remotely. You may want to enable/disable featu...
Read More

How to import contacts into the iPhone Simulator

If you're working with AddressBook.framework chances are you'll want to import your own data to test against when you're in the ...
Read More

Friday, December 2, 2011

Detect whether Silverlight is installed and its version through JavaScript

Internet Explorer considers Silverlight as a kind of ActiveX control. So to find if Silverlight is installed, we can attempt to create this ...
Read More

Thursday, December 1, 2011

Jump start Windows Workflow Foundation

Jump Start Windows Workflow Foundation Once a veteran programmer was asked to define his professional developer's career in as few words...
Read More