Posts mit dem Label Windows 8 werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Windows 8 werden angezeigt. Alle Posts anzeigen

Sonntag, 13. Januar 2013

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 actually work with an emulated BackgroundWorker, there are also some folks in the web who did build a custom version of the BackgroundWorker like:
http://www.lhotka.net/weblog/CommentView,guid,9cc11080-eeb5-41c0-bde7-b437d28d56fc.aspx#commentstart


Dienstag, 4. Dezember 2012

IDIL Windows 8 app verfügbar

Ab heute ist die neue Windows 8 App von IDIL im Microsoft Windows Store verfügbar!

Link:
http://apps.microsoft.com/webpdp/de-DE/app/idil/1d22f386-6cfa-48c6-913f-8d39290aaae6

Die app bietet Informationen zum IDIL Store sowie Kontaktinformationen an. Es sind aber auch viele schöne Impressionen in Form von Bildern hinterlegt und auch der IDIL Online Shop wird, im Windows 8 Stil, dargestellt.



Viel Spass mit der IDIL App, ein Muss für alle Anhänger des Landhausstil und Shabby Chic!

Dienstag, 20. November 2012

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 lediglich einem Deutschen Abenteuer ausgestattet, mehr sollten demnächst folgen.

Die App kann im Windows Store unter der folgenden Adresse gefunden werden:
http://apps.microsoft.com/webpdp/app/classic-text-based-adventures/cffc1950-acf0-4db6-853b-2d5aa30106bc

Mittwoch, 31. Oktober 2012

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 pickers
  • Part 5: Create a blog reader

http://msdn.microsoft.com/en-us/library/windows/apps/hh974581.aspx


Montag, 17. September 2012

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 disruptive changes is impressively minimal. The name may be changing, and there may even be some significance to that in terms of Microsoft's internal management of products and technologies. But as the consumer, you should care about the ingredients, not the name.

Turkish coffee and Greek coffee are much the same. Although you'll find plenty of interested parties who will find the names significant, drinkers of the beverage should enjoy either one. It's all coffee, it's all sweet, and you can tell your fortune from the grounds that are left at the end.

Back on the software side, it's all XAML, and C# or VB .NET, and you can make your fortune from the product that comes out at the end. Coffee drinkers wouldn't switch to tea. (by Andrew Bust)

Den ganzen Artikel dazu findet ihr hier:
http://visualstudiomagazine.com/blogs/redmond-review/2011/11/does-windows-8-spell-the-end-of-silverlight.aspx