Posts by Tag

dotnetmag

Build for both–introducing WpWinNl

2 minute read

Intro As I alluded to in a few previous posts, I have been working on a merged version of both my Windows Phone and Windows 8 libraries on Codeplex: wp7nl an...

Commercial break - introducing 2 Phone Pong

1 minute read

With a little pride and much joy I hereby release my newest Windows Phone application 2 Phone Pong into the wild. It is intended to show off the fun things y...

NavigationService for WinRT

4 minute read

"If I have been able to see further than others, it is because I have stood on the shoulders of giants."  Isaac Newton It was only 1.5 years ago, but it...

JSON deserialization with JSON.net - basics

4 minute read

I’ve been contemplating an article about handling JSON for some time now, but it turned out to be a rather long article. So I’d thought to try something new,...

Carpe Lumia!

12 minute read

Last updated November 10 2011 You know that band you used to love when you were in your teens? They really rocked your adolescent years. They rocked like hel...

So what about Windows Phone 7 adoption rates?

2 minute read

“There are three kinds of lies: lies, damned lies and statistics” (Benjamin Disraeli) There is a nifty little Windows Phone 7 app out there called “…I’m a WP...

New binding possibilities in Mango

2 minute read

Apart from all the goodness the new API’s in “Mango” bring us, there is that other great gift that it brings us: Silverlight 4. After spending so much time o...

Enum values can be characters too

less than 1 minute read

Almost everyone who has programmed something in C# has created an enum at one point or another: public enum Whatever { Zero, One, Two, Three } You ca...

Making internals unit testable

2 minute read

When creating - or attempting to create ;-) - reusable components, it’s common practice to hide the gory details of your implementation – not only on class l...

Attached dependency properties for dummies

3 minute read

Recently I tried to make my first attached dependency property and it struck me as odd that I could find a lot of articles on dependency properties – but it ...

A very basic MEF sample using ImportMany

4 minute read

If you have been programming since the mid-80’s and have been a IT professional for over 17 years it does not happen often anymore that you get mesmerized by...

A generic convertor for IEnumerable

less than 1 minute read

Apart from ForEach<T>, as I described in my previous post, I noticed the absence of ConvertAll<T> on everything but List<T> as well. Pretty...

One ForEach to rule them all

less than 1 minute read

I ran into this when I was investigating functional programming in C#. That’s been around for a while, but apart from using it for traversing or modifying co...

Cutting images with PresentationCore

2 minute read

In my business cutting images into smaller images is something that happens quite often these days, since tile based mapping systems like Google Maps, Virtua...

Silverlight data binding the lazy way

2 minute read

Your typical business class utilizing data binding in Silverlight (and possibly WPF too, but I don’t have any experience with that) look like this:<pre>...

[Serializable] does not inherit (aka RTFM)

1 minute read

Of course, everybody knows that if you want to serialize an object, you need to decorate the class with the [Serializable] attribute. Right? Well, yes, and ...

Back to Top ↑

Windows Mixed Reality

Running an MRTK3 app on an Android Phone

9 minute read

On September 6 2022, fellow MVP Zaid Zaim, who is also busy with MRTK3, mailed me with to ask me if I thought MRTK3 apps could run on phones as well. I had t...

Workaround for MRTK 2.7.x glTF import bug

2 minute read

Not-so-hypothetical situation: your co-worker, who is a designer, sends you a nice glTF or glb file, or you made one yourself after getting inspired by my la...

Rounded corners in MRTK UI

5 minute read

Rounded corners are suddenly hip again and all the rage, even in Microsoft land, as is clearly visible in Windows 11.

Generic MRKT2 Extension Service Inspector

5 minute read

I make extensive use of the MRTK2 extension service feature and its dependency injection capabilities. Unfortunately it’s not easy to see the internal state ...

First look at the HoloLens 2 emulator

4 minute read

Intro Today, without much fanfare, the HoloLens 2 emulator became available. I first saw Mike Taulty tweeting about it and later more people chiming in. I im...

Back to Top ↑

HoloLens2

MagSafe your HoloLens

2 minute read

In 2006, Apple introduced the concept of using powerful magnets to a connect a power supply to a device with the MagSafe connector, that made its debut with ...

Running an MRTK3 app on an Android Phone

9 minute read

On September 6 2022, fellow MVP Zaid Zaim, who is also busy with MRTK3, mailed me with to ask me if I thought MRTK3 apps could run on phones as well. I had t...

Workaround for MRTK 2.7.x glTF import bug

2 minute read

Not-so-hypothetical situation: your co-worker, who is a designer, sends you a nice glTF or glb file, or you made one yourself after getting inspired by my la...

Rounded corners in MRTK UI

5 minute read

Rounded corners are suddenly hip again and all the rage, even in Microsoft land, as is clearly visible in Windows 11.

Generic MRKT2 Extension Service Inspector

5 minute read

I make extensive use of the MRTK2 extension service feature and its dependency injection capabilities. Unfortunately it’s not easy to see the internal state ...

First look at the HoloLens 2 emulator

4 minute read

Intro Today, without much fanfare, the HoloLens 2 emulator became available. I first saw Mike Taulty tweeting about it and later more people chiming in. I im...

Back to Top ↑

HoloLens

First look at the HoloLens 2 emulator

4 minute read

Intro Today, without much fanfare, the HoloLens 2 emulator became available. I first saw Mike Taulty tweeting about it and later more people chiming in. I im...

Back to Top ↑

UWP

Why you should update your apps to UWP

3 minute read

Woe is us No code this time, but a kind of a rant. Or some advice. Whatever you want to call it. So we all saw the stories. Several pundits all over the worl...

Windows 10 maps part 6 - scenes and camera

4 minute read

IntroPicking up the thread where I left it rushing into an IoT series, which I wanted to have ready before the Microsoft devices event that took place on Oct...