Wintellect  

Browse by Tags

Looks like the WinDBG team was busy over the weekend and posted a new build of WinDBG: 6.9.3.113 . The big fixes look like squashed bugs and performance improvements in symbol server portions. I bet you could drop those DLLs into your Visual Studio directories Read More...
You all know my geek love for Apple hardware. Yesterday Apple released the official drivers for Vista x64 support! You'll need to download and install Boot Camp Update 2.1 and you'll be set. Totally and completely excellent news! Read More...
Everyone uses Mark Russinovich's and Bryce Cogswell's excellent Sysinternals Tools. Tools like Process Explorer and Process Monitor have helped solve some of the toughest bugs I've ever worked on. I've been surprised how many people didn't know that all Read More...
Last year I released a tool to help make maintaining WiX 2.0-based installations easier called Paraffin . I've fixed the following two issues: I was relying on the short name of the file when generating an updated .PARAFFIN file. Sadly, it looks like Read More...
As a .NET developer, your top three concerns are 1) Memory, 2) Memory, and the last one is the toughest, 3) Memory. While .NET takes away the pain of manual memory management if you aren't constantly worrying about what's in your Gen 2 heap, you're going Read More...
Recently, the computer I was using as my server started having some overheating problems. The good news is that the machine shut down before harming components, but with that machine running my domain controller I needed it running in order to get work Read More...
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...
In my continued resolution to make PowerShell my full time command line interface, I've been porting over some of my batch and JavaScript files as a learning exercise. Since the only way to really learn a technology is to do something real with it, this Read More...
As I have been screaming from the roof tops , the best Vista x64 machines are Apple's Mac Pros . They are rock solid, quiet, and beautiful. Apple just announced the latest Mac Pros with up to 8 CPUs. They also snuck in complete support for Vista x64! Read More...
More Posts Next page »