Few of my technology ideas

Generic representation of a Media Topology, Serialize and De-serialize

Recently I came across a problem where various Media topologies in Windows were represented in...

Author: Vani Hombal Date: 08/19/2014

Determining pin dependence in MediaCapture

In general most of the cameras expose 1-3 pins from which you can capture Video Preview stream,...

Author: Vani Hombal Date: 07/28/2014

SQL Mirroring best practices

Few years ago when I was working on web services, I was part of a team that built a tool to achieve...

Author: Vani Hombal Date: 07/25/2014

Accessing Public classes in your Webservice from Clients

Recently I struggled a lot to figure out how to access classes that are public in my webservice...

Author: Vani Hombal Date: 01/25/2008

ConfigurationManager class in C#

The ConfigurationManager class in C# has been one of my latest discoveries for storing all the...

Author: Vani Hombal Date: 01/25/2008

Tips and Tricks with C++ COM and .NET

If you have written a C++ COM dll and if you are looking to use it in a C# program, then you are in...

Author: Vani Hombal Date: 11/02/2006

A study on IPC options on WinCE and Windows

I wanted to make a client-server application that would run both on WinCE/Windows Mobile 5.0 PPC/SP...

Author: Vani Hombal Date: 05/01/2006

An example of using delegates in C#

Delegates hold the references/addresses of functions so that the functions can be invoked in a call...

Author: Vani Hombal Date: 04/20/2006