Online Free Computer Tutorials.: Articles

'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

Showing posts with label Articles. Show all posts
Showing posts with label Articles. Show all posts

Saturday, January 5, 2013

Mobile Services Custom Parameters in Windows Store apps

Well, it's now 2013, and I spent some time over the holidays messing around with using custom parameters in my mobile service… Windo...
Read More

Writing Files in Background on WP8 – Use IsolatedStorageFile

In some situations, you might want to write data to your local application folder from a background agent, such as a PeriodicTask. In Wi...
Read More

Globalization in WPF using ResourceDictionary

This article introduces how to run WPF application in difference languages. we will go through how to create multilingual application. ...
Read More

Silverlight Application with Dispatcher and asynchronous WCF service

This article is about Dispatcher that makes Silverlight application responsive. It demonstrate how Dispatcher allows to update UI of the...
Read More

A Beginner's Tutorial for Understanding Transactions and TransactionScope in ADO.NET

This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net fra...
Read More

Design Patterns Part 1 - The Strategy Pattern

A series of articles exploring Design Patterns and creating useful examples in C#, putting the pattern into practice. This series is aim...
Read More

Differences between MVC and MVP for Beginners

In the modern world, an architect who can engineer an efficient decoupled system is considered as an invaluable asset to the company. Th...
Read More

Monday, December 31, 2012

Generations in Garbage Collector

Garbage Collection is a technique that manages memory automatically. In C and C++ we need to cleanup the heap memory explicitly using a ...
Read More

Sunday, December 30, 2012

Saturday, December 29, 2012

Thursday, December 27, 2012

How to develop for WP8 on your Mac

Interested in developing apps for Windows Phone 8, but you are developing on a Mac? No problem...check out the guide below to find a var...
Read More

WPF Splash Screens

It may seem odd to blog about something as mundane as WPF splash screens. After all, it's a solved problem, right? Wrong. I think th...
Read More

Updating my WP App to WP8

Earlier this year I wrote a small Windows Phone 7 application in a day called Lost Phone Screen. It creates lock screens for you with yo...
Read More

Playing with Windows Store apps apps

The past months I've been working on creating new, exciting Windows Store apps, using the Windows Library for Javascript, WinJS. For...
Read More

How to Change the Start Page of the WP8 Application in VS2012?

When developing a Windows Phone 8 App, you might want to rename the default MainPage.xaml file or wish to change the Start Page of the W...
Read More

Wednesday, December 26, 2012

Tuesday, December 25, 2012

Progress Control Animations for Windows Store Apps with XAML and C#

In this post, I'm going to show you how you can create a circular animation in a metro style application (XAML/C#). In my case, we n...
Read More

XAML Coding Convention

Over the past year, I have built my own coding conventions for C#. I also always manage to convince my colleagues to follow my coding co...
Read More

Attached Behaviors vs Attached Properties vs Blend Behaviors

I think the distinction in my mind is this: "normal" attached properties are there as metadata for some other piece of code (i...
Read More