C# working with nulls / nullable types

Interesting post about the following operator:?? Existing but mostly overlooked… http://www.dotnetjalps.com/2013/01/Csharp-null-coalescing-operator.html?m=1

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/