Today I faced a specific need withing a WPF application: I have a well-tested and already in production code which works well for a given user and I need to create an application to execute…
.NET
#Windows app bundles and the ‘Subsequent submissions must continue to contain a Windows Phone 8.1 appxbundle’ error message
Some days ago when uploading my Windows app to the Store, I’ve got a strange error message : “A previous submission for this app was released with a Windows Phone 8.1 appxbundle. Subsequent submissions must…
MVVM : De la découverte à la maîtrise – my book is out !
MVVM is the pattern to know when building WPF, Silverlight, Windows phone and even WinRT (for what I know!) application. There is already some good books in english which can help the developers to discover…
Windows 8 : Metro’s Grid Application – what, how and when ? – EDITED
Windows 8 is here and Visual Studio 2011 comes with it hand in hand. As you may already have read/seen/watch, there is a new set of applications coming named as ‘metro’. Visual Studio 2011 then…
Convert in code as in XAML: how to get the XAML processor’s converter ?
Sometimes you need to set property on controls from the code and then you realize that this is not like in XAML: these are not strings? No, they are not! This is because the XAML…
Do you want a faster File.Exists / FileInfo.Exists / Directory.Exists ? I do !
Sometimes you need to check the existence of a file. Nothing is easier with the .Net framework which provide a property named Exists on FileInfo class. But it can be quite long, especially when the…
Mishra Reader, beta 1 is out !
If you are a fan of MetroTwit as I am you’ll be a fan of Mishra Reader. The goal is clearly simple: to become the best Windows Google Reader client. This is done in WPF 4.0…