How to support in-app purchases (Windows)

Windows Store in App Purchases / C# http://msdn.microsoft.com/en-us/library/windows/apps/hh694067.aspx

Microsoft Office 2013 Pricing

Microsoft Office 2013: What to expect on the pricing front

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 ...

Apple Fakes… Part 1

Um es in „unserer“ Sprache auszudrücken: var bigfake = A.Fake();bigfake.IsLegal.Should().BeTrue(); => Test failed … bigfake.IsLegal …expected true but found false. Wobei „I“ ausnahmsweise nicht für Interface steht… Auszug aus dem folgenden Online Artikel von 20 Minuten:http://www.20min.ch/digital/news/story/13313863 „Das Unternehmen Apple, aber auch die Schweizer Wiederverkäufer von Apple-Produkten sind unter Beschuss. Sie werden von Konsumentenschützern massiv kritisiert. ...

SharePoint 2013: Content Search Web Part

Very nice article about the successor of content query web part in previous Microsoft SharePoint versions. Introducing the Content Search Web Part

SharePoint 2013 Zertifizierungen: Eine Übersicht

Für IT-Pros ist der Microsoft Zertifizierungspfad bereits vorgegeben. Leider sind aktuell noch keine Zertifizierungsmöglichkeiten für SharePoint 2013 Entwickler bekannt. Höchstwahrscheinlich wird dabei aber folgende Prüfung im Spiel sein:Programming HTML5 with JavaScript and CSS3 (70-480) Weiterführende Infos zu diesem Thema:http://www.microsoft.com/learning/en/us/sharepoint-certification.aspx http://jussionsharepoint.com/index.php/2012/09/14/the-definitive-guide-to-sharepoint-2013-certifications/ http://thesharepointproject.com/2012/10/22/sharepoint-2013-certification-track/

Sid Meier’s Colonization: Super Link

Immer noch eines der besten Spiele. Heute habe ich kurz mal wieder den Klassiker ausgegraben, Sid Meier’s Colonization aus dem Jahr 1994. Es macht immer wieder Spass und ich kann dieses simple Spiel auch heute, nach fast 20 Jahren, noch gut und gerne spielen. Untenstehend habe ich einen super Link gefunden mit den wichtigsten Tipps ...

Install SharePoint 2013 with no Internet Connection

Here’s a nice article of how to install SharePoint 2013 on a Server, which has no internet access. http://www.dontpapanic.com/blog/?p=241 The Problem here is, that the prerequisites package will always try to download the setups before installing them. There’s of course a workarround to download the packages manually and then trigger the prerequisites setup with the ...

Bulls Star Derrick Rose anscheinend schneller wieder fit!

Original Text des Chicago Suntimes: According to an NBA source, while ‘‘The Return’’ to the court for NBA games is still up in the air for Rose, the all-everything point guard could be just weeks away from practicing with the Bulls again after surgery on his left anterior cruciate ligament last May. http://www.suntimes.com/sports/16792256-419/source-bulls-star-derrick-rose-just-weeks-from-practicing.html

Well done. Go 4 Microsoft!

Tschüss Open Source: Freiburg wechselt zurück zu MS-Office

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 ...

If I were the Bulls, I’d trade for him…

It looks like the rookie Royce White is not that satisfied of how the Houston Rockets manage his anxiety disorder. Having a look at his capabilities, he really could be a Charles Barkley type of player (of course in the glory Phoenix days): http://www.youtube.com/watch?v=ncol0AUiFXE&list=LPwG4wecDEWjs News of Issues with Rockets:Royce White at odds with Rockets over ...

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

Microsoft SQL Server 2012 – SP 1 available

SQL Server 2012 SP1 – Service Pack 1 – Is Now Available!

Run as Administrator with Nintex

Nintex Worklows is a well known Workflow component which is also available for Microsoft SharePoint 2010 and 2013. In Nintex, you can either create a site workflow or a list workflow, which is always based on a list. Lets say we have a user John J. who is starting the listworkflow in his tasklist. The ...