In this article, we are going to learn working with data in SilverLight. Working with Data in Silverlight Data is the back bone of any...
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...
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...
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...
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...
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...
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...
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...
Silverlight user control validation
Introduction This article discusses user control validation techniques in Silverlight. It will help you display validation errors in user co...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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 ...
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...