If you are a user of the new “Windows to Go” feature of Windows 8 Enterprise edition, which enables you to boot and run the Windows 8 operating system off an external USB device, you may have noticed something odd when trying to use the Windows App Store: In a […]
Programming
322 posts
Recently, I had to authenticate to Team Foundation Server using an account with greater permissions to perform some administrative tasks. As you may know, this requires entering alternate credentials when you add the server to the list of TFS servers, or when you need to connect to the server. Once […]
Yesterday morning I and a colleague made our way to Llewellyn Hall at the Australian National University to hear from the father of the World Wide Web, none other than Sir Tim Berners-Lee. Amongst his many accolades and roles, Sir Tim is the director of the World Wide Web Consortium […]
This is sort of a follow-up to my first article on Active Directory Federation Services 2.0 (ADFS 2.0). This afternoon I spent far too many hours troubleshooting an issue I didn’t really have. Part of this complete and total waste of my time stems from what I now believe to […]
Introduction This is going to be a multi-part series of articles with the end goal of producing a solution which handles security/identity claims across domain boundaries using WCF services and Active Directory Federation Services 2.0 (with a federation trust) and Active Directory. In order to demonstrate an approach to handling […]
It was a little while ago that I blogged about Richard Bank’s approach to revert the menu in Visual Studio 2012 back to the friendly and reliable sentence case style that we all know and love. Since then, Visual Studio 2012 has launched with the RTM version, moving out of […]
As the BUILD conference (formerly PDC) kicks off in Redmond, we are finally treated to the official launch of the long, long awaited Windows Phone 8 SDK. Held under wraps for months, with precious few copies of the pre-release being seen, this SDK has been a long time coming. The […]
Intro Long before Microsoft .NET 4.5 was a reality, in the days when asynch programming was not a given, I developed a bit of a concurrency wrapper implementation which has been used on a variety of projects. At the threat of being redundant (in light of the across-the-board support for […]
Overview The recently released Windows 8 operating system contained support for an interesting approach to running your operating system – off an external bootable device. This article will show you how to boot your operating system using an external USB drive. If you’re not sure what Windows To Go is […]
It’s been a massive week for Microsoft. We are really in full swing when it comes to the largest release cycle in Microsoft’s history. It all began on Wednesday at 10 AM PST (Pacific) which is an appallingly wee-hours 3 AM AEST (Australian East). Insomnia had gripped me, so with […]
So the official word was that the newly minted Windows 8 RTM build and Visual Studio 2012 would hit MSDN at some point on the 15th of August (possibly sometime in the US time zone). As of writing, still nothing has been published on MSDN Downloads. So to briefly divert […]
Well it’s been leaked onto the world wide web for a bit over a week now, and I’ve finally managed to devote some time to taking a look at what’s been included in the leaked SDK. Although we’ve been waiting for what seems like forever to see something of the […]
As reported across the globe, Windows 8 has officially gone RTM as of August 1st. The official release date schedule shows when you might expect to get your hands on the new version: August 15th: Developers will be able to download the final version of Windows 8 via your MSDN […]
Introduction Recently, I started building up a WCF Service Application from scratch to implement a specific set of operations from an existing WSDL. This was a little cumbersome, but gave me an excellent opportunity to extend and play around with a concept I’ve been trying to perfect for a couple […]
This is probably a bit of a late announcement, but Microsoft has elected to make the Entity Framework an Open Source project on CodePlex! The first officially supported packages (from the open source project) are rumoured to be integrated as of Entity Framework v6 (as the Entity Framework team are […]