Friday, February 29, 2008

Skype Database

I have not know that skype uses postgresql at backend. check this out
one of the project that they wrote for postgresql. I guess it is good idea to have that kind of clustering.

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...