Remote Desktop always in FullScreen

Remote Desktop always in FullScreen Manchmal sind es die einfachen Dinge, die einem das Leben einfacher machen. Wer hat schon noch nie eine Remote Desktop Verbindung für eine Präsentation aufgebaut, nur um dann festzustellen, dass diese nicht im Full-Screen Modus läuft sondern mit z.B. 1024 x 768 Pixel…. Arrgh! Abhilfe schaffen hier sehr einfach die ...

Windows 8: System Brushes

Windows 8: System Brushes Great overview of Windows 8 System Brushes: http://metro.excastle.com/xaml-system-brushes  

BackgroundWorker in Windows RT

As you might have already noticed, the BackGroundWorker class is missing in Windows RT / app development. The BackgroundWorker was actually just a wrapper for the following class:System.Threading.ThreadPool. So the fun begins again with Threading. The ThreadPool for Win RT is well documented in the Windows Store Apps Development Center:http://msdn.microsoft.com/en-us/library/windows/apps/windows.system.threading.threadpool.aspx For those, who like to ...

A classic textbased adventure

Gestern wurde meine erste Windows 8 App im Store zertifiziert und steht euch nun zur Verfügung. In seiner ersten (sehr rudimentären) Version bietet das App die Möglichkeit Abenteuer im guten alten Text-Modus zu spielen. Hinter dem Abenteuer steht ein standardisiertes Format in XML, in welchem künftige Abenteuer zur Verfügung gestellt werden können. Aktuell ist die App mit ...

Windows 8 Development : Portable Class Libraries

Very nice article on how to handle FileSystem access in a portable library for Windows 8 app. http://blogs.msdn.com/b/dsplaisted/archive/2012/08/27/how-to-make-portable-class-libraries-work-for-you.aspx

Create your first Windows Store app using C#…

… since we’re for sure not going to use Visual Basic…. Easy to understand step by step guide to build a Windows 8 app. The guide contains the following parts: Part 1: Create a „Hello, world“ app Part 2: Manage app lifecycle and state Part 3: Navigation, layout, and views Part 4: File access and ...

It’s all coffee…

Ein sehr interessanter Blogeintrag bezüglich Windows 8 / WinRT und Silverlight / XAML Besonders das Fazit gefällt und verführt zum schmunzeln, weshalb ich es hier gerne nochmals wiedergebe: That path takes us to a place called WinRT, rather than a place called Silverlight. But considering everything that is changing for the good, the number of ...