Online Free Computer Tutorials.: Computer Tips and Tricks

'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 Computer Tips and Tricks. Show all posts
Showing posts with label Computer Tips and Tricks. Show all posts

Thursday, September 6, 2012

Windows 8: Scheduled Tasks & the Lock Screen

Some developers need to run code when apps are not running. For this, there is the background task. These are periodic and have constrain...
Read More

Sunday, September 2, 2012

Monday, August 27, 2012

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

Open Source Robot Framework Inspired iOS App Automation Library

This library provides an easy way to automate usage of your apps in the simulator.  Included are a number of easy ways to perform swipe g...
Read More

Func and Action Delegates

The .Net Framework 3.5 has introduced two sets of System-Defined Delegates named Func andAction. Action<> and Func<> are extr...
Read More

How to Fix Windows 8 RTM Activation Issue?

After installing Windows 8 RTM, I was facing an issue that says "Windows can't activate right now. Try activating Windows later&...
Read More

Tuesday, July 31, 2012

8 Great WP8 Features We Now Know

Windows Phone 7 was Microsoft's closely guarded secret; Windows Phone 8, however, has been the least guarded one. A while back, a vid...
Read More

Windows 8 Metro: Add settings to your application

Almost every application you write needs to expose an user interface that let the user change the configuration. In common desktop applic...
Read More