Introduction
It has always been difficult for programmers to organize and work on projects across a variety of locations, computers, and devices – especially when you work in teams. When you store
Download EntityFrameworkSample - 548.41 KB
Introduction
Wiring up a web page to a backend database can be tedious. You have to use some type of data access layer (DAL) and then map this to fields
Download source code - 27.5 KB
A few months ago, I blogged about the relative performance of the Windows Phone 7 emulator versus the same code being run on real hardware. There were a couple of take
Download source code - 26.9 KB
So far in the “Metro In Motion” series, I have covered fluid list animations, ‘peel’ animations, and flying title. In this blog post, I am looking at the 'tilt’ effect
iOS 4 in Action
Developing iPhone & iPad Apps
By Jocelyn Harrington, Brandon Trebitowski, Christopher Allen, and Shannon Appelcline
Though multicore is not available on iOS devices, Grand Centr
Download source code - 10.7 KB
Silverlight and Silverlight for Windows Phone offer a great way of simplifying HTTP GET requests: WebClient class. WebClient encapsulates the primary logic of the Http
Download CmdConsole(0.6.0) - 174.02 KB
CmdConsole #:-)>
Introduction
During development of Android application, sometimes I want to write a small class and test its functions in a fashion sim
This blog post shows how to implement tombstoning within a Windows Phone 7 application that following the Model-View-ViewModel pattern.
I have to admit Windows Phone 7 tombstoning had me in a bit of
At one time, Novell was the king of the networking hill. Anyone interested in becoming a network administrator had to know Novell. Then Microsoft came along and took their lunch money pitting the grap
For the past few months I have been writing a Metro-In-Motion blog series which describes how to recreate some of the fluid effects found in native Windows Phone 7 applications within your own applica
Download source code - 20 KB
The Windows Phone 7 user interface is based on the Metro Design Language, which favours clear typography, content over chrome, and simplicity. If you want to see practic
Download source code - 21.2 KB
In my previous blog post, I discussed how the Metro Design Language that heavily influences the Windows Phone 7 style is not just about static graphics, it is also a
Download source code - 4.14 KB
Download demo - 782 KB
Catel is a brand new framework (or enterprise library, just use whatever you like) with data handling, diagnostics, logging, WPF controls, and
Download source code - 24.1 KB
This is the third in my “Metro in Motion” series where I am looking at how to re-create some of the stylish transitions and animations found in native Windows Phone 7
After doing things the manual, brute force way, you will be able to truly appreciate the elegance of HERE documents. If you wanted to create a file with a few lines of text in them, you would redirect
Prerequisite
It will be better if you have a rough understanding of object oriented programming and its concepts like encapsulation, polymorphism and inheritance. If you don't have those then this
I mentioned sub-shells before and the way the affect aliases, but I did not talk much about the use of sub-shells themselves. A sub-shell can be quite useful in scripting, either to isolate certain en
Introduction
The Eneter Messaging Framework is a lightweight framework intended for communication between processes. The second version of the framework supports all features and API from the previou
Background
Cross-Origin HTTP request (A.K.A. Cross-Domain AJAX request) is an issue that most web developers might encounter, according to Same-Origin-Policy, browsers restrict cli
A fantastically efficient way to repeat a series of actions is to use a macro. You may be familiar with macros from common products like Microsoft Word. They are quite easy to create and use.The simpl