Sharing Knowledge

iOS AudioSession categories, routes etc..

So you want to record/play something on iOS and now have to deal with AudioSession, categories,...

Author: varuns Date: 12/21/2011

Eclipse shows an error on android project but can find the error

My favorite Android platform on which I can blog so much since its just full of strange behaviors....

Author: varuns Date: 08/19/2011

Windbg: putting a break point on managed generic functions

Sometimes its not very straight forward to put breakpoints on generic functions or functions in...

Author: varuns Date: 05/21/2011

Android Https Quirks

I wanted to make my own Https Get/Post request on Android platform. In this blog post I will cover...

Author: varuns Date: 10/17/2010

Android Webview behind proxy

Lately I have been working on Android platform. If you are behind a proxy in your company and...

Author: varuns Date: 09/19/2010

How long does it take to install Windows Phone 7 SDK

I started installation of Windows Phone 7 SDK from this link over my machine - Windows 7 - x64 dual...

Author: varuns Date: 07/18/2010

Certificate management for Exchange Unified Messaging 2010

Microsoft Exchange Unified Messaging 2010 will be released with a lot of goodies. One of them is to...

Author: varuns Date: 07/26/2009

Debugging a managed 64 bit service

I was trying to put a breakpoint in the Main function of a managed process which was being launched...

Author: varuns Date: 04/22/2008

Some good books .....

If you dont know about the aha! factor then read the book - Programming Pearls by Jon Bentley. The...

Author: varuns Date: 01/02/2008

How do we talk with COM the language of events and delegates

I wrote this blog entry from a real world customer issue and noticed that how little documentation...

Author: varuns Date: 09/18/2007

Bitness of the loaded typelibrary

If you use LoadTypeLib or LoadTypeLibEx then Ole Automation always convert the typelibrary according...

Author: varuns Date: 04/17/2007

Marshaling BSTRs in COM/Interop or P/Invoke

I saw people making mistakes with BSTR marshaling in the COM/Interop space. Unfortunately msdn does...

Author: varuns Date: 02/28/2007