Monthly Archives: August 2007

2007 Ultimate Developer And Power Users Tool List For Windows

If you do any Windows development work and haven’t seen it yet, this list is a must have: Scott Hanselman’s 2007 Ultimate Developer And Power Users Tool List For Windows

Posted in Tools | Tagged , | Leave a comment

Software Defects and the FDA

I ran across this post: Why Making Software Companies Liable Will Not Improve Security. It’s a rather long piece that discusses the liability of software makers for security breaches. In the middle of the article he talks about his experience … Continue reading

Posted in FDA, Software Quality | Leave a comment

Kernel Object Namespace and Vista

Just a quick development note: According to Kernel Object Namespaces objects can have one of three predefined prefixes — ‘Local\’, ‘Global\’, or ‘Session\’. For Win2K/XP I’ve always used the ‘Local\’ prefix, which works fine. My primary use is with a … Continue reading

Posted in .NET, GUI, Vista | 3 Comments

Google, Microsoft, and Health

I think the recent New York Time’s article entitled Google and Microsoft Look to Change Health Care missed the bigger picture. The article talks about other Internet companies (like WebMD), but it does not make any mention of the Federal … Continue reading

Posted in EMR, Google, Interoperability, Microsoft, PHR | 4 Comments

Developing a real-time data flow and control model with WCF

A Windows Communication Foundation (WCF) service is defined through its operations and data contracts. One of the major benefits of WCF is the ease with which a client can create and use these services through the automatically generated proxy classes. … Continue reading

Posted in .NET, Networking, WCF | 9 Comments

Microsoft Robots and Medicine

In this months IEEE Spectrum magazine there’s an interesting article about Microsoft’s efforts in robotics called Robots, Incorporated by Steven Cherry. The article describes the team that created Microsoft Robotics Studio, how the group came to be, some of the … Continue reading

Posted in Medical Devices, Microsoft, Robotics | Leave a comment

SolutionZipper Updated

I’ve updated my SolutionZipper source and installer to version 1.3 on CodeProject. Here are the changes: Fixed a bug that was causing SZ to fail during the “Handle external projects” phase. Ignore VC++ Intellisense Database files, i.e. *.ncb. Ignore hidden … Continue reading

Posted in .NET, Visual Studio | 2 Comments