Here is the list of best of 10 Test Editors for OS X Espresso TextMate Macchiato Chocolat Sublime Text BBEdit Byword TextWrangle...
Showing posts with label Computer Tips and Tricks. Show all posts
Showing posts with label Computer Tips and Tricks. Show all posts
Wednesday, October 24, 2012
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...
Tuesday, September 4, 2012
CSharp Interview Question: What is Action in C Sharp
Action is type of delegate It returns no value. It may take 0 parameter to 16 parameters. For example below Action can encapsulates ...
Sunday, September 2, 2012
Types of Constructor in .Net
Constructor is nothing but a function (with the same name as Class) and is used for initializing the members of a class whenever an class...
Thursday, August 30, 2012
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...
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...
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...
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...
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...
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...
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...
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...
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...
Wednesday, July 25, 2012
SEO for WP Marketplace
After my first windows phone application jOS went live I was really worried about the prospects of anyone finding my application in the r...
Creating beautiful views for local files in Window 8
Part of Metro style design is building clean views that allow content to shine and help users accomplish their tasks. We explore in parti...
Hardware accelerating everything: Windows 8 graphics
In computer graphics, high performance is a guiding principle. In the early days of personal computing, discrete, add-on graphics cards w...
Saturday, July 21, 2012
Metro Applications - FAQ
With the advent of Microsoft Windows 8, Windows Phone 8 and Office 2013, Microsoft is now all about Metro UI and Metro Apps. And when Win...
You are the controller – a step in to WP7 -> Win8 networking
I couldn't resist, I should be working on my Windows 8 Port of Flipped (which seems to be going swimmingly) and finishing of some oth...
Tuesday, July 17, 2012
8 New Platform Features Coming to WP8
Did you miss the Windows Phone 8 Summit? The phone team announced a number of platform features that are coming to Windows Phone 8 when l...
Positioning Popup Menus in Windows 8 Metro
Often when building Windows 8 apps you'll want to provide a menu of options from the app bar, this may be a list of different ways to...