10 September 2011 0 Comments

Neues Windows 7 Design: Nordic Landscapes

Für Windows 7 gibt es ein neues Design, “ Nordic Landscapes ”. Es besteht aus insgesamt 17 Bildern und kann hier heruntergeladen werden. Viel Spaß damit!

28 June 2011 0 Comments

New Book: Developing Microsoft SharePoint Applications Using Windows Azure

We’re pleased to announce that Developing Microsoft SharePoint Applications Using Windows Azure (ISBN: 978-0-7356-5662-8, 336 pages) by Steve Fox is available for purchase. You can order the book now at the site of our official distributor, O’Reilly Media. Your expert guide to building Microsoft® SharePoint® applications in the cloud Deliver custom, cloud-based business solutions using SharePoint 2010 and Windows Azure™ together.

6 June 2011 0 Comments

Batching Resources in MSBuild – Part 1

Sometime after Visual Studio 2010 shipped, we received reports about an issue where when targeting .NET 3.5, customers were receiving a build error stating that the RESGEN command line was too long. The errors/warnings would look as follows: Error: The specified task executable “ResGen.exe” could not be run. The filename or extension is too long Warning: The command-line for the “ResGen” task is too long.

6 May 2011 0 Comments

Neues Windows 7 Theme: “Diffusion”-Design

Für Windows 7 ist diese Woche wieder ein neues Design rausgekommen, diesmal zum Thema Farben. Enthalten sind 13 Hintergrundbilder,  auf denen verschiedene Farbschleier abgebildet sind. Es gibt sowohl bunte, also auch eher schwarz-weiß gehaltene Aufnahmen.

28 March 2011 0 Comments

Improving CLRProfiler 4: Reducing SampleObject memory consumption by 58%

In the previous three posts, we managed to double the speed of file loading time of CLRProfiler through profile-guided optimization in three simple steps. Now let’s take a look at reducing CLRProfiler’s memory consumption, making it more useful to real world applications.

9 March 2011 0 Comments

The 72 Hour Conversation on the Future of the Web Starts with Dean, Joe, and Scott

and Scott At last year’s MIX10 event, Windows Internet Explorer Corporate Vice President, Dean Hachamovitch , announced the Internet Explorer 9 Platform Preview 1 with hardware accelerated HTML5. This year, Dean will be back on the MIX stage as he returns as the day 1 keynoter at MIX11. Eight platform previews, one beta, one release candidate, and one final version of Internet Explorer 9 later – it’s a keynote you won’t want to miss

3 March 2011 0 Comments

How to deploy Windows 7 to 200,000 computers

The Microsoft IT team have the job of running an complex and rapidly-changing IT infrastructure for a very demanding user base – our own. Sound familiar to you too? Well I guess it should, because almost every education institution has exactly the same challenges and budget pressures

20 February 2011 0 Comments

A patch may take as long or longer to install than the target product

Often I’m asked why installing a Windows Installer patch (MSP) takes as long or longer to install than the target product (MSI).

2 January 2011 0 Comments

Controlling the orientation of a Windows Phone (Hacking the accelerometer)

Windows Phones, by definition, are equipped with an accelerometer for detecting the physical orientation of the device. Applications can subscribe to notifications from the operating system of orientation changes and adjust their layouts accordingly

22 December 2010 0 Comments

Visual Studio 2010 Setup Projects and x64 Support

I was taking the Windows Azure CmdLets project and getting it into an MSI just to make it easier to deploy in a nice package.  I ran into problems with the Setup project not being able to properly establish the right registry settings for an x64 environment. Even though you set the target platform on the Setup project to x64 the InstallUtil.lib that get’s run is still x86.  In order to have it work property, you need to follow the steps identified here: http://msdn.microsoft.com/en-us/library/kz0ke5xt.aspx   The section “64-bit managed custom actions throw a System.BadImageFormatException exception” covers the steps you need to follow, using the Orca MSI editor to replace the InstallUtilLib.dll from the one that the Setup Project embeds (x86) to a x64 version. Now, works like a charm… Resultant installer here: http://cicoria.com/Downloads/AzureManagementCmdletsInstall.msi The CmdLets are the same ones from the Training Kit – November 2010 release.

17 December 2010 0 Comments

Windows Azure VM Role: Instruction to enable "New Virtual Machine Role" in VS2010 are in the VM Role confirmation email

If you are one of a few lucky developers who requested and received VM Role confirmation email “Welcome to the Windows Azure VM Role Beta program!”… as below: Your subscription is now enabled to use the VM Role feature in Windows Azure. If you have not installed the latest version of the Windows Azure Tools (which includes the SDK), please install it from   here

14 December 2010 0 Comments

No rest for the weary [Free tool and source code to temporarily prevent a computer from entering sleep mode - now available for .NET, 32-bit, and 64-bit!]

It was over a year ago that I wrote and shared the first version of my Insomnia utility .