29Sep
c#
23Sep
Hilfsklasse für die Umwandlung eines ENUM in ein ListPickerItem
Bei der Entwicklung einer Beispiel App für mein Windows Phone 8 Kochbuch, wollte ich gern die ListBoxItems direkt aus den jeweiligen Enums erzeugen. Dabei ist folgende Hilfsklasse entstanden. Die Klasse EnumListItem nimmt den Wert und den Namen eines Enums auf. Da einige Aufzählungen nicht explizit über einen Standardwert verfügen, kann…31Dez
Windows Phone 8 - Asynchronous Webrequest
The Windows Phone 8 SDK provides the class WebRequest as well as the possibility to use async / await. But how ever there are no (extension) methods GetRequestStreamAsync and GetResponseAsync. The class WebRequest supports the asynchronous access via the old fashioned interface IAsyncResult of those functions. So you can build your own…25Jun