Browse by Tags
Here's a tip on how to quickly add an existing folder to your Mesh. 1. Make sure Live Mesh is running, signed in, and the device has been added to your Mesh. (this is the basic stuff) 2. Select a folder in Finder and drag it to the Live Mesh icon
Read More...
If you didn't get a chance to go to PDC this past week, you can take a watch a bunch (all?) of the sesions over at MicrosoftPDC.com . Although I've only watched one so far (I'm working on this one right now), I will say I thoroughly enjoyed Daniel Moth's
Read More...
I haven't been writing much here recently for a few reasons. 1. Seattle is *very* nice in the summer time. Why stay inside blogging when you can go to the Center for Wooden Boats in Lake Union , Pike Place market , or take a ferry to Bainbridge ? 2. Got
Read More...
A quick note : never say "crud" in a meeting if the thing you are speaking about has anything to do with reading or writing data. For example, I was just in a meeting when somebody said, "This does a lot of crud...there's all this crud here...". In the
Read More...
Every person has a set of tools and whatnot for their development environment that they use & have grown accustomed to. For example, a couple of (publicly available) tools that I use day in and day out are TextPad and Beyond Compare . Another "tool"
Read More...
I downloaded some files from the internet the other day and it didn't have an installer. I copied them into my Program Files directory (I made a new folder), and created a shortcut to them. Unfortunately, every time I ran the application, I was confronted
Read More...
While I was doing some chores today, I began to have random musings about unit tests. It's strange how one's mind works while doing (mostly) manual labor. Separating Code Coverage by Target It's hard to get actual code coverage numbers for a specific
Read More...
I was randomly browsing XKCD the other day, and saw something funny. If you go to http://xkcd.com/405/ and click on the Previous button, you're taken to http://xkcd.com/403/ . If you click Next from there you're taken back to http://xkcd.com/405/ . If
Read More...
One of the items that I haven't found a whole lot of talk about online or in books is how to write a custom installer for Windows Mobile, so I'm going to briefly talk about how to set one up. Why would you want to do this? The reasons seem simple enough,
Read More...
A few weeks ago, I noticed that some of my installs on my laptop started failing. I thought it was odd, but most of the things I install are pre-beta, so I figured that they hadn't yet started to support Windows Server 2008. Some things, out of beta,
Read More...
If you spend as much time as I do in Visual Studio TF, there are certain things you may find a tad bit frustrating : timeouts, connecting to the server, etc. Fortunately the Visual Studio guys/gals have come up with a set of power tools which you can
Read More...
I ran across this today from James Manning's blog and found it insanely useful. The default compare tool in Visual Studio TF is fine but I personally want some more features. If you have your own preferred compare tool, you can plug it in here: http://blogs.msdn.com/jmanning/articles/535573.aspx
Read More...
So I may have missed this, but this is what I'm working on. http://www.microsoft.com/soa/products/oslo.aspx It's basically a bunch of stuff that ships in: - BizTalk Server "version 6" - System Center "version 5" - Visual Studio "version 10" - .NET Framework
Read More...
Note that there are tons of stories about backwards compatibility; for some of the best go see Raymond . For a sample application that I'm writing, I'm using .NET CF 3.5. I had upgraded from the version shipped with Visual Studio 2008 Beta2 to the one
Read More...
This is a question for those of you who write Windows Mobile applications (preferably managed, but native is fine too). We're developing a managed Windows Mobile application, and one of the issues we've run into is that we'd like to support both Smartphones
Read More...