January 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

Saturday, January 28, 2012

Notification Control in Silverlight

We used to see a Notification tool tip in Windows 7/Vista to inform something about particular context. For example, Capslock warning will b...
Read More

Sunday, January 22, 2012

Silverlight RichTextBox Control For Beginners

This post is for the absolute beginner who want to use the RichTextBox control of the Silverlight in their application. So in this post I wi...
Read More

Sunday, January 15, 2012

Creating and exploring a 3D maze with Silverlight 5

There's something about mazes than amazes me. They seem simple, but the math behind them can be very complicated (at least for a guy lik...
Read More

Displaying Notification Messages in a Silverlight Dashboard Application

Displaying Notification Messages in a Silverlight Dashboard Application Nowadays dashboard applications are becoming popular in Silverlight ...
Read More

WPF Data Binding Tutorial 1

Windows Presentation Foundation (WPF) is ships part of .NET frame work and Develop our GUI application 2D,3D,graphics animation and media co...
Read More

HTML5 Demo registration form

CREATING SIMPLE REGISTRATION FORM WITH HTML5. This article gives you a practical implementation , on how to use HTML5.  I have used VISUAL...
Read More

Friday, January 13, 2012

A WPF Custom Control for Zooming and Panning

This article examines the use and implementation of a reusable WPF custom control that is used to zoom and pan its content. The article and ...
Read More

Thursday, January 12, 2012

Code analysis using Telerik JustCode

JustCode do on the fly analysis of the code. It does code analysis when you type the code and reports you and error or warning without any f...
Read More

Wednesday, January 11, 2012

How to convert a Silverlight application to out-of-browser application?

In this article, we are going to learn how to work with Out-of-browser application in Silverlight. Out-of-browser application Out-of-browser...
Read More

WP7 and PhoneGap - Article #6 - Make your WP7 Vibrate

Mindscape LightSpeed gives you data access how it should be: Screaming fast, Visual Studio integrated and with support you can depend on. ...
Read More

WP7 and PhoneGap - Article #7 - Check for Network Connections

Learn the basics of getting a minimal application packaged for the Windows platform using the Intel AppUp™ encapsulator tool. Develop HTML5 ...
Read More

Silverlight 5 Hosting :: Basic About Silverlight 5

In this article we are going to explore the WCF Ria Services with Silverlight 5. Lets start with the basics for the first timers. Read ...
Read More

Tuesday, January 10, 2012

How to access a video and snap a picture from webcam in Silverlight?

In this article, we are going to learn how to interact with Audio and Video devices in Silverlight Working with Audio and Video devices in S...
Read More

WP7 Mango Sample: Database Part 1:2

Storing Windows Phone application data is a pretty normal requirement. If you want it to persist across sessions, or even phone reboots, y...
Read More

Monday, January 9, 2012

Silverlight File Manager

The Silverlight File Manager on the ListBox control based universal server handler may be working on the ASP .NET WebForms and MVC projects....
Read More

LINQ Group By with NULL database values

LINQ is fantastic for the ability to write queries that express intent much more clearly than the same SQL, or structured code. One problem ...
Read More

Top 10 tips and tricks to jazz up your C# business solutions/server products

After the initial lot of tutorials and exercises, when finally I sat down to write my first professional quality C# application, I had to sp...
Read More

Sunday, January 8, 2012

Let me out - Facebook Logout in a WP7 App

A while ago I implemented the Facebook photo endpoint into my Windows Phone Pictures Lab app. The implementation of the login was quite stra...
Read More

Add Twitter Support To Your iPhone App In 5 Steps

Do you know how easy it is to give your users Twitter support in your app. This works like the email function in iOS apps – you will be able...
Read More

How to create and consume WCF Service in Silverlight?

As we know that Silverlight (being a sandbox technology) doesn't support working directly with ADO.NET , it implies that you can't u...
Read More

WP7 Tips: How to Pin an Application to the Start Screen?

Today in this blog post, I am going to start up few Windows Phone 7 tips which will be handy for you if you are a beginner and just started ...
Read More

Friday, January 6, 2012

Thursday, January 5, 2012

iOS Development Resources

Below is a list of online resources I have found incredibly useful whilst climbing the Xcode / iOS learning curve. If you've got other...
Read More

Windows phone 7 video

Find Video series below Episode 17 How to work with AutoCompleteBox in Windows Phone 7 Episode 16 How to Protect Password ...
Read More

What is Garbage collection?

Garbage Collection: The . NET Framework  uses automatic  garbage collection  to manage memory for all applications. When you use the new...
Read More

What is Constructor Chaining in C#?

Constructor chaining  is an approach where a constructor calls another constructor in the same or base class. You can't call construct...
Read More