Error!
Success!

By tag: XAML

showing:  of
0
kicks

Building reactive XAML apps with ASP.NET SignalR and MVVM  (Unpublished)

A great portion of mobile applications consumes data from HTTP services. This is usually achieved as a pull scenario in which apps initiate the data flow from the server. In many cases pushing data to the client is a more natural and potentially much better solution. In this blog post I will explore...


Kicked By:
Drop Kicked By:
0
kicks

Detecting dependency property changes in WinRT  (Unpublished)

A simple workaround to the absence of DependencyPropertyDescriptor in WinRT


Kicked By:
Drop Kicked By:
0
kicks

Getting a Bitmap from a File Thumbnail  (Unpublished)

Learn how to get a bitmap image from a file thumbnail in your Windows Store applications.


Kicked By:
Drop Kicked By:
0
kicks

Setting a MediaElement Source to a StorageFile  (Unpublished)

Learn how to set the source of a MediaElement to a file in local storage.


Kicked By:
Drop Kicked By:
0
kicks

Adding Background Audio Capability to Windows Store Apps  (Unpublished)

Learn how to add background audio to your Windows Store apps.


Kicked By:
Drop Kicked By:
0
kicks

Split Views and ViewModels in Caliburn Micro  (Unpublished)

A quick tutorial on how to split views and view models into separate assemblies in a Caliburn Micro WinRT application


Kicked By:
Drop Kicked By:
0
kicks

Passing custom parameters to Caliburn Micro actions  (Unpublished)

Quick overview on how to use the SpecialValues collections in Caliburn Micro to pass custom parameters to Actions messages


Kicked By:
Drop Kicked By:
0
kicks

Prism 4.1 release for .NET 4.5 and Windows 8  (Unpublished)

A new release of the Prism library is currently being tested and should be released within a couple of weeks.


Kicked By:
Drop Kicked By:
0
kicks

Using MarkupExtensions as ValueConverters (Part 1 - The Basics)  (Unpublished)

Using value converters in XAML is a very powerful, but sometimes cumbersome feature. MarkupExtensions can simplify the usage of converters significantly. There are a lot of posts about this topic allready on the net, but none of them (at least none I know of) provides an approach as complete and fle...


Kicked By:
Drop Kicked By:
0
kicks

Getting started with Bing Maps SDK for Windows Store apps  (Unpublished)

This is an introductory post that is meant to investigate basic functionality provided in Bing Maps components for C#/XAML Windows Store apps. Topics covered include: using Bing Maps SDK for Windows Store apps in Visual Studio 2012 projects, zooming and centering map on user’s current location usi...


Kicked By:
Drop Kicked By:
0
kicks

Downloading files in Windows 8 apps using Background Transfer feature  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

About Windows 8 style (Formerly Metro) for WPF Devs  (Unpublished)

How to achieve windows 8 styles in a WPF world.


Kicked By:
Drop Kicked By:
0
kicks

Responsive XAML editing with ReSharper  (Unpublished)

Small how-to to replace Visual Studio built-in XAML IntelliSense by a faster one to improve editing.


Kicked By:
Drop Kicked By:
0
kicks

Writing my first windows 8 Metro App  (Unpublished)

And analysis of the difference found in xaml between windows 8 and standard wpf and a bit of how it currently feels to develop on the preview version of win 8.


Kicked By:
Drop Kicked By:
0
kicks

Auto-Notifying View Models in Silverlight and WPF  (Unpublished)

Quickly create View Models that automatically notify XAML bindings when property values change, without having to manually raise a PropertyChanged Event Code view model properties as: public virtual int MyIntegerProperty { get; set; }


Kicked By:
Drop Kicked By: