August 2012 - 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, August 30, 2012

Autocompletion with RichTextBox in WPF as Behavior

Often when creating documents you need to insert some of the top established collection items, which after using certain gestures are sug...
Read More

Tips and Tricks for C# WP8 Developer

As an experienced developer, you do not have bug. Never. At least on your computer. And when sometimes (so rarely that you can barely rem...
Read More

Passwords & Secrets (Encryption & Observable Collections)

Passwords & Secrets is a notepad-style app that you can protect with a master password. Therefore, it's a great app for storing a...
Read More

HOWTO: SQLite with Windows 8 apps

I've previously posted a few things about SQLite including a HOWTO on how to build from their source code. If you still want to build...
Read More

Objective-C Literals

Three new features were introduced into clang at the same time: NSNumber Literals provide a syntax for creating NSNumber from scalar l...
Read More

iOS Resources: Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D

A great example on using the Chipmunk physics engine with Cocos2D. You can find the tutorial with an example project on the Heyalda...
Read More

Open Source iOS Control For Creating Map Kit Style Callouts In Other Views

Now you can add the same callouts outside of an MKMapKitView. You can find the control on Github here . You can read more about the co...
Read More

iOS Resources : Open Source iOS Library And Example For Creating A Drum Beat Maker

For anyone looking to create a drum beat maker on the iOS platform. Also included is a great example that could be used as a starting poi...
Read More

RadControls for Metro (XAML)–Date and Time Pickers

The RadControls For Metro suite of controls includes a very flexible DatePicker and TimePicker control that I'll illustrate in this...
Read More

First Look at RadComboBox and RadAutoComplete for Windows 8 - HTML

Have you ever wanted to create a Metro Application that had a more powerful ComboBox with functionality such as auto-complete or placehol...
Read More

Wednesday, August 29, 2012

Basis Topics of interview questions for Beginner or 1 Year experience in .Net

For 1 year you have to prepare all basics of .net (c# or vb,sql server, asp.net ). Mainly OOPs concepts.  a.Abstraction b.Encapsulati...
Read More

Open Source C# (Mono Compatible) Library for Sending Push Notifications To iOS Apps

Another good alternative for sending push notifications. You can find the library PushSharp on Github here . You can find a tutor...
Read More

Today Android Development Resources and Articles

1. Surface View Animation Example in Android This example shows how you can animate your view using OpenGL in android. Algorithm: 1.) Cre...
Read More

Today iPhone Development Resources and Articles

1.A Utility App for iPhone On the iPhone, the Utility Application template creates an app with a two view controllers. The second view co...
Read More

Today Window Phone Development Resources and Articles

1.Custom Drawing Book in Windows Phone This example will show how you can create Drawing book or Notepad type app in windows phone. Algor...
Read More

How to Create Air hockey Game for Mobile Phones iPhone and Android

Have you ever played Air Hockey? Air Hockey is a fairly popular game in game centers and other places where people hang out. Not that man...
Read More

Reusable collapsable table view for iOS

I was once working on an iPhone application that shows a large number of inputs, grouped into various categories, in a UITableView. To ch...
Read More

Open Source iOS Grid View Control With Automatic Dynamic Layout Changing

A very useful control for displaying images of different sizes. You can find the control BDDynamicGridViewController by Norez Ora...
Read More

Tuesday, August 28, 2012

How to Share Internet Connection from WP7 Device?

Do you know that, you can easily share the internet connection of your Windows Phone 7 device to your Laptop? Yes, you can share the phon...
Read More

Today iPhone Development Resources and Articles

1- Open Source Unity 2D Game Framework With A Flash/Cocos2D Like Syntax A new framework from Matt Rix known as Futile for creating 2D gam...
Read More

Bing Maps in Windows Phone

Nowadays, Mobile applications are getting more and more success. Their most important advantage is mobility which is realized thanks to s...
Read More

Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App

Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App A very interesting UITableView customization. You ...
Read More

Today iPhone development Resources and Articles

1- Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D A great example on using the Chipmunk physics engine with Cocos2D. ...
Read More

Today Android Development Resources and Articles

1. View Pager Example in Android Development This example shows how you can create an image pager in android. Algorithm: 1.) Create ...
Read More

Today iPhone Development Resources and Articles

1.Custom Table View Cells in iPad Programming The UITableViewCell class can be configured to display in a variety of standard ways, but...
Read More

Today Window Phone Tutorials and Articles

1.Hyperlink Example in Windows Phone development This example explains how to create and handle hyperlink button in windows phone. Algo...
Read More

Open Source iOS Control For Creating Springboard Style Icons With Alert Badges

Open Source iOS Control For Creating Springboard Style Icons With Alert Badges A very useful control if you're looking to add a spring...
Read More

Monday, August 27, 2012

Targeted .NET Framework in Visual Studio 2012

Did you install Visual Studio 2012 in a fresh new environment and willing to target your project for .NET Framework prior to Framework 4 ...
Read More

Visual Studio 2012 Metro Styles for WPF

Although there are still serious discussions about whether the "Metro" design concept from Microsoft is good or not, WPF develo...
Read More

Extending Visual Studio Part 2 - Creating Addins

This is the second in my series of articles on extending Visual Studio. In this article we're going to look into a way to extend Visu...
Read More

A Beginner's Tutorial on String Comparison in C#

Usually in our applications when we want to compare two strings we use the equality operator. Under most scenarios this will work properl...
Read More

Step by Step Creating UserControl : DataGridView With Paging

I have Created this UserControl for those who are looking for DataGridView paging functionality. So many times we are using DataGridView ...
Read More