Gaurav Khanna
8 posts.
- [Download] MemAnalysis - Native memory leak analysis toolAdvanced Windows Debugging got me hooked onto Detours and that led me to experiment with it a bit more. It resulted in this. Over the past three days, I have been working on using Detours to build …
- Integrating Windows Live Authentication in your applicationFor one of my pet projects I am writing, I was contemplating how to integrate Windows Live Authentication with my standalone application, similar to Windows Live Messenger. Turns out, it is really …
- [Download] CSLMail - SMTP/POP3 email component for .NET Framework and .NET Compact FrameworkCSLMail is my pet project on which I have been working for past few years. I have recently worked towards updating, feature enhancing and bug-fixing it, resulting in v2.0.
- ASP.NET 2.0 WebService vs WCF Nov CTP Performance ComparisonOne of the frequently asked questions at the India Windows Communication Foundation Tour was how does WCF scale as compared to existing technologies, like ASMX? Will WCF services be more scalable t…
- Download CERapi - the managed Windows CE Remote APIWindows CE Remote API (RAPI) is the mechanism via which desktop applications can talk with the Windows CE device over ActiveSync connection. However, since RAPI is not supported natively for manage…
- Managed CreateProcessWithLogonWI returned this past weekend after a family function. It had me very busy and thus, no blogging for sometime for me :) That said, today I was working with one of my friends over email - she was stu…
- Generics CLS-Compliant in Nov CTPC# and VB.NET compiler treat Generics as CLS-Compliant from Nov 2004 CTP onwards! Thus, all CLS-compliant grammars would now need to support Generics. For details, read http://blogs.msdn.com/bcltea…
- DTVisualizer - Image Visualizer for VS 2005I just finished implementing DTVisualizer, my image visualizer for VS 2005 debugger. It allows you to view images, like the Bitmap class references, in a more natural manner. Here's how the visuali…
