By tag: winrt
0
kicks
Detecting dependency property changes in WinRT
A simple workaround to the absence of DependencyPropertyDescriptor in WinRT
0
kicks
All about Windows Store Live Tiles: Static Tiles and Tile Icons
All about Windows Store Live Tiles: Static Tiles and Creating Tile Icons
0
kicks
Split Views and ViewModels in Caliburn Micro
A quick tutorial on how to split views and view models into separate assemblies in a Caliburn Micro WinRT application
0
kicks
Caliburn Micro: Beware the default Windows Store app templates
Watch out for this gotcha when using the default Windows 8 templates with Caliburn Micro
0
kicks
Downloading files in Windows 8 apps using Background Transfer feature
In this blog post I am going to show how to use Background Transfer feature to download files over HTTP in a Windows Store C#/XAML app. Background Transfer has several advantages over using HttpClient and is much better for long running transfers. I am going to create a simple app, that initiates do...
0
kicks
The Ultimate Scheduler Touch Experience for WinForms
‘Touch’ is everywhere around us. We use it daily in our lives thanks to the touch-enabled devices – mobile phones, tables, kiosk stations. Touch navigation just feels more natural and pleasant to the end-user than using some kind of a pointing device, such as a mouse or a track-ball.
Today, we are ...