Windows Applications and Services Development

Beyond web applications we can also develop or enhance any type of Windows application.

  • Windows Form Applications
    Business type applications with the familiar windows controls.
  • WPF Applications
    Less traditional looking applications that provide a rich interface.
  • Windows Services
    Worker applications that run in the background and have no interface.
  • Windows Phone 7 Apps
    Applications for mobile phones running WP7.
  • Console Applications
    Command prompt only applications.
  • WCF Services
    Have no interface but are useful for communication between applications.