Archive for November, 2009

Presentations

Presenting at MS Tech Days in Winnipeg

I just recently received word that I’m presenting a session at Microsoft tech days in Winnipeg next month. The conference will be held at the Winnipeg Convention Centre on December 15th and 16th. I’ll be doing Session 4 on Day 1 in the Developing for the Microsoft-Based Platform track: Optimizing Your Apps for the Windows [...]

Code

Synching an ASP.NET application to a local deployment folder with MSDeploy

In my recent quest to fine-tune the deployment process for bundl.it I’ve been investigating Microsoft’s new Web Deployment Tool, a.k.a MSDeploy.  Recently released into v1.0, here’s what the IIS site says about it: The Web Deployment Tool simplifies the migration, management and deployment of IIS Web servers, Web applications and Web sites. It sounded interesting [...]

Uncategorized

Staging an ASP.NET application with MSBuild

I spent some time this weekend hacking around our build process for Bundl.it and wanted to share a small success. We have three folks tending the bundl.it garden, one in Jersey, one in the UK, and myself in Manitoba. We mostly use Google Wave and twitter to stay in touch and have just started using [...]