Joe Doyle's Blog
  • Talks
  • About
Joe Doyle's Blog

Win32_ProcessStopTrace Truncation Follow-up

February 18, 2010
Yesterday I wrote about a bug I discovered when using WMI to monitor process start ups and terminations. The bug is that the ProcessName property is truncated to 15 characters with …
Joe Doyle's Blog

Process Name Truncation bug when using WMI to monitor processes on Windows Server 2008

February 17, 2010
I’m working on a class that monitors when processes on a machine start up and stop. The easiest way to do this is to use WMI with the Win32_ProcessStartTrace and …
Joe Doyle's Blog

Exchange 2010 Update Rollup 1 OWA Problem & Fix

December 29, 2009
This isn’t exactly programming related, but it might trip up other people like it did to us. I recently installed the Update Rollup 1 and ran into a problem where the patch failed …
Joe Doyle's Blog

PDC 2009 – Lots of new stuff to play with!

November 20, 2009
Microsoft’s annual Professional Developer Conference was this week. While I wasn’t able to attend, there are plenty of opportunities to follow what’s going on. Twitter was flowing …
Joe Doyle's Blog

Playing Around with the Web: ASP.NET MVC, jQuery, and Silverlight 3

November 3, 2009
A few of the technologies that are getting lots of attention over the last 6 months are ASP.NET MVC, jQuery, and Silverlight 3. Everyone is talking about them on blog posts, video …
Joe Doyle's Blog

Can YOU do FizzBuzz?

August 23, 2009
I’ve had a busy last few months. Raising an infant is not an easy task by any means. Add in a project that needs to keep moving forward and things get almost crazy. We have been …
Joe Doyle's Blog

REST in .NET Revisited

July 16, 2009
It’s been two months since I first took a look at implementing a RESTful service using the .NET framework. It’s been a busy time personally with the birth of our first child. …
Joe Doyle's Blog

SQL Server 2008 Full Text Indexing or Lucene.Net?

June 10, 2009
I’m at the point where I need to choose how I’m going to implement the search functionality for our project. My first impulse was to use the Full Text Indexing (FTI) built into SQL …
Joe Doyle's Blog

The Garbage Collector and Unsafe Code Revisited

May 17, 2009
It’s been almost a month since I first thought about using unsafe C# code. The application is still being developed, but the parts using the unsafe code are pretty much finished. …
  • « Prev
  • 1
  • 2
  • 3
  • 4
  • Next »
All rights reserved by Joe Doyle © 2023