My name

This user hasn't shared any biographical information

Homepage: http://www.insidesharepoint.net/


Posts by My name

Databinding met Microsoft BingMaps

Wanneer je met de Microsoft Bing MapControl aan de gang gaat kom je er snel achter dat Microsoft geen gebruik heeft gemaakt de Dependency Properties en hierdoor geen gebruik gemaakt kan worden van databinding in XAML, en dit is zonde wanneer je de applicatie volgens het MVVM design patroon opzet.

More >

Navigatie met een MainPage

 

Het navigatie frame niet als root

More >

Push notifications werken niet in Windows 8 / Win RT ?

Gister ben ik bezig geweest met Push Notifications voor mijn WinRT app. Heb de implementatie gevolgd zoals op http://msdn.microsoft.com/en-us/library/windows/apps/hh465460.aspx werd beschreven en na wat debug werk kreeg ik een 200 van de Push Service terug. Helaas kwam de Toast notificatie niet door in mijn app.  Van alles geprobeerd zoals opnieuw een secret code aangevraagd maar geen success.

More >

Sgml reader for WP7

 

Sometimes you have to use html pages to get the data of that website in your application. For .net applications there was a great library http://developer.mindtouch.com/Community/SgmlReader to transform an html page to an XmlDocument / XDocument and makes it easy to get the data out. Unfortunately the library was not available for Windows Phone. I looked for an alternative but couldn’t find anything useful., lucky the source code was also avialable and I modified the code to be compatible with Windows Phone. I put the code on codeplex so you can easily use it in your projects to. The link is http://sgmlwp7.codeplex.com/

More >