Sign In
Sharing Knowledge
Options
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
android
AudioSession
AudioSessionSetActive
bpmd
breakpoint
certificate
Com Interop assembly Eventing
Debug certificate expired
Debuggers
Eclipse
Exchange unified messaging
generic class
HttpClient
https connection
iOS
LoadTypeLib/LoadTypeLibEx
onReceivedSslError
Programming
proxy
proxy server
UM
WebView
windbg
Archive
Archives
December 2011
(1)
August 2011
(1)
May 2011
(1)
October 2010
(1)
September 2010
(1)
July 2010
(1)
July 2009
(1)
April 2008
(1)
January 2008
(1)
September 2007
(1)
April 2007
(1)
February 2007
(1)
MSDN Blogs
>
Sharing Knowledge
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sharing Knowledge
iOS AudioSession categories, routes etc..
Posted
1 month ago
by
varuns
0
Comments
So you want to record/play something on iOS and now have to deal with AudioSession, categories, routing of audio etc. There is good documentation on apple website here . Information on that link can be very overwhelming for a first timer and then mistakes...
Sharing Knowledge
Eclipse shows an error on android project but can find the error
Posted
5 months ago
by
varuns
4
Comments
My favorite Android platform on which I can blog so much since its just full of strange behaviors. Latest was this problem where when I build my project then I would see a red mark on the project folder saying the build failed. But then on exanding all...
Sharing Knowledge
Windbg: putting a break point on managed generic functions
Posted
8 months ago
by
varuns
0
Comments
Sometimes its not very straight forward to put breakpoints on generic functions or functions in generic classes. Typing the full class name correctly could be non trivial and frustrating. Here is something which I always follow: Use method descriptors...
Sharing Knowledge
Android Https Quirks
Posted
over 2 years ago
by
varuns
2
Comments
I wanted to make my own Https Get/Post request on Android platform. In this blog post I will cover my investigation and the quirks I noticed for eg. - if you are working over wifi behind a proxy server or 3G. - or what classes to use. A standard...
Sharing Knowledge
Android Webview behind proxy
Posted
over 2 years ago
by
varuns
3
Comments
Lately I have been working on Android platform. If you are behind a proxy in your company and working with the simulator here are the steps to get the browser working Settings -> Wireless Networks ->mobile networks-> access point names->telkila...
Sharing Knowledge
How long does it take to install Windows Phone 7 SDK
Posted
over 2 years ago
by
varuns
1
Comments
I started installation of Windows Phone 7 SDK from this link over my machine - Windows 7 - x64 dual proc - 2GB RAM. - Visual Studio 2010 professional - Office 2010. The download of 322 MB completed fairly quickly. The installation took...
Sharing Knowledge
Certificate management for Exchange Unified Messaging 2010
Posted
over 3 years ago
by
varuns
0
Comments
Microsoft Exchange Unified Messaging 2010 will be released with a lot of goodies. One of them is to give more control to the admins so that they can hand pick the certificate with which they want Microsoft Exchange Unified Messaging service to run. ...
Sharing Knowledge
Debugging a managed 64 bit service
Posted
over 4 years ago
by
varuns
0
Comments
I was trying to put a breakpoint in the Main function of a managed process which was being launched by a managed service. I knew about the IFEO (Image file execution option) and I was trying it with vsjitdebugger.exe but it just would not attach. A little...
Sharing Knowledge
Some good books .....
Posted
over 4 years ago
by
varuns
1
Comments
If you dont know about the aha! factor then read the book - Programming Pearls by Jon Bentley. The problems and the solutions will definitely make you say aha! :). The next one on my reading list is The Medical Detectives by Berton Roueche PS: I...
Sharing Knowledge
How do we talk with COM the language of events and delegates
Posted
over 5 years ago
by
varuns
2
Comments
I wrote this blog entry from a real world customer issue and noticed that how little documentation exists on this topic. I assume that you already know what is a source interface in COM and what are IConnectionPoint and IConnectionPointContainer...
Sharing Knowledge
Bitness of the loaded typelibrary
Posted
over 5 years ago
by
varuns
0
Comments
If you use LoadTypeLib or LoadTypeLibEx then Ole Automation always convert the typelibrary according to the process bitness. So if we load a 32 bit typelibrary using LoadTypeLib/LoadTypeLibEx in a 64 bit process then it will be automagically converted...
Sharing Knowledge
Marshaling BSTRs in COM/Interop or P/Invoke
Posted
over 5 years ago
by
varuns
2
Comments
I saw people making mistakes with BSTR marshaling in the COM/Interop space. Unfortunately msdn does not have many good examples on this subject. I will share some specific code examples which may help. The examples are only for reference which may be...
Page 1 of 1 (12 items)