Featured

BerkleyDB & C# – Part 1

Jan 31st, 2010 | By sankarsan | Category: Featured

In my last post I have discussed about the BerkleyDB product family.In this post we will discuss about using BerkleyDB with it’s C# API set.Before getting into the details we will take a quick look into the different access methods provided by Berkley DB. BTree – Here the data is stored in a balanced tree [...]



Got Introduced To BerkleyDB

Jan 2nd, 2010 | By sankarsan | Category: Featured

Every application that we build needs data.Traditionally in most of the applications we have a client component which interacts with the end user and data resides on a separate database server.In modern applications we have an intermediate web server or application server as well.There are some applications which needs a storage component as an integral [...]