Wintellect  

February 2008 - Posts

Sometimes traveling for business can be fun. As part of my job, I've been able to travel all over this wonderful planet. On my business trips I've gotten to see great sites like the Great Wall of China, Golconda Fort in Hyderabad, India, Old Jerusalem Read More...
As I wrote a little bit ago my New Year's resolution was to see if I could make PowerShell my full time command shell. The good news is that after eight weeks, I'm still using PowerShell and enjoying it. As I still have fifteen years of CMD/4NT barnacles Read More...
Steve Johnson has updated his must have SOSEX extensions for WinDBG. The big change is that the !vars command can now dump the locals and parameters for a specific frame all the stack frames on a thread. For example, in the following snippet from a session, Read More...
Kerem Kusmezer has been busy! If you've had problems with .NET Mass Downloader working behind a proxy server, version 1.2 adds the –proxy command line switch if you need to specify server, username, password, and domain. The –proxy switch uses the following Read More...
The feedback and downloads for .Net Mass Downloader have been quite pleasing! Kerem and I just went through and fixed all the reported bugs so the 1.1 release is better than ever. The big fixes were that we now properly handle paths with spaces in them Read More...
Microsoft has really helped out the development community by making the .NET Reference Source Code available to the community. Being able to step in the debugger from your code to the Framework code truly helps with you understanding and use of all parts Read More...
This week I got the following question in email: I'm writing a COM component in C# that is used in Excel VBA macros. I really need to debug the VBA macro and the C# component at the same time. Is that possible? Absolutely! Here's the steps: Start Visual Read More...